release v1.27.0

This commit is contained in:
Simon Vieille 2025-12-22 17:38:53 +01:00
commit b1b01b202c
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
## [Unreleased]
## [v1.27.0] - 2025-12-22
### Fixed
* fix(crud): use route params to redirect after a delation
### Added

View file

@ -3,7 +3,7 @@
namespace App\Core;
if (!defined('MURPH_VERSION')) {
define('MURPH_VERSION', 'v1.26.0');
define('MURPH_VERSION', 'v1.27.0');
}
/**