Skip to content

Releases: 68publishers/image-bundle

v0.3.3

20 Apr 00:11

Choose a tag to compare

Integration with 68publishers/image-storage in version ^0.4.

v0.3.2

11 Mar 23:43

Choose a tag to compare

Integration with 68publishers/image-storage in version ^0.3.

v0.3.1

19 Feb 18:23

Choose a tag to compare

Renamed directory `src/Storage/Metadata` to `src/Storage/Options`

v0.3

19 Feb 17:29

Choose a tag to compare

  • manipulators were refactored (BC break if you have a custom manipulator that is extended from a bundle's manipulator)

  • manipulator must implements interface IManipulator (BC break for custom manipulators)

  • BC break: arguments for method ConfiguredImageManagerControlFactory::create() have Benn changed

🆕 added an ExternalAssociationStorage - all manipulations can be also stored in an another storage than a database e.g. in a session (default implementation)

🆕 added action SetFlagAction and manipulator FlaggableManipulator

🆕 a DataStorage can be created without the ImageManager Component

🆕 configurations for ImageManager Component can be extended for each other with an option extends (but the only one level of nesting is allowed for now)

🆕 a custom options for DataStorage can be provided (options are accessible in manipulators and actions)

💡 a template file for the ImageManager Component is now more scalable (a variable $originalTemplateFile is accessible and a template is build with blocks that can be overwritten)

💡 the ImageEntityFactory is now more generic. If your custom entity contains a constructor with the only one required parameter - an ImageInfo - then the default implementation can be used

v0.2.1

09 Feb 23:47

Choose a tag to compare

💡 UUID V4 is used instead of V1

v0.2

09 Feb 23:25

Choose a tag to compare

🆕 added implementation of soft-delete from Gedmo instead custom implementation
🆕 added sortable feature
🆕 default names for uploads are now unique (uuid4)

v0.1.2

09 Dec 22:04

Choose a tag to compare

🐛 The Nette-ajax extension unique is now disabled for a request that is sent in an image-manager extension completed_signal.

v0.1.1

04 Nov 01:23

Choose a tag to compare

🆕 Resource validators (strict dimensions, relative dimensions)
🆕 File is rejected by server if something during upload failed (with response code 406)

v0.1

29 Oct 23:45

Choose a tag to compare

✔️ nette ~2.4
✔️ 68publishers/image-storage ^0.2