Skip to content

Releases: BKWLD/upchuck

Remove unsafe characters from the filename

16 Jun 16:47
Compare
Choose a tag to compare

Fixing deleting models with empty uploadable attribtues

16 Apr 22:10
Compare
Choose a tag to compare
1.1.2

Verify the attribute has a value before deleting

Fixing detection of trait on subclassed models

13 Apr 23:33
Compare
Choose a tag to compare

Not using class_uses since it doesn't find the trait on parents without looping through ancestry.

Initial release

30 Mar 22:51
Compare
Choose a tag to compare
1.0.0

Fixing detection of trait on subclassed models

Adding a facade, prioritizing events, bug fixes, and more docs

13 Apr 18:34
Compare
Choose a tag to compare
  • Fixing bug with PHP open tag
  • Switching IoC bindings to singletons
  • Adding a Facade class
  • Giving Laravel event listening a higher priority so Upchuck happens before standard event listeners
  • Removing uploads from request after handling
  • More docs