Skip to content

Commit

Permalink
Prepare v3.x release (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanvyas22 authored Dec 21, 2023
1 parent 26eb355 commit bf2c7fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 38 deletions.
39 changes: 3 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,8 @@
# Release Notes

## [Unreleased](https://github.com/ishanvyas22/cakephp-inertiajs/compare/2.2.0...master)
## [Unreleased](https://github.com/ishanvyas22/cakephp-inertiajs/compare/3.0.0...cake5)

## [2.2.0 (2022-04-07)](https://github.com/ishanvyas22/cakephp-inertiajs/compare/2.1.0...2.2.0)
## 3.0.0 (2023-12-21)

### Added

- [Docs] Version in `docs/Installation.md` file
- `dealerdirect/phpcodesniffer-composer-installer` package to `allow-plugins` config in composer

### Fixed

- [Docs] Typos in `docs/ServerSideSetup.md` (https://github.com/ishanvyas22/cakephp-inertiajs/pull/19)

### Improved

- [CI] Run unit tests on latest, lower, and dev package versions

## [2.1.0 (2022-01-22)](https://github.com/ishanvyas22/cakephp-inertiajs/compare/2.0.1...2.1.0)

### Updated

- CakePHP dependency to 4.3, in order to remove deprecation warnings in `routes.php` file (https://github.com/ishanvyas22/cakephp-inertiajs/pull/18)

## [2.0.1 (2020-11-15)](https://github.com/ishanvyas22/cakephp-inertiajs/compare/2.0.0...2.0.1)

### Added
- More type hints & simplify the setup docs ([#13](https://github.com/ishanvyas22/cakephp-inertiajs/pull/13))

### Changed
- CakePHP badge to use CakePHP 4.x ([b73bb99](https://github.com/ishanvyas22/cakephp-inertiajs/commit/b73bb99656b9716aafdc17591605f8edb2b92d4b))
- Move CI to github actions

### Fixed
- Example code in the `docs/ServerSideSetup.md` file ([#14](https://github.com/ishanvyas22/cakephp-inertiajs/pull/14))

## 2.0.0 (2020-11-05)

### Added
- Support for CakePHP 4.x ([#12](https://github.com/ishanvyas22/cakephp-inertiajs/pull/12))
- Support for CakePHP 5.x ([#23](https://github.com/ishanvyas22/cakephp-inertiajs/pull/23))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Latest Stable Version](https://poser.pugx.org/ishanvyas22/cakephp-inertiajs/v)](//packagist.org/packages/ishanvyas22/cakephp-inertiajs)
[![Total Downloads](https://poser.pugx.org/ishanvyas22/cakephp-inertiajs/downloads)](//packagist.org/packages/ishanvyas22/cakephp-inertiajs)
[![License](https://poser.pugx.org/ishanvyas22/cakephp-inertiajs/license)](//packagist.org/packages/ishanvyas22/cakephp-inertiajs)
[![CakePHP](https://img.shields.io/badge/cakephp-%5E4.1.0-red?logo=cakephp)](https://book.cakephp.org/4/en/index.html)
[![CakePHP](https://img.shields.io/badge/cakephp-%5E5.0.0-red?logo=cakephp)](https://book.cakephp.org/5/en/index.html)
![Tests](https://github.com/ishanvyas22/cakephp-inertiajs/workflows/Run%20tests/badge.svg?branch=master)
![PHPStan](https://github.com/ishanvyas22/cakephp-inertiajs/workflows/Run%20PHPStan/badge.svg)
![Coding Style Check](https://github.com/ishanvyas22/cakephp-inertiajs/workflows/Check%20Coding%20Style/badge.svg)
Expand Down
3 changes: 2 additions & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ Now you are all set to start using your front-end components as template files.
Plugin version | Branch | CakePHP version | PHP minimum version |
--- | --- | --- | --- |
2.x | master | >=4.0.0 | >=7.2 |
3.x | cake5 | >=5.0.0 | >=8.1 |
2.x | cake4 | >=4.0.0 | >=7.2 |
1.x | cake3 | >=3.5.0 | >=5.6 |
---
Expand Down

0 comments on commit bf2c7fd

Please sign in to comment.