|
|
@@ -2,7 +2,7 @@
|
|
|
[](https://travis-ci.org/dereuromark/cakephp-tools)
|
|
|
[](https://codecov.io/gh/dereuromark/cakephp-tools)
|
|
|
[](https://packagist.org/packages/dereuromark/cakephp-tools)
|
|
|
-[](https://php.net/)
|
|
|
+[](https://php.net/)
|
|
|
[](https://packagist.org/packages/dereuromark/cakephp-tools)
|
|
|
[](https://packagist.org/packages/dereuromark/cakephp-tools)
|
|
|
[](https://github.com/php-fig-rectified/fig-rectified-standards)
|
|
|
@@ -11,7 +11,7 @@ A CakePHP plugin containing several useful tools that can be used in many projec
|
|
|
|
|
|
## Version notice
|
|
|
|
|
|
-This master branch only works for **CakePHP 3.7+** - please use the 2.x branch for CakePHP 2.x!
|
|
|
+This master branch only works for **CakePHP 4.0+**. See [wiki](https://github.com/dereuromark/cakephp-tools/wiki#cakephp-version-map) for version matrix.
|
|
|
|
|
|
## What is this plugin for?
|
|
|
|
|
|
@@ -35,8 +35,8 @@ This master branch only works for **CakePHP 3.7+** - please use the 2.x branch f
|
|
|
- Email as a wrapper for core's Email adding some more usefulness and making debugging/testing easier.
|
|
|
- I18n language detection and switching
|
|
|
|
|
|
-### Providing 2.x shims
|
|
|
-This plugin for CakePHP 3 also contains some 2.x shims to ease migration of existing applications from 2.x to 3.x:
|
|
|
+### Providing 3.x shims
|
|
|
+This plugin for CakePHP 4 also contains some 3.x shims to ease migration of existing applications from 3.x to 4.x:
|
|
|
- See [Shim](https://github.com/dereuromark/cakephp-shim) plugin for details on most of the provided shims.
|
|
|
|
|
|
## Installation & Docs
|
|
|
@@ -45,4 +45,4 @@ This plugin for CakePHP 3 also contains some 2.x shims to ease migration of exis
|
|
|
|
|
|
### TODOs
|
|
|
|
|
|
-* Move more 2.x stuff to 3.x
|
|
|
+* Move more 3.x stuff to 4.x
|