We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b2f75 commit 080b4f7Copy full SHA for 080b4f7
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.2.12] - 06 May 2025
10
+### Fixed
11
+- Fix PHP 8.4 issue
12
+- Fix compat with PHPUnit
13
+- Remove `setup_version` and add `Magento_Config` dep
14
+
15
## [1.2.11] - 24 October 2024
16
### Fixed
17
- Add funding
composer.json
@@ -2,7 +2,7 @@
2
"name": "yireo/magento2-taxratesmanager2",
3
"license": "OSL-3.0",
4
"type": "magento2-module",
5
- "version": "1.2.11",
+ "version": "1.2.12",
"homepage": "https://www.yireo.com/software/magento-extensions/taxratesmanager2",
"description": "Manage EU VAT rates automatically",
"keywords": [
0 commit comments