Skip to content

Commit bf2c7fd

Browse files
authored
Prepare v3.x release (#25)
1 parent 26eb355 commit bf2c7fd

File tree

3 files changed

+6
-38
lines changed

3 files changed

+6
-38
lines changed

CHANGELOG.md

+3-36
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,8 @@
11
# Release Notes
22

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)
44

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)
66

77
### 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))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest Stable Version](https://poser.pugx.org/ishanvyas22/cakephp-inertiajs/v)](//packagist.org/packages/ishanvyas22/cakephp-inertiajs)
44
[![Total Downloads](https://poser.pugx.org/ishanvyas22/cakephp-inertiajs/downloads)](//packagist.org/packages/ishanvyas22/cakephp-inertiajs)
55
[![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)
77
![Tests](https://github.com/ishanvyas22/cakephp-inertiajs/workflows/Run%20tests/badge.svg?branch=master)
88
![PHPStan](https://github.com/ishanvyas22/cakephp-inertiajs/workflows/Run%20PHPStan/badge.svg)
99
![Coding Style Check](https://github.com/ishanvyas22/cakephp-inertiajs/workflows/Check%20Coding%20Style/badge.svg)

docs/Installation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Now you are all set to start using your front-end components as template files.
6464
6565
Plugin version | Branch | CakePHP version | PHP minimum version |
6666
--- | --- | --- | --- |
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 |
6869
1.x | cake3 | >=3.5.0 | >=5.6 |
6970
7071
---

0 commit comments

Comments
 (0)