Releases: pivvenit/acf-pro-installer
3.2.0
What's Changed
New Contributors
Full Changelog: 3.1.0...3.2.0
Dependency updates:
- Bump phpstan/phpstan from 1.6.8 to 1.6.9 by @dependabot in #322
- Bump phpstan/phpstan from 1.6.9 to 1.7.2 by @dependabot in #324
- Bump phpstan/phpstan from 1.7.2 to 1.7.3 by @dependabot in #325
- Bump phpstan/phpstan from 1.7.3 to 1.7.6 by @dependabot in #326
- Bump phpstan/phpstan from 1.7.6 to 1.7.7 by @dependabot in #327
- Bump composer/composer from 2.3.5 to 2.3.6 by @dependabot in #329
- Bump phpstan/phpstan from 1.7.7 to 1.7.9 by @dependabot in #330
- Bump phpstan/phpstan from 1.7.9 to 1.7.10 by @dependabot in #331
- Bump composer/composer from 2.3.6 to 2.3.7 by @dependabot in #333
- Bump phpstan/phpstan from 1.7.10 to 1.7.11 by @dependabot in #332
- Dependency-review by @Qrious in #334
- Bump phpstan/phpstan from 1.7.11 to 1.7.13 by @dependabot in #337
- Bump phpstan/phpstan from 1.7.13 to 1.7.14 by @dependabot in #338
- Bump squizlabs/php_codesniffer from 3.6.2 to 3.7.0 by @dependabot in #336
- Bump phpstan/phpstan from 1.7.14 to 1.7.15 by @dependabot in #341
- Bump phpunit/phpunit from 9.5.20 to 9.5.21 by @dependabot in #340
- Bump squizlabs/php_codesniffer from 3.7.0 to 3.7.1 by @dependabot in #339
- Bump phpstan/phpstan from 1.7.15 to 1.8.0 by @dependabot in #342
- Bump composer/composer from 2.3.7 to 2.3.8 by @dependabot in #343
- Bump composer/composer from 2.3.8 to 2.3.9 by @dependabot in #344
- Bump phpstan/phpstan from 1.8.0 to 1.8.2 by @dependabot in #347
- Bump composer/composer from 2.3.9 to 2.3.10 by @dependabot in #346
- Bump symfony/process from 5.4.8 to 5.4.11 by @dependabot in #348
- Bump composer/composer from 2.3.10 to 2.4.0 by @dependabot in #349
- Bump composer/composer from 2.4.0 to 2.4.1 by @dependabot in #350
- Bump phpunit/phpunit from 9.5.21 to 9.5.22 by @dependabot in #351
- Bump phpunit/phpunit from 9.5.22 to 9.5.23 by @dependabot in #352
Version 3.1.0
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
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
This minor release only fixes an issue in our tests when running in Github Actions.
2.4.0 - Composer 2 support
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
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
Fix vlucas/phpdotenv ^5 support
2.3.1 - Support vlucas/phpdotenv ^5
This release enables users to use vlucas/phpdotenv ^5.0,
while maintaining backwards compatibility with ^4 or ^3.
Changes
- Add support for
vlucas/phpdotenv: ^5.0
- Updated package description.
2.3.0 - New download URL
This release supports the new download URL's provided by ACF (pivvenit/acf-composer-bridge#5).
Release 2.2
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.