Skip to content

Commit

Permalink
Merge pull request #696 from waynestate/hotfix/8.8.4
Browse files Browse the repository at this point in the history
hotfix/8.8.4 - Need base version in the header on sites, not 'version'
  • Loading branch information
breakdancingcat committed Feb 16, 2024
2 parents 027e0fe + 6076340 commit 2d0013e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factories/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function create($limit = 1, $flatten = false, $options = [])
$data[$i] = [
'site' => [
'id' => 2,
'title' => 'Base - Style guide (v'.$base_info['version'].')',
'title' => 'Base - Style guide (v'.($base_info['baseVersion'] ?? $base_info['version']).')',
'short-title' => '',
'keywords' => '',
'subsite-folder' => null,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "base",
"private": true,
"version": "8.8.3",
"version": "8.8.4",
"description": "",
"scripts": {
"dev": "npm run development",
Expand Down

0 comments on commit 2d0013e

Please sign in to comment.