Files
Nikolai Fesenko 8d227c9191 First upload
2025-02-02 13:37:56 +01:00

3.0 KiB

Changelog

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.

v1.0.0 - 2023-03-05

O3-Shop

All changes from this moment on will be published as O3-Shop. Earlier code components were created by OXID eSales AG and published under the GNU General Public License v3.0.

The version number is reset to 1.0.0. All references to version numbers refer to the new versioning.


1.2.1 - 2022-06-07

Fixed

  • OxidProfessionalServices\Usercentrics\Service\Integration\IntegrationScriptBuilder constructor's type-hint

1.2.0 - 2021-11-03

Added

Fixed

  • Rework tests to work with UserCentrics CMPv2
  • Possibility to run tests with new chrome browser
  • Fix possible test runner environment constants names to fit testing library documentation

1.1.3 - 2021-04-12

Fixed

  • Fixed tests for never phpunit versions

1.1.2 - 2021-03-10

Changed

  • Admin area: the link with the partnerid that is showed points directly to price and order form from usercentrics

1.1.1 - 2021-03-03

Changed

  • Admin area: open API documentation in new browser tab
  • Admin area: added registration link

Fixed

  • Fix default value for usercentricsMode
  • Improved the tests to be more stable on different shop modules configurations

1.1.0 - 2021-01-19

Added

  • Support for Usercentrics CmpV2 including legacy browser mode.
  • Support for Usercentrics CmpV2 TFC (experimental).
  • Service\ModuleSettings class for accessing this module settings.

Deprecated

  • Core\ViewConfig::getUsercentricsID

Changed

  • ModuleSettingsInterface is used to access module settings in the shop.

Fixed

  • Tests improved and cleaned up.
  • Added tests for several edge cases.

1.0.0 - 2020-12-09

Added

  • Module provides a possibility to turn on "Smart data protection" function provided by UserCentrics.
  • Possibility to configure any javascript included with oxscript tag to usercentrics service, and allow client to manipulate (turn it on/off) by Usercentrics data protection panel.