Merge branch 'develop'
This commit is contained in:
commit
bd5d900b82
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
## [Unreleased]
|
||||
|
||||
## [v1.27.0] - 2025-12-22
|
||||
### Fixed
|
||||
|
||||
* fix(crud): use route params to redirect after a delation
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
namespace App\Core;
|
||||
|
||||
if (!defined('MURPH_VERSION')) {
|
||||
define('MURPH_VERSION', 'v1.26.0');
|
||||
define('MURPH_VERSION', 'v1.27.0');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue