You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
The plugin version in this repo is 2.2.1 but I can't get nothing more than 1.4.x with a composer install (I clear my composer cache and try 2 times, still nothing).
I can't use \Bnomei\AutoID::index(true); to clear my cache (and I need it) since it's private in 1.4.x.
Thank you!
The text was updated successfully, but these errors were encountered:
composer will not do a major version upgrade when calling upgrade. i upgraded to 2.x when i made major, breaking changes. to upgrade a major version with composer you need to remove and require again.
if you need a reindex in 1.4.x you can just remove all caches created by autoid.
The plugin version in this repo is
2.2.1
but I can't get nothing more than1.4.x
with a composer install (I clear my composer cache and try 2 times, still nothing).I can't use
\Bnomei\AutoID::index(true);
to clear my cache (and I need it) since it's private in1.4.x
.Thank you!
The text was updated successfully, but these errors were encountered: