From d6d871d579bf726df015bc24aab1e9113e4dba1e Mon Sep 17 00:00:00 2001 From: uriel Date: Tue, 4 Mar 2025 06:32:39 -0500 Subject: [PATCH 1/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c22dc993..b9aa1160 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Brisko provides an extensive set of customization options, allowing you to contr - Enable Block Header & Block Footer ## Custom Headers and Footers -- Supports Full Site Editing (FSE) for custom headers and footers +- Supports Full Site Editing (FSE) - Works with **Elementor Pro’s Theme Builder** ([Watch Tutorial](https://www.youtube.com/watch?v=Q7fyn0MMe_s)) - Compatible with **Header, Footer & Blocks Plugin** ([Download Plugin](https://wordpress.org/plugins/header-footer-elementor)) From a3d8fbfe697715de3c49098eb30f8242ab54ce1e Mon Sep 17 00:00:00 2001 From: devuri Date: Tue, 4 Mar 2025 07:28:04 -0500 Subject: [PATCH 2/8] fix: `use_custom_styles` is true by default --- patterns/footer-default.php | 2 +- src/Setup/Styles.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patterns/footer-default.php b/patterns/footer-default.php index adf48245..090d430f 100644 --- a/patterns/footer-default.php +++ b/patterns/footer-default.php @@ -16,7 +16,7 @@

Brisko WordPress Theme' ); diff --git a/src/Setup/Styles.php b/src/Setup/Styles.php index 20962682..e8a4ba16 100644 --- a/src/Setup/Styles.php +++ b/src/Setup/Styles.php @@ -61,7 +61,7 @@ public function enqueue() } if ( ! is_brisko_hybrid_fse() ) { - if ( get_theme_mod( 'use_custom_styles', false ) ) { + if ( get_theme_mod( 'use_custom_styles', true ) ) { wp_enqueue_style( 'custom-styles' ); } From 569c3fb634230b1c77cf69f948118eee0a9dd47e Mon Sep 17 00:00:00 2001 From: devuri Date: Tue, 4 Mar 2025 07:31:05 -0500 Subject: [PATCH 3/8] chore: 6.1.1 --- readme.txt | 2 +- src/Theme.php | 2 +- style-rtl.css | 2 +- style.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index cc7bfeb3..142cf868 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Brisko === Contributors: icelayer Tested up to: 6.7 -Version: 6.0.1 +Version: 6.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready diff --git a/src/Theme.php b/src/Theme.php index 06ebb67d..eb6738e0 100644 --- a/src/Theme.php +++ b/src/Theme.php @@ -25,7 +25,7 @@ class Theme /** * Define Theme Version. */ - const VERSION = '6.0.1'; + const VERSION = '6.1.1'; protected $activate; protected $assets; diff --git a/style-rtl.css b/style-rtl.css index d85c73a4..2bdf9c9f 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -2,7 +2,7 @@ Theme Name: Brisko Author: Uriel Wilson Description: Brisko is a beautifully simple responsive and lightweight WordPress theme that is fast and optimized for WordPress page builders, you can use it as a foundation to build versatile layouts using modern page builders like Elementor, Gutenberg etc. this theme is suitable for personal blogs, business, agency, restaurant, simple blog, life coach, portfolio, charity, and more. Brisko can be extended with plugins or child themes using any of the many included actions. -Version: 6.0.1 +Version: 6.1.1 Tested up to: 6.0 Requires PHP: 7.0 Text Domain: brisko diff --git a/style.css b/style.css index 689aa938..ce8d4dd1 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ Theme Name: Brisko Author: uriel Description: Brisko is a beautifully simple responsive and lightweight WordPress theme that is fast and optimized for WordPress page builders, you can use it as a foundation to build versatile layouts using modern page builders like Elementor, Gutenberg etc. this theme is suitable for personal blogs, business, agency, restaurant, simple blog, life coach, portfolio, charity, and more. Brisko can be extended with plugins or child themes using any of the many included actions. -Version: 6.0.1 +Version: 6.1.1 Tested up to: 6.0 Requires PHP: 7.0 Text Domain: brisko From e4a1a2cdbb0659c12b52e5a3ecc2001e92506d9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:31:59 +0000 Subject: [PATCH 4/8] chore(master): release 6.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ace9152..0f6aa44e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.0" + ".": "6.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1a607e..94440c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.1.1](https://github.com/devuri/brisko/compare/6.1.0...6.1.1) (2025-03-04) + + +### Bug Fixes + +* `use_custom_styles` is true by default ([a3d8fbf](https://github.com/devuri/brisko/commit/a3d8fbfe697715de3c49098eb30f8242ab54ce1e)) + + +### Miscellaneous Chores + +* 6.1.1 ([569c3fb](https://github.com/devuri/brisko/commit/569c3fb634230b1c77cf69f948118eee0a9dd47e)) + ## [6.1.0](https://github.com/devuri/brisko/compare/6.0.1...6.1.0) (2025-03-04) From 3b8ae79a1d2b88aad284c049e78c559e4f7d2a12 Mon Sep 17 00:00:00 2001 From: devuri Date: Tue, 4 Mar 2025 08:10:14 -0500 Subject: [PATCH 5/8] fix: nav update --- template-parts/nav.php | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/template-parts/nav.php b/template-parts/nav.php index 96f40e9d..ee456123 100644 --- a/template-parts/nav.php +++ b/template-parts/nav.php @@ -1,20 +1,30 @@ - - -

+ From 14d846259fd6c471f6286fd01f137a3613322f21 Mon Sep 17 00:00:00 2001 From: devuri Date: Tue, 4 Mar 2025 08:49:52 -0500 Subject: [PATCH 6/8] chore: build --- docs/code/classes/Brisko-Theme.html | 4 ++-- template-parts/nav.php | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/code/classes/Brisko-Theme.html b/docs/code/classes/Brisko-Theme.html index d251999e..77dfb00e 100644 --- a/docs/code/classes/Brisko-Theme.html +++ b/docs/code/classes/Brisko-Theme.html @@ -152,7 +152,7 @@

VERSION -  = '6.0.1' +  = '6.1.1'
Define Theme Version.
@@ -276,7 +276,7 @@

public mixed VERSION - = '6.0.1' + = '6.1.1' diff --git a/template-parts/nav.php b/template-parts/nav.php index ee456123..288b9a5c 100644 --- a/template-parts/nav.php +++ b/template-parts/nav.php @@ -1,13 +1,12 @@ + ?>