2017-11-14 12:07:34 +01:00
|
|
|
# Change Log for OE Tags 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]
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
2023-07-18 16:59:11 +02:00
|
|
|
## [7.0.0] - 18 Jul 2023
|
|
|
|
### Changed
|
|
|
|
- PHP 8.0 compatibility
|
|
|
|
- OXID 7.0 compatibility
|
|
|
|
- Twig & Smarty Support
|
|
|
|
- Major version bump to 7.0.0 to match OXID 7.0 compatibility
|
2021-10-22 18:04:08 +02:00
|
|
|
|
2023-07-18 16:59:11 +02:00
|
|
|
### Removed
|
|
|
|
- Suggest dropped out
|
2023-07-19 12:56:36 +02:00
|
|
|
- /docs folder (no relevant information)
|
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
- Tests won't work for this release and should be updated in the future.
|
2021-10-22 18:04:08 +02:00
|
|
|
|
2021-10-22 17:56:42 +02:00
|
|
|
## [2.0.4] - 22 Oct 2021
|
|
|
|
|
2021-10-22 18:05:21 +02:00
|
|
|
changed:
|
|
|
|
- PHP 7.4/8.0 compatibility https://github.com/OXIDprojects/captcha-module/issues/7
|
|
|
|
- fix metadata version number
|
2021-10-22 17:56:42 +02:00
|
|
|
|
|
|
|
## [2.0.3] - 10 Dec 2020
|
|
|
|
|
|
|
|
changed: insert Captcha also in the forgotten password form and newsletter subscription
|
|
|
|
|
|
|
|
## [2.0.2] - 10 Jan 2020
|
|
|
|
|
|
|
|
changed: moved code to its own template file and changed markup to match flow …
|
|
|
|
|
2017-12-05 14:29:47 +01:00
|
|
|
## [2.0.1] - 2017-12-07
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Module available on packagist
|
|
|
|
|
2017-12-05 08:45:57 +01:00
|
|
|
## [2.0.0] - 2017-12-05
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Adapted the module to be compatible with OXID eShop 6.
|
2017-11-14 12:07:34 +01:00
|
|
|
|
|
|
|
[Unreleased]: https://github.com/OXIDprojects/captcha-module/compare/HEAD...HEAD
|