Skip to content

Commit

Permalink
Prepare changelog changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaKoleva committed Oct 25, 2023
1 parent e9a4da6 commit 8637fba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [3.0.0] - Unreleased

### Added
- Compatibility with OXID eShop 7.0.x
- Namespaces added
- Module works on smarty engine (Smarty related extensions in views/smarty resp. views/admin_smarty directory)
- Module works on twig engine (Twig related extensions in views/twig resp. views/admin_twig directory)
Expand All @@ -17,8 +16,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Trait OxidEsales\EVatModule\Traits\ServiceContainer

### Changed
- Compatibility with OXID eShop 7.0.x
- All module core functionality moved to `src` directory
- Shop extensions moved to `Shop` directory
- All assets moved to `assets` folder to be available after module installation
- Classes have been moved to appropriate namespaces, `oevattbe` and `ox` prefixes have been dropped.
- Adapted tests to work with OXID eShop 7.0.x and without testing library
- License updated - now using OXID Module and Component License
Expand Down

0 comments on commit 8637fba

Please sign in to comment.