First upload

This commit is contained in:
Nikolai Fesenko
2025-02-02 13:37:56 +01:00
commit 8d227c9191
3281 changed files with 362319 additions and 0 deletions

View File

@@ -0,0 +1,119 @@
# 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](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [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](https://github.com/OXID-eSales/gdpr-optin-module/pull/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](https://github.com/OXID-eSales/gdpr-optin-module/pull/8)
### Changed
- Dropped support for PHP 5.6.
### Fixed
- Check if checkbox should be visible on load [PR-7](https://github.com/OXID-eSales/gdpr-optin-module/pull/7)
## [v2.1.2] - 2018-10-11
### Fixed
- Fix unclosed "<strong>" elements [PR-6](https://github.com/OXID-eSales/gdpr-optin-module/pull/6)
- Remove unnecessary "checkbox" class usage [PR-6](https://github.com/OXID-eSales/gdpr-optin-module/pull/6)
## [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](https://docs.oxid-esales.com/developer/en/6.0/update/eshop_from_53_to_6/modules.html).
[v1.0.1]: https://gitlab.o3-shop.com/o3/gdpr-optin-module/-/compare/v1.0.0...v1.0.1
[v1.0.0]: https://gitlab.o3-shop.com/o3/gdpr-optin-module/-/tags/v1.0.0
[O3-Shop]: https://www.o3-shop.com/
[v2.3.3]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v2.3.2...v2.3.3
[v2.3.2]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v2.3.1...v2.3.2
[v2.3.1]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v2.3.0...v2.3.1
[v2.3.0]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v2.2.1...v2.3.0
[v2.2.2]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v2.2.1...v2.2.2
[v2.2.1]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v2.2.0...v2.2.1
[v2.2.0]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v2.1.2...v2.2.0
[v2.1.2]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v2.1.1...v2.1.2
[v2.1.1]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v2.1.0...v2.1.1
[v2.1.0]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v2.0.0...v2.1.0
[v2.0.0]: https://github.com/OXID-eSales/gdpr-optin-module/compare/v1.0.0...v2.0.0