acf-pro-installer

A composer install helper for Advanced Custom Fields PRO

MIT License

Downloads
724K
Stars
282
Committers
2

Bot releases are visible (Hide)

acf-pro-installer - Allow 2 digits in the patch part of the version Latest Release

Published by PhilippBaschke over 8 years ago

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

Fixes #4.

acf-pro-installer - Allow exact versions with 3 or 4 digits

Published by PhilippBaschke over 8 years ago

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

acf-pro-installer - Initial stable release

Published by PhilippBaschke over 8 years ago

Added README

acf-pro-installer - Works on fresh install and update

Published by PhilippBaschke over 8 years ago

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
acf-pro-installer - Initial Release

Published by PhilippBaschke over 8 years ago