Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Releases: pivvenit/acf-pro-installer

3.2.0

26 Aug 08:10
e14e56c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

Dependency updates:

Version 3.1.0

19 May 18:16
46bd803
Compare
Choose a tag to compare

What's Changed

  • Adds (backwards compatible) support for vlucas/phpdotenv ^2.0. Solves… by @Qrious in #321
  • PHPstan updated from ^0.12.14 to ˆ1.1.2

Full Changelog: 3.0.0...3.1.0

Release 3.0.0

21 Nov 14:30
Compare
Choose a tag to compare

Release 3.0.0

This is a major release, that adds support for the upcoming PHP8 release.

  • Adds support for PHP 8
  • Requires at least PHP 7.3

Minor release

31 Oct 09:17
5568b70
Compare
Choose a tag to compare

This minor release only fixes an issue in our tests when running in Github Actions.

2.4.0 - Composer 2 support

26 Oct 18:27
da975de
Compare
Choose a tag to compare

This release adds (backwards-compatible) support for Composer 2, while still maintaining support for Composer 1.

In case you encounter any issue, feel free to create an issue.

Many thanks go out to @ffraenz, @mcaskill for their work on related plugins, and finding and fixing the (integration) issues they come across.
Finally the composer team (@Seldaek), for their quick support and release of a new Composer version to support our kind of plugins!

2.3.3 Release

12 Jul 12:22
bc7ed6d
Compare
Choose a tag to compare

This is a minor release that changes the (development time) dependency of the linter:
jakub-onderka/php-parallel-lint is replaced by php-parallel-lint/php-parallel-lint.

Fix vlucas/phpdotenv ^5 support

11 Jun 15:05
fbe71b7
Compare
Choose a tag to compare

Fix vlucas/phpdotenv ^5 support

2.3.1 - Support vlucas/phpdotenv ^5

09 Jun 14:41
733aa92
Compare
Choose a tag to compare

This release enables users to use vlucas/phpdotenv ^5.0,
while maintaining backwards compatibility with ^4 or ^3.

Changes

  1. Add support for vlucas/phpdotenv: ^5.0
  2. Updated package description.

2.3.0 - New download URL

04 Mar 18:54
474bf6d
Compare
Choose a tag to compare

This release supports the new download URL's provided by ACF (pivvenit/acf-composer-bridge#5).

Release 2.2

01 Mar 15:16
29ef557
Compare
Choose a tag to compare

New Features
This release supports storing the license key in the $COMPOSER_HOME/config.json using the acf-pro-key folder.

Other
The internals of this plugin have undergone a large refactoring, making its internal components more separated.
Secondly the integrations test now use Docker to allow PR's on this repository to run the integration tests without an actual license key.