Skip to content

Releases: cakephp/plugin-installer

2.0.1

10 Sep 10:06
5420701
Compare
Choose a tag to compare

What's Changed

  • 2.x: fix error if plugin-paths contains unknown folder by @LordSimal in #71

Full Changelog: 2.0.0...2.0.1

2.0.0

10 Sep 03:18
d800ea4
Compare
Choose a tag to compare

First version compatible with CakePHP 5.0

What's Changed

New Contributors

Full Changelog: 1.3.1...2.0.0

2.0.0-beta1

14 Dec 05:58
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

What's Changed

  • Bump to PHP 8.1, drop deprecated code, drop support for Composer v1. by @ADmad in #60

Full Changelog: 1.3.1...2.0.0-beta1

1.3.1

29 Oct 04:10
e27027a
Compare
Choose a tag to compare
  • Lower PHP version contraint to PHP 5.6+.

1.3.0

24 Oct 07:31
549548a
Compare
Choose a tag to compare
  • Changed package type to "composer-plugin" and added Composer v2 compatibility.

1.3.0-beta

28 Sep 12:07
Compare
Choose a tag to compare
1.3.0-beta Pre-release
Pre-release

Composer v1 and v2 compatibility.

1.2.0

16 Dec 18:01
3be2ea1
Compare
Choose a tag to compare

Updated composer's dependency constraint

Plugin Installer 1.1.1

25 Jul 15:44
af9711e
Compare
Choose a tag to compare
  • Update array access to not use curly braces as they are deprecated in PHP7.4