diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c992e..b037c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## [2.2.0] - Unreleased +## [2.2.0-rc.1] - 2024-10-17 ### Added - PHP 8.3 @@ -80,6 +80,7 @@ This is the stable release for v2.1.0. No changes have been made since v2.1.0-rc ## [1.0.0] - 2019-02-25 +[2.2.0-rc.1]: https://github.com/OXID-eSales/geo-blocking-module/compare/v2.1.1...v2.2.0 [2.1.1]: https://github.com/OXID-eSales/geo-blocking-module/compare/v2.1.0...b-7.1.x [2.1.0]: https://github.com/OXID-eSales/geo-blocking-module/compare/v2.1.0-rc.1...v2.1.0 [2.1.0-rc.1]: https://github.com/OXID-eSales/geo-blocking-module/compare/v2.0.0...v2.1.0-rc.1 diff --git a/README.md b/README.md index 2add0b5..1cb6bd6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Further, this module provides a possibility to mark countries as "Invoice only" ## Compatability +* Module v2.2 (or b-7.2.x branch) branch is compatible with OXID eShop ^7.2 * b-7.1.x - compatible with OXID eShop b-7.1.x branch, works with `Twig engine` only * Module v2.0 (or b-7.0.x branch) branch is compatible with OXID eShop ^7.0 * Module ^v1.1 (or b-1.x branch) works with shop ^v6.2.0 diff --git a/metadata.php b/metadata.php index 1e49e27..6c4f2aa 100644 --- a/metadata.php +++ b/metadata.php @@ -29,7 +29,7 @@ 'en' => 'The module enables OXID eShop to be compliant with the EU geo-blocking regulations.', ], 'thumbnail' => '/out/pictures/logo.png', - 'version' => '2.1.0', + 'version' => '2.2.0-rc.1', 'author' => 'OXID eSales AG', 'url' => 'https://www.oxid-esales.com', 'email' => 'info@oxid-esales.com',