Releases: inpsyde/vip-composer-plugin
Releases · inpsyde/vip-composer-plugin
v2.0.0
Added
- Support for VIP Local Development Environment
Changed
- Modernize codebase for PHP 8, Composer v2.4 (removed support for PHP 7 and Composer < v2.4)
- Refactored production autoload relying more on Composer
- Improved
TaskConfig
- Improved
Config
validation - Improved and made public
DownloadWpCore::normalizeWpVersion
- Add support for custom env config files in 'vip-composer-plugin-env-config' packages
- Git URL and Branch in task config aren't mandatory
- QA improvements
- Split unit tests workflow to use Composer version in the matrix
- Make use of Inpsyde reusable workflows
- Improved and modernized code styles and static analysis
v1.6.0
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.0
1.3.4
Remove `composer.json` from the bacllist of copied files We experienced some cases where the `composer.json` file was needed for the correct behavior of the plugins or themes deployed. So, waiting for a more structured way to include or exclude files, we just keep deploying again `composer.json` files.