Allow exact versions with 3 or 4 digits
Versions like 5.3.8.1
are now allowed as well (they failed with an UnexpectedValueException
in earlier versions).
To update ACF PRO to 5.3.8.1
:
composer update philippbaschke/acf-pro-installer
composer update advanced-custom-fields/advanced-custom-fields-pro
If you try to update with composer update
you might have to run it twice because the first update will still use the old version of the plugin to install ACF PRO (and therefore fails).