Skip to content

Commit

Permalink
Prepare v2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanvyas22 committed Dec 12, 2023
1 parent 3db706c commit 46c794d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-coding-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.1']
php-versions: ['8.2']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.1']
php-versions: ['8.2']

steps:
- name: Checkout
Expand Down
84 changes: 0 additions & 84 deletions CHANGELOG-1.x.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Release Notes

## [Unreleased](https://github.com/ishanvyas22/asset-mix/compare/2.0.0...cake5)

## [2.0.0 (2023-12-12)](https://github.com/ishanvyas22/asset-mix/compare/1.5.0...2.0.0)

### Added
- Added support for CakePHP 5.x ([#44](https://github.com/ishanvyas22/asset-mix/pull/44))

### Updated
- Update to stable CakePHP 5.0 ([#45](https://github.com/ishanvyas22/asset-mix/pull/45))
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
[![Latest Stable Version](https://poser.pugx.org/ishanvyas22/asset-mix/v/stable)](https://packagist.org/packages/ishanvyas22/asset-mix)
[![Total Downloads](https://poser.pugx.org/ishanvyas22/asset-mix/downloads)](https://packagist.org/packages/ishanvyas22/asset-mix)
[![License](https://poser.pugx.org/ishanvyas22/asset-mix/license)](https://packagist.org/packages/ishanvyas22/asset-mix)
[![CakePHP](https://img.shields.io/badge/cakephp-%5E4.0.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/asset-mix/workflows/Run%20tests/badge.svg?branch=master)
![PHPStan Check](https://github.com/ishanvyas22/asset-mix/workflows/Run%20PHPStan/badge.svg?branch=master)
![Coding Style Check](https://github.com/ishanvyas22/asset-mix/workflows/Check%20Coding%20Style/badge.svg?branch=master)

Provides integration with your [CakePHP application](https://cakephp.org/) & [Laravel Mix](https://laravel-mix.com).

This branch works with **CakePHP 4.0+**, see [version map](#version-map) for more details.
This branch works with **CakePHP 5.0+**, see [version map](#version-map) for more details.

## ❤️ Support The Development
**Do you like this project? Support it by donating:**
Expand Down Expand Up @@ -186,11 +186,12 @@ Please see [docs/ServingFromSubdirectory](docs/ServingFromSudirectory.md)

AssetMix version | Branch | CakePHP version | PHP minimum version |
--- | --- | --- | --- |
1.x | master | >=4.0.0 | >=7.2 |
2.x | cake5 | >=5.0.0 | >=8.1 |
1.x | cake4 | >=4.0.0 | >=7.2 |
0.x | cake3 | >=3.5.0 | >=5.6 |

## Changelog
Please see [CHANGELOG](CHANGELOG-1.x.md) for more information about recent changes.
Please see [CHANGELOG](CHANGELOG-2.x.md) for more information about recent changes.

## Reference
To see this plugin into action you can refer to this [project](https://github.com/ishanvyas22/cakephpvue-spa), which will provide more insight.
Expand Down

0 comments on commit 46c794d

Please sign in to comment.