Skip to content

Commit 8176d15

Browse files
authored
Merge pull request #264 from hydephp/develop
HydePHP v1.7.0 - 2024-07-05
2 parents 5f53d89 + a34dd43 commit 8176d15

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
os: [ubuntu-latest, macos-latest, windows-latest]
50-
php: [8.1, 8.2]
50+
php: [8.1, 8.2, 8.3]
5151

5252
runs-on: ${{ matrix.os }}
5353
name: Hyde tests - ${{ matrix.os }} ${{ matrix.php }} (develop)

_media/app.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"require": {
2727
"php": "^8.1",
28-
"hyde/framework": "^1.6",
28+
"hyde/framework": "^1.7",
2929
"laravel-zero/framework": "^10.0"
3030
},
3131
"require-dev": {

config/hyde.php

+3
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,7 @@
483483
'hydefront_version' => \Hyde\Framework\Services\AssetService::HYDEFRONT_VERSION,
484484
'hydefront_cdn_url' => \Hyde\Framework\Services\AssetService::HYDEFRONT_CDN_URL,
485485

486+
// Should the theme toggle buttons be displayed in the layouts?
487+
'theme_toggle_buttons' => true,
488+
486489
];

resources/assets/app.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* This file is loaded into your Hyde/Hyde installation and is used to generate the styles for your project.
2+
* This file is loaded into your Hyde/Hyde installation and is used to generate the styles for your project.
33
* You can use this file to customize your TailwindCSS or to add new classes.
44
*
5-
* The HydeFront package contains some base styles to make your site look even more amazing.
5+
* The HydeFront package contains some base styles to make your site look even more amazing.
66
*
77
* The compiled result of this file is shipped with HydePHP and is found at _media/app.css,
88
* so you don't need to compile this file unless you're making changes.

resources/assets/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/*
2-
* This is the main JavaScript used by webpack to build the the app.js file.
2+
* This is the main JavaScript used by webpack to build the the app.js file.
33
*/

0 commit comments

Comments
 (0)