Skip to content

Releases: PhilippBaschke/acf-pro-installer

Allow 2 digits in the patch part of the version

20 Jul 12:43
Compare
Choose a tag to compare

Versions like 5.3.10 are now allowed as well (they failed with an UnexpectedValueException in earlier versions).

Fixes #4.

Allow exact versions with 3 or 4 digits

19 May 07:37
Compare
Choose a tag to compare

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).

Initial stable release

25 Apr 12:10
Compare
Choose a tag to compare

Added README

Works on fresh install and update

23 Apr 16:11
Compare
Choose a tag to compare

Tl;DR: Should be ready to use. 😊

  • Plugin works with:
    • composer install (also from composer.lock)
    • composer update
  • The user needs to supply a package repository that requires this plugin.
  • Plugin no longer saves the key in composer.lock
  • Plugin saves the package url with a version appended to avoid composer cache problems

Initial Release

15 Apr 15:48
Compare
Choose a tag to compare
v0.1.0

Improve composer.json