ostark / craft-async-queue

Async Queue Handler for Craft 3 and 4
MIT License
93 stars 7 forks source link

Undefined constant craft\services\Utilities::EVENT_REGISTER_UTILITIES #77

Closed nicolasbinet closed 4 months ago

nicolasbinet commented 4 months ago

This update is not compatible with Craftcms 4.0.

In the backend we get this error craft\services\Utilities::EVENT_REGISTER_UTILITIES which is not available in 4.0.

You should mark it as only "craftcms/cms": "^5.0",

Nicolas

gjhead commented 4 months ago

Can confirm, I'm getting the same. How can I roll back?

nicolasbinet commented 4 months ago

@gjhead Modify your composer.json file and set dependency like that : "ostark/craft-async-queue": "3.1.1",

Then run, composer install on the CLI

This will revert the change.

ostark commented 4 months ago

Argghh, true. I'll release two new versions today.

ostark commented 4 months ago

I released two new versions

"ostark/craft-async-queue": "3.2.1", for Craft 4 "ostark/craft-async-queue": "4.0.0", for Craft 5