Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

66 lines (42 loc) · 3.41 KB

Changes between versions

1.8.0 (2021-09-06)

  • Add semver color output representation (#73)

1.7.1 (2020-04-27)

  • Add support for Composer ^2.0 (#68)

1.7.0 (2019-10-21)

  • Display VCS Revision for dev version (#64)
  • Update how the plugin autoload its classes (#63)
  • Drop support for PHP < 7.1 (#66)

1.6.0 (2017-12-11)

  • Adding configurable post update priority (#46)

1.5.1 (2017-01-10)

  • Fix compatibility with newest Composer Plugin API (#42)

1.5 (2016-07-04)

  • Add better description for downgrade operations (#39)
  • Remove tests skipping (#38)
  • Add support for gitlab repositories (#37)

1.4 (2016-03-21)

  • Update coding standards (#25)
  • Add support for bitbucket ssh urls (#27)
  • Fix tests with newer composer versions (#28)
  • Fix bug when switching from a local repository back to the original repository (#30)
  • Add GitBasedUrlGenerator to replace AbstractUrlGenerator (#20)
  • Add experimental autocommit feature (#29)
  • Add support for github ssh urls (#32)

1.3 (2015-11-13)

  • Add support for comparison across forks and better detect dev versions (#19)
  • Add autoloading of classes required to make the plugin always working (#22)

1.2 (2015-10-22)

  • Add a WordPress url generator for theme and plugin package (#11)
  • Remove new line in output in case nothing to display (#12)
  • Update documentation of local install to use the --dev flag (#16)
  • Update documentation of tests to use the composer test command (#17)

1.1.1 (2015-10-11)

  • Add support for old versions of composer (at least v1.0.0-alpha8) (#9)

1.1 (2015-10-10)

  • Add support for bitbucket repositories (4e90441)
  • Add new line after plugin output (8b22e38)
  • Add support for install and uninstall operations (#6)
  • Add support for dev versions (#7)

1.0 (2015-09-26)

  • Initial release