File tree 3 files changed +6
-38
lines changed
3 files changed +6
-38
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## [ Unreleased] ( https://github.com/ishanvyas22/cakephp-inertiajs/compare/2.2 .0...master )
3
+ ## [ Unreleased] ( https://github.com/ishanvyas22/cakephp-inertiajs/compare/3.0 .0...cake5 )
4
4
5
- ## [ 2.2 .0 (2022-04-07) ] ( https://github.com/ishanvyas22/cakephp-inertiajs/compare/2.1.0...2.2.0 )
5
+ ## 3.0 .0 (2023-12-21 )
6
6
7
7
### Added
8
-
9
- - [ Docs] Version in ` docs/Installation.md ` file
10
- - ` dealerdirect/phpcodesniffer-composer-installer ` package to ` allow-plugins ` config in composer
11
-
12
- ### Fixed
13
-
14
- - [ Docs] Typos in ` docs/ServerSideSetup.md ` (https://github.com/ishanvyas22/cakephp-inertiajs/pull/19 )
15
-
16
- ### Improved
17
-
18
- - [ CI] Run unit tests on latest, lower, and dev package versions
19
-
20
- ## [ 2.1.0 (2022-01-22)] ( https://github.com/ishanvyas22/cakephp-inertiajs/compare/2.0.1...2.1.0 )
21
-
22
- ### Updated
23
-
24
- - CakePHP dependency to 4.3, in order to remove deprecation warnings in ` routes.php ` file (https://github.com/ishanvyas22/cakephp-inertiajs/pull/18 )
25
-
26
- ## [ 2.0.1 (2020-11-15)] ( https://github.com/ishanvyas22/cakephp-inertiajs/compare/2.0.0...2.0.1 )
27
-
28
- ### Added
29
- - More type hints & simplify the setup docs ([ #13 ] ( https://github.com/ishanvyas22/cakephp-inertiajs/pull/13 ) )
30
-
31
- ### Changed
32
- - CakePHP badge to use CakePHP 4.x ([ b73bb99] ( https://github.com/ishanvyas22/cakephp-inertiajs/commit/b73bb99656b9716aafdc17591605f8edb2b92d4b ) )
33
- - Move CI to github actions
34
-
35
- ### Fixed
36
- - Example code in the ` docs/ServerSideSetup.md ` file ([ #14 ] ( https://github.com/ishanvyas22/cakephp-inertiajs/pull/14 ) )
37
-
38
- ## 2.0.0 (2020-11-05)
39
-
40
- ### Added
41
- - Support for CakePHP 4.x ([ #12 ] ( https://github.com/ishanvyas22/cakephp-inertiajs/pull/12 ) )
8
+ - Support for CakePHP 5.x ([ #23 ] ( https://github.com/ishanvyas22/cakephp-inertiajs/pull/23 ) )
Original file line number Diff line number Diff line change 3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/ishanvyas22/cakephp-inertiajs/v )] ( //packagist.org/packages/ishanvyas22/cakephp-inertiajs )
4
4
[ ![ Total Downloads] ( https://poser.pugx.org/ishanvyas22/cakephp-inertiajs/downloads )] ( //packagist.org/packages/ishanvyas22/cakephp-inertiajs )
5
5
[ ![ License] ( https://poser.pugx.org/ishanvyas22/cakephp-inertiajs/license )] ( //packagist.org/packages/ishanvyas22/cakephp-inertiajs )
6
- [ ![ CakePHP] ( https://img.shields.io/badge/cakephp-%5E4.1 .0-red?logo=cakephp )] ( https://book.cakephp.org/4 /en/index.html )
6
+ [ ![ CakePHP] ( https://img.shields.io/badge/cakephp-%5E5.0 .0-red?logo=cakephp )] ( https://book.cakephp.org/5 /en/index.html )
7
7
![ Tests] ( https://github.com/ishanvyas22/cakephp-inertiajs/workflows/Run%20tests/badge.svg?branch=master )
8
8
![ PHPStan] ( https://github.com/ishanvyas22/cakephp-inertiajs/workflows/Run%20PHPStan/badge.svg )
9
9
![ Coding Style Check] ( https://github.com/ishanvyas22/cakephp-inertiajs/workflows/Check%20Coding%20Style/badge.svg )
Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ Now you are all set to start using your front-end components as template files.
64
64
65
65
Plugin version | Branch | CakePHP version | PHP minimum version |
66
66
--- | --- | --- | --- |
67
- 2.x | master | >=4.0.0 | >=7.2 |
67
+ 3.x | cake5 | >=5.0.0 | >=8.1 |
68
+ 2.x | cake4 | >=4.0.0 | >=7.2 |
68
69
1.x | cake3 | >=3.5.0 | >=5.6 |
69
70
70
71
---
You can’t perform that action at this time.
0 commit comments