Skip to content

Commit

Permalink
Merge branch '2.x' into 2.x-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
themodernpk committed Mar 13, 2024
2 parents da3d5c8 + 0f613fd commit 4639079
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v2.2.7](https://github.com/webreinvent/vaahcms/compare/v2.2.6...v2.2.7) - 2024-03-13
### Merged
- 2.x feature -> 2.x develop | lang string fixes [`#277`](https://github.com/webreinvent/vaahcms/pull/277)
### Commits

- [`5e594cf`](https://github.com/webreinvent/vaahcms/commit/5e594cfd5887a27c744032cbef9fc5d101cd1dc7) updated: changelog
- [`72fe9e9`](https://github.com/webreinvent/vaahcms/commit/72fe9e98fdba92ca28c2fbca2bc7bf4d095014ee) Updated: rebuild assets
- [`710d5f8`](https://github.com/webreinvent/vaahcms/commit/710d5f841e3782eccd4872690d6f7c6fc7322881) Fixed: button loader in extend
- [`945ad7f`](https://github.com/webreinvent/vaahcms/commit/945ad7fc8c0147a5af805f6421cb33d48e20f4c1) Fixed: console error in user crud
- [`a69a8f8`](https://github.com/webreinvent/vaahcms/commit/a69a8f876a8e90c53ba2ed0b0e901c6dbcefd3b7) updated: version
- [`5e74d7f`](https://github.com/webreinvent/vaahcms/commit/5e74d7f70c6056287cdb722fc107ec5f11f03238) Fixed: lang string in update section
## [v2.2.6](https://github.com/webreinvent/vaahcms/compare/v2.2.5...v2.2.6) - 2024-03-12
### Merged
- 2.x feature->2.x-develop | fixed-vaahcms-bugs [`#274`](https://github.com/webreinvent/vaahcms/pull/274)
Expand Down
2 changes: 1 addition & 1 deletion Config/vaahcms.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$settings = [
'app_name' => 'VaahCMS',
'app_slug' => 'vaahcms',
'version' => '2.2.6',
'version' => '2.2.7',
'php_version_required' => '8.1',
'get_config_version' => false,
'website' => 'https://vaah.dev/cms',
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webreinvent/vaahcms",
"version": "2.2.6",
"version": "2.2.7",
"description": "VaahCMS is a laravel based open-source web application development platform shipped with headless content management system.",
"keywords": ["vaahcms", "headless", "hmvc", "laravel", "cms", "vue", "pinia"],
"homepage": "https://webreinvent.com",
Expand Down

0 comments on commit 4639079

Please sign in to comment.