4.2 KiB
4.2 KiB
Change Log for O3-Shop GDPR Opt-In Module
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.
[unreleased]
v1.0.1 - 2023-04-25
Changed
- annotate class instance to prevent IDE error messages
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.
v2.3.3 - 2021-04-09
Fixed
- Fix tests for 6.3 compilation testing library
v2.3.2 - 2021-03-12
Fixed
- Remove deprecated getSession method usage
- Renamed language files to be coherent with other modules naming PR-9
v2.3.1 - 2020-07-08
Changed
- Improved the documentation
v2.3.0 - 2019-10-22
Changed
- Dropped support for PHP 7.0.
v2.2.2 - 2020-11-27
Changed
- Documentation was removed from repository. Check readme file for the new documentation location.
Fixed
- Fixed compatibility section in readme
v2.2.1 - 2019-10-21
Fixed
- Add checkboxes offset class for wave theme in registration, billing and shipping forms
- Fix checkboxes highlight on click (green text) in registration form to work separately for each checkbox.
- Module version number is now correct.
v2.2.0 - 2019-07-12
Added
- Column witdth is now flexible in contact form PR-8
Changed
- Dropped support for PHP 5.6.
Fixed
- Check if checkbox should be visible on load PR-7
v2.1.2 - 2018-10-11
Fixed
v2.1.1 - 2018-07-06
Changed
- Use dropdown instead of radio buttons for contact form module settings.
v2.1.0 - 2018-05-07
Added
- Added opt-in for updating invoice address.
- New module setting blOeGdprOptinInvoiceAddress.
- Application/views/blocks/user_checkout_billing_feedback.tpl
- Application/views/blocks/user_invoice_address_form.tpl
Changed
- The following templates have been changed
- Application/views/blocks/user_shipping_address.tpl renamed to Application/views/blocks/user_address.tpl
- Application/views/blocks/user_checkout_shipping_change.tpl renamed to Application/views/blocks/user_checkout_change.tpl
- Application/views/blocks/user.tpl
- Application/views/blocks/user_shipping_address_form.tpl
- Application/views/blocks/user_checkout_shipping_feedback.tpl
- Documentation was updated.
v2.0.0 - 2018-04-06
Changed
- The GDPR Opt-In Module was fully ported as described in modules porting guide.