- Feature: Introduce reset CLI command to force content import for already given contents manually
- PHP 8.1 support
- Change to MIT licence
- No other changes between 1.3.5 to 1.3.6
- Improvement: Add support for full-width cms pages
- Bugfix: Set correct XSD URN
- Bugfix: Pin composer to Version 1
- Bugfix: Fix return type of convert on error
- Bugfix: Fix xml schema reference to pass magento static tests
- Feature: Add Magento 2.4 support
- Feature: Add phpUnit 9 support
- Feature: Enable PHP 7.2 support
- Feature: Enable PHP 7.3 support
- Feature: Add command to add blocks and pages
- Bugfix:
composer.json
blocked installation of the module in Magento 2.2 ** Changecomposer.json
dependency definition ** Remove some type and return type hints in order to support Magento's code generation in older versions
- Improvement: Better extensibility for fetching media files from content (PR from @roma-glushko)
- Feature: Enables module to provide media files
** Introduce optional XML node for pages and blocks:
media_directory
** Media files, which are used in the content will be copied to Magento'spub/media
directory if they are present in the defined source media directory
- Bugfix: In some cases
bin/magento
execution was not able at all during the initial Magento install
- Feature: Introduce further interfaces and refactor config reader structure, in order to improve extensibility
- Bugfix: Backport bugfix from version 1.1.1
- Bugfix: Fix issue with missing
store_id
values while persisting block entries.
- Bugfix: Extend schema in order to allow
.
forkey
like it is shown in the examples
- Bugfix: Add PHP 7.1 compatibility
- Feature: Notification in Magento backend (admin), for editors - if the content entry is maintained by code
- Improvement: Introduce
key
attribute for configured entries, in order to improve merging of all configurations - Refactoring: Improve query for fetching existing cms entities by configured entries
- Feature: Implement initial functionality ** Configuration for pages ** Configuration for blocks ** Recurring setup installer for pages ** Recurring setup installer for blocks