Skip to content

Latest commit

 

History

History
197 lines (108 loc) · 6.52 KB

CHANGELOG.md

File metadata and controls

197 lines (108 loc) · 6.52 KB

Changelog

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

Commits

  • 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

Commits

  • Show GitHub release info, closes #11. (bbc9ec1)

Full set of changes: 1.2.12...1.2.13

1.2.12 - 2023-02-07

Commits

  • 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

Composer

  • Changed php from >=8.0 to >=7.4.

Full set of changes: 1.2.10...1.2.11

1.2.10 - 2023-01-04

Commits

  • Only push specific tagname. (91e96cb)
  • Removed timeout for svn commit command. (1e4b75a)

Full set of changes: 1.2.9...1.2.10

1.2.9 - 2022-12-29

Commits

  • 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

Commits

  • 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

Commits

  • Added build archive as release asset. (177c421)
  • Added method to get all changelog entries. (ac5331e)
  • Run Composer preversion, version and postversion scripts if defined. (44c2ef3)

Full set of changes: 1.2.6...1.2.7

1.2.6 - 2022-12-23

Commits

  • 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

Commits

  • Updated VersionCommand.php (93678ca)

Full set of changes: 1.2.4...1.2.5

1.2.4 - 2022-12-23

Commits

  • Special nightly tagname does not require v prefix. (e0f9f00)

Full set of changes: 1.2.3...1.2.4

1.2.3 - 2022-12-23

Fixed

  • Fixed Composer changes GitHub release notes link.

Full set of changes: 1.2.2...1.2.3

1.2.2 - 2022-12-23

Composer

Full set of changes: 1.2.1...1.2.2

1.2.1 - 2022-12-22

Commits

  • Added Composer heading to changelog. (0eb183d)
  • Fixed GitHub release URL. (34fc8c2)

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

Fixed

  • Changed symfony dependencies to ^6.0 || ^6.1 || ^6.2 for PHP 8.0 support.

Full set of changes: 1.1.1...1.1.2

1.1.1 - 2022-12-20

Fixed

  • Prefix tagnames in compare links with v. Full set of changes: 1.1.0...1.1.1

1.1.0 - 2022-12-20

Added

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