Skip to content

Commit 5a5369e

Browse files
Merge branch '2.x' into 2.x-develop
2 parents 88ea42f + 5c4ae93 commit 5a5369e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v2.3.1](https://github.com/webreinvent/vaahcms/compare/v2.3.0...v2.3.1) - 2025-07-22
11+
### Merged
12+
- 2.x-feature -> 2.x-develop | Fixed: route cache issue [`#299`](https://github.com/webreinvent/vaahcms/pull/299)
13+
- 2.x -> 2.x-develop | Post Deployment MR [`#296`](https://github.com/webreinvent/vaahcms/pull/296)
14+
### Commits
15+
16+
- [`1f501a9`](https://github.com/webreinvent/vaahcms/commit/1f501a9514b7ab7e9aea3eae6b8b53d90c4beb19) Fixed: route cache issue
17+
18+
Updated duplicate route name
19+
- [`f79e30e`](https://github.com/webreinvent/vaahcms/commit/f79e30efba94c6f572759dcdcf2d48971d82548e) added: changelog
20+
- [`41910ea`](https://github.com/webreinvent/vaahcms/commit/41910ea1ab05471b34a094852a74b410928ec0b4) Updated: version 2.3.1
1021
## [v2.3.0](https://github.com/webreinvent/vaahcms/compare/v2.2.14...v2.3.0) - 2025-07-01
1122
### Merged
1223
- 2.x-hotfix -> 2.x | Updated: laravel 12 dependencies [`#295`](https://github.com/webreinvent/vaahcms/pull/295)

Config/vaahcms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$settings = [
99
'app_name' => 'VaahCMS',
1010
'app_slug' => 'vaahcms',
11-
'version' => '2.2.13',
11+
'version' => '2.3.1',
1212
'php_version_required' => '8.1',
1313
'get_config_version' => false,
1414
'website' => 'https://vaah.dev/cms',

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webreinvent/vaahcms",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "VaahCMS is a laravel based open-source web application development platform shipped with headless content management system.",
55
"keywords": ["vaahcms", "headless", "hmvc", "laravel", "cms", "vue", "pinia"],
66
"homepage": "https://webreinvent.com",

0 commit comments

Comments
 (0)