We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e28af commit f956760Copy full SHA for f956760
UPGRADE.md
@@ -8,6 +8,10 @@ Just click the "update" button or execute the migration command to finish the bu
8
9
***
10
11
+#### Version 1.2
12
+- Support Pimcore 6.9 only
13
+- Add presets to HTML tag integrator [#43](https://github.com/dachcom-digital/pimcore-seo/pull/43)
14
+
15
#### Update from Version 1.1.0 to Version 1.1.1
16
- **[ENHANCEMENT]** Improve Dependency Check [#20](https://github.com/dachcom-digital/pimcore-seo/issues/20)
17
composer.json
@@ -35,7 +35,7 @@
35
},
36
"require": {
37
"google/apiclient": "^2.0",
38
- "pimcore/pimcore": "^6.0",
+ "pimcore/pimcore": "^6.9",
39
"doctrine/orm": "^2.7"
40
41
"require-dev": {
0 commit comments