All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
4.2.0 - 2024-10-14
- Upgrade phpunit to 11.x
- Support of PHP 8.1
4.1.0 - 2024-10-10
- Pre-filter CMS content before it is passed to Summernote editor
HtmlFilter
andHtmlTagRemover
class
4.0.0 - 2024-03-12
- Media library extracted to separate module and can be used separately
- Media library module added as dependency
- New module logo
- Updated the structure to Codeception 5
- Modify github workflows to use new universal workflow
- Legacy Smarty engine variant is not supported anymore, and will not work with this release.
- PHP 8.0 support
- Handling of url and CMS-Ident improved in the Link add/edit plugin.
3.0.2 - 2023-11-22
- License title and paddings updated
- Compatibility matrix information updated in readme
3.0.1 - 2023-05-11
- Use Symfony filesystem instead of deprecated Webmozart
- Fix phpstan running composer alias
- Respect 'THEME_ID' environment variable for codeception test run
- Coverage report preparation step in the workflow
3.0.0 - 2023-05-09
- Simple codeception test to check module is functioning
- Code quality tools - phpcs
- Migrations are used during module activation to install and update module related database parts
- Php code moved to 'src' folder
- Template access keys changed in metadata.php; New keys used in controllers and template includes
- TemplateRenderer used to load templates
- License updated - OXID Module and Component License instead of GPL
- Coding style issues
- Media library limitations for multishop support
- Unnecessary parameters and its usage removed:
blModuleWasEnabled
iInstallledVersion
blMediaLibraryMultiShopCapability
- PHP 7.3 and 7.4 support
2.4.3 - unreleased
- License updated - now using OXID Module and Component License
2.4.2 - 2023-02-03
- Update code edit textarea font color PR-21
- Incorrect variables for editor height used in template PR-20
2.4.1 - 2021-11-26
- Fix broken editor view in some html cases PR-18
2.4.0 - 2020-10-27
- Enable superscript button in editor PR-15
2.3.0 - 2020-07-13
- File upload improvements
- Update Summernote to version 0.8.18
2.2.0 - 2019-01-21
2.1.1 - 2018-03-26
- Fix html entities in smarty tags. Bug #6514
2.1.0 - 2018-01-17
- Option to disable the wysiyg editor and make the content display readonly
2.0.0 - 2017-11-14
- Introduced namespaces
- Usage of metadata 2.0
- Smarty tags are parsed correct now
- Correct protocol usage for image urls