Closed joostwaaijer closed 3 weeks ago
Interesting. It looks like the CampaignBehavior hasn't been added to the CampaignTypeModel
yet.
Fixed in the above commits.
Craft CMS 3:
You can try it now by setting your semver in your composer.json
to look like this:
"nystudio107/craft-seomatic": "dev-develop as 3.5.6”,
Then do a composer clear-cache && composer update
…..
Craft CMS 4:
You can try it now by setting your semver in your composer.json
to look like this:
"nystudio107/craft-seomatic": "dev-develop-v4 as 4.1.6”,
Then do a composer clear-cache && composer update
…..
Craft CMS 5:
You can try it now by setting your semver in your composer.json
to look like this:
"nystudio107/craft-seomatic": "dev-develop-v5 as 5.1.6”,
Then do a composer clear-cache && composer update
Thank you! Seems to work now!
Describe the bug
When trying to clean install the Seomatic plugin, I'm receiving an error that refers to a different plugin.
To reproduce
Steps to reproduce the behaviour:
Expected behaviour
Seomatic installs without problem when combined with the Craft Campaign plugin.
Screenshots
Versions