Closed Danetag closed 7 years ago
Hi @Danetag,
Ahh, there were some changes in Craft 3 beta 8 that changed the way that settings are handled. A pull request updated the plugin, but a new release wasn't tagged, so you've likely got an outdated version of the plugin.
If you update your composer.json
to so the plugin require statement looks like this "clubstudioltd/craft3-asset-rev": "^1.0.0"
and then run composer update, it should pull in the latest version.
Let me know how you get on.
Thanks for reporting the issue! Much appreciated.
Scott
Hi @scottwakefield !
Thank for the quick reply. I actually configured the composer exactly this way already ("clubstudioltd/craft3-asset-rev": "^1.0.0"
) and I have the issue.
Any chance you push a new release? 🏅
Thanks!
UPDATE: Oh wait you just did 👍 Thanks!
Hi @Danetag,
New release is already pushed, so composer update
should do the trick. Is it not pulling it in?
New release at: https://github.com/clubstudioltd/craft3-asset-rev/releases/tag/1.0.1
👍
No worries @Danetag! Hope the plugin serves you well 👍
Hello,
When I override the basic config with
config/assetrev.php
, I get this error:config/assetrev.php
Am I doing anything wrong here?
Thanks!