Releases: Xanweb/c5-foundation
Releases · Xanweb/c5-foundation
v2.1.5
Full Changelog: v2.1.4...v2.1.5
v2.1.4
Full Changelog: v2.1.3...v2.1.4
v2.1.3
Fix issue with IPTC Data extraction
v2.1.2
Fix issue with IPTC Data extraction
v2.1.1
Bug Fix
- Ifd0MetadataReader: Exception occur when IFD0 not found.
v2.1
New Feature
- Add image data extractor. (See README.md#how-to-use-image-data-extractor)
v2.0
Updates
- Support ConcreteCMS v9
- Remove deprected classes
- Update to PHP7.4 and support PHP8
v1.6.0
Updates
- Deprecate C5Runner & introduce new ApplicationBooter class
- Split entities logic into separate library https://github.com/Xanweb/c5-entity
- Split javascript localization classes into separate library https://github.com/Xanweb/c5-js-localization
- Split blocks utilities into separate library https://github.com/xanweb/c5-block
v1.5.0
New Features
- BlockController Trait: new method for getting permissionObject
- Split Common classes into separate library https://github.com/Xanweb/c5-common
- Split Requests classes into separate library https://github.com/Xanweb/c5-request
Improvements
- Add phpstan support for EntityService
- Improve BlockController Trait: save & validate methods override
v1.4.1
Bug Fix
- Wrong namespace was used for internal AttributesTrait