Skip to content

Latest commit

 

History

History
146 lines (105 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

146 lines (105 loc) · 5.07 KB

Change Log for WYSIWYG Editor

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

Changed

  • Upgrade phpunit to 11.x

Removed

  • Support of PHP 8.1

4.1.0 - 2024-10-10

Fixed

  • Pre-filter CMS content before it is passed to Summernote editor

Added

  • HtmlFilter and HtmlTagRemover class

4.0.0 - 2024-03-12

Changed

  • 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

Removed

  • Legacy Smarty engine variant is not supported anymore, and will not work with this release.
  • PHP 8.0 support

Fixed

  • Handling of url and CMS-Ident improved in the Link add/edit plugin.

3.0.2 - 2023-11-22

Fixed

  • License title and paddings updated
  • Compatibility matrix information updated in readme

3.0.1 - 2023-05-11

Fixed

  • 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

Added

  • Simple codeception test to check module is functioning
  • Code quality tools - phpcs

Changed

  • 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

Fixed

  • Coding style issues
  • Media library limitations for multishop support

Removed

  • Unnecessary parameters and its usage removed:
    • blModuleWasEnabled
    • iInstallledVersion
    • blMediaLibraryMultiShopCapability
  • PHP 7.3 and 7.4 support

2.4.3 - unreleased

Changed

  • License updated - now using OXID Module and Component License

2.4.2 - 2023-02-03

Fixed

  • Update code edit textarea font color PR-21
  • Incorrect variables for editor height used in template PR-20

2.4.1 - 2021-11-26

Fixed

  • Fix broken editor view in some html cases PR-18

2.4.0 - 2020-10-27

Added

  • Enable superscript button in editor PR-15

2.3.0 - 2020-07-13

  • File upload improvements
  • Update Summernote to version 0.8.18

Fixed

2.2.0 - 2019-01-21

Added

  • Possibility to have more than one textarea on a admin-page PR-10. Bug #6884.

2.1.1 - 2018-03-26

Fixed

  • Fix html entities in smarty tags. Bug #6514

2.1.0 - 2018-01-17

Added

  • Option to disable the wysiyg editor and make the content display readonly

2.0.0 - 2017-11-14

Added

  • Introduced namespaces

Changed

  • Usage of metadata 2.0

Fixed

  • Smarty tags are parsed correct now
  • Correct protocol usage for image urls