Skip to content

Commit

Permalink
Merge pull request #264 from hydephp/develop
Browse files Browse the repository at this point in the history
HydePHP v1.7.0 - 2024-07-05
  • Loading branch information
caendesilva authored Jul 5, 2024
2 parents 5f53d89 + a34dd43 commit 8176d15
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]

runs-on: ${{ matrix.os }}
name: Hyde tests - ${{ matrix.os }} ${{ matrix.php }} (develop)
Expand Down
4 changes: 2 additions & 2 deletions _media/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"require": {
"php": "^8.1",
"hyde/framework": "^1.6",
"hyde/framework": "^1.7",
"laravel-zero/framework": "^10.0"
},
"require-dev": {
Expand Down
3 changes: 3 additions & 0 deletions config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -483,4 +483,7 @@
'hydefront_version' => \Hyde\Framework\Services\AssetService::HYDEFRONT_VERSION,
'hydefront_cdn_url' => \Hyde\Framework\Services\AssetService::HYDEFRONT_CDN_URL,

// Should the theme toggle buttons be displayed in the layouts?
'theme_toggle_buttons' => true,

];
4 changes: 2 additions & 2 deletions resources/assets/app.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* This file is loaded into your Hyde/Hyde installation and is used to generate the styles for your project.
* This file is loaded into your Hyde/Hyde installation and is used to generate the styles for your project.
* You can use this file to customize your TailwindCSS or to add new classes.
*
* The HydeFront package contains some base styles to make your site look even more amazing.
* The HydeFront package contains some base styles to make your site look even more amazing.
*
* The compiled result of this file is shipped with HydePHP and is found at _media/app.css,
* so you don't need to compile this file unless you're making changes.
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*
* This is the main JavaScript used by webpack to build the the app.js file.
* This is the main JavaScript used by webpack to build the the app.js file.
*/

0 comments on commit 8176d15

Please sign in to comment.