Releases: ishanvyas22/cakephp-inertiajs
Releases · ishanvyas22/cakephp-inertiajs
[3.0.0] CakePHP 5.x support
What's Changed
- CakePHP 5.0 upgrade by @robertpustulka in #23
- Update CI by @ishanvyas22 in #24
- Prepare v3 release by @ishanvyas22 in #25
New Contributors
- @robertpustulka made their first contribution in #23
Full Changelog: 2.3.0...3.0.0
[2.3.0] New features & improved compatibility with CakePHP 4.5
What's Changed
- Set variables for CakePHP and Inertia components by @toggenation in #20
- Improve compatibility with CakePHP 4.5 and PHP 8.2 by @markstory in #21
Full Changelog: 2.2.0...2.3.0
[2.2.0] Bump CakePHP version to 4.4
What's Changed
- Update template override URL, change app.ctp to app.php by @toggenation in #19
dealerdirect/phpcodesniffer-composer-installer
package toallow-plugins
config in composer- [Docs] Added version map in
docs/Installation.md
- Bump CakePHP version to 4.4, PHPUnit version to 8.5.23, and AssetMix plugin version 1.4
- [CI] Run unit tests on latest, lower, and dev package versions
New Contributors
- @toggenation made their first contribution in #19
Full Changelog: 2.1.0...2.2.0
[2.1.0] Bump CakePHP version to 4.3
What's changed
Updated
- CakePHP dependency to 4.3, in order to remove deprecation warnings in
routes.php
file (#18) Thanks @Andream98
New Contributors
- @Andream98 made their first contribution in #18
Full Changelog: 2.0.1...2.1.0
Released 2.0.1
Added
- More type hints & simplify the setup docs (#13) Thanks @markstory
Changed
- CakePHP badge to use CakePHP 4.x (b73bb99)
- Move CI to github actions
Fixed
Released 1.3.1
Released 2.0.0 🍓
Added
🎉 Support for CakePHP 4.x (#12). Thanks @markstory
Released 1.3.0
Added
- Sets
_csrfToken
field value by default so it can be used by front-end to pass this value while making form request to prevent CSRF (#11)
Changed
- Only first flash message will be set into
flash
key (aefdd75) - Replace
/
with-
inflash.element
array, and lowercase whole element string (c21beb8)
Fixed
- PHP notice when no flash message is set by returning empty flash array if flash data is not set into the session (a75f9ef)
Released 1.2.0
Released 1.1.3
Fixed
- Do not set
InertiaJsonView
when status is 404 or 500 (#8)