We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1432b commit 738bc41Copy full SHA for 738bc41
CHANGELOG.md
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- Fix second parameter non-default error for Mooore\WordpressIntegrationCms\Cron\IndexBlogUrls::createUrl()
13
14
+## [0.11.1] - 2023-03-13
15
+
16
+### Fixed
17
18
+- Bump mooore/magento2-module-wordpress-integration version
19
20
## [0.11.0] - 2023-03-13
21
22
### Fixed
composer.json
@@ -19,7 +19,7 @@
"require": {
"symfony/http-client": "^5.4",
"magento/module-cms": "103.*|104.*",
- "mooore/magento2-module-wordpress-integration": "^0.4"
+ "mooore/magento2-module-wordpress-integration": "^0.5"
23
},
24
"autoload": {
25
"files": [
0 commit comments