Skip to content

Releases: codeigniter4/devkit

PHP 8.1 - 8.4, Rector 2, PHPStan 2, Psalm 6

Choose a tag to compare

@michalsn michalsn released this 04 Feb 07:24
f012093

Release Notes

  • Support for PHP 7.4 and 8.0 has been removed.
  • Removed support for PHPUnit 9 and added support for PHPUnit 11.
  • Required PHPStan 2, Rector 2, and Psalm 6.

If your project still relies on older packages, you may require a "fixed" version number of 1.2.3 in the composer.json file.

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.3.0

PHPUnit 10, Rector rules

Choose a tag to compare

@kenjis kenjis released this 11 May 09:31
ef76508

What's Changed

Full Changelog: v1.2.2...v1.2.3

Deptrac update, Rector cache

Choose a tag to compare

@kenjis kenjis released this 28 Mar 02:34
9588627

What's Changed

  • chore: update deptrac.yml by @ddevsr in #127
  • chore: Add rector cache to workflows and template rector.php by @samsonasik in #128

Full Changelog: v1.2.1...v1.2.2

Rector v1

Choose a tag to compare

@MGatner MGatner released this 22 Feb 12:32
78caaaf

Expands Rector version to support 1.x.

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@kenjis kenjis released this 21 Jan 23:03
880dfb2

What's Changed

  • feat: add oracle service to docker-compose by @kenjis in #117
  • feat: add empty related rules to rector.php by @kenjis in #118
  • chore(deps): update rector/rector requirement from ^0.18.3 to ^0.19.0 by @dependabot in #119
  • Update docker MySQL to 8.0 by @kenjis in #120
  • chore(deps): bump actions/cache from 3 to 4 by @dependabot in #121
  • Prep for Release v1.2.0 by @kenjis in #122

Full Changelog: v1.1.2...v1.2.0

Template Updates, Rector Requirement

Choose a tag to compare

@MGatner MGatner released this 26 Sep 12:37
d4ac84b

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

Bugfies, Enhancements, Template Updates

Choose a tag to compare

@MGatner MGatner released this 22 Dec 02:38
dcd1c28

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

Vagrant Template, Bugfixes, and More

Choose a tag to compare

@MGatner MGatner released this 27 Aug 18:56
c0f4c53

What's Changed

  • Add Directory Check by @MGatner in #36
  • Copy the latest Vagrantfile.dist in CodeIgniter4 repository by @kenjis in #38
  • Add composer scripts by @kenjis in #39
  • Update rector/rector requirement from 0.13.5 to 0.14.0 by @dependabot in #40

Full Changelog: v1.0.1...v1.1.0

Rector 0.13

Choose a tag to compare

@MGatner MGatner released this 12 Jul 14:47
5ab223e
  • Increases the Rector workflow version to ^0.13.8
  • Cleans up some internals

What's Changed

Full Changelog: v1.0.0...v1.0.1

Initial Full Release

Choose a tag to compare

@MGatner MGatner released this 04 Jun 13:19
544110b

This is the first full v1 release to correspond with the framework's release of version v4.2.

What's Changed

Full Changelog: v1.0.0-rc.4...v1.0.0