All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.0 - 2023-03-03
- Added an CLI command to retrive a changelog entry by version. (2c8be32)
- Ask for GitHub release, this feature will be removed in the future. (099bbf1)
Full set of changes: 1.2.13...1.3.0
1.2.13 - 2023-02-07
- Show GitHub release info, closes #11. (bbc9ec1)
Full set of changes: 1.2.12...1.2.13
1.2.12 - 2023-02-07
- Show inc version for bump method, closes #9. (d6262c6)
Full set of changes: 1.2.11...1.2.12
1.2.11 - 2023-01-31
- Changed
php
from>=8.0
to>=7.4
.
Full set of changes: 1.2.10...1.2.11
1.2.10 - 2023-01-04
Full set of changes: 1.2.9...1.2.10
1.2.9 - 2022-12-29
- Fixed "PHP Fatal error: Uncaught TypeError: property_exists(): Argument #2 ($property) must be of type string, stdClass given". (40c4164)
Full set of changes: 1.2.8...1.2.9
1.2.8 - 2022-12-29
- Fixed error
stat ./build/*.zip: no such file or directory
. (839125d)
Full set of changes: 1.2.7...1.2.8
1.2.7 - 2022-12-29
- Added build archive as release asset. (177c421)
- Added method to get all changelog entries. (ac5331e)
- Run Composer
preversion
,version
andpostversion
scripts if defined. (44c2ef3)
Full set of changes: 1.2.6...1.2.7
1.2.6 - 2022-12-23
- Use packages version as tagname in GitHub release tag link. (824bd57)
Full set of changes: 1.2.5...1.2.6
1.2.5 - 2022-12-23
- Updated VersionCommand.php (93678ca)
Full set of changes: 1.2.4...1.2.5
1.2.4 - 2022-12-23
- Special
nightly
tagname does not requirev
prefix. (e0f9f00)
Full set of changes: 1.2.3...1.2.4
1.2.3 - 2022-12-23
- Fixed Composer changes GitHub release notes link.
Full set of changes: 1.2.2...1.2.3
1.2.2 - 2022-12-23
- Changed
symfony/console
from^6.0 || ^6.1 || ^6.2
tov6.0.16
. Release notes: https://github.com/symfony/console/releases/tag/v6.0.16 - Changed
symfony/filesystem
from^6.0 || ^6.1 || ^6.2
tov6.0.13
. Release notes: https://github.com/symfony/filesystem/releases/tag/v6.0.13 - Changed
symfony/process
from^6.0 || ^6.1 || ^6.2
tov6.0.11
. Release notes: https://github.com/symfony/process/releases/tag/v6.0.11
Full set of changes: 1.2.1...1.2.2
1.2.1 - 2022-12-22
Full set of changes: 1.2.0...1.2.1
1.2.0 - 2022-12-22
- Improved detection of Composer changes.
Full set of changes: 1.1.2...1.2.0
1.1.2 - 2022-12-20
- Changed
symfony
dependencies to^6.0 || ^6.1 || ^6.2
for PHP8.0
support.
Full set of changes: 1.1.1...1.1.2
1.1.1 - 2022-12-20
- Prefix tagnames in compare links with
v
. Full set of changes:1.1.0...1.1.1
1.1.0 - 2022-12-20
- The
wp-deployer version
command now checks for outdated Composer packages. If there are any outdated packages, the user will have to confirm their use.
Full set of changes: 1.0.0...1.1.0
1.0.0 - 2022-12-20
- First release.