From c8232aecd8ab32cac34e2d9ae253a3d66ca6d543 Mon Sep 17 00:00:00 2001 From: Tom Usborne Date: Wed, 23 Oct 2024 13:46:26 -0400 Subject: [PATCH 01/20] 3.5.2 --- functions.php | 2 +- readme.txt | 6 ++++-- style.css | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/functions.php b/functions.php index 53b27bd1..bd79399d 100644 --- a/functions.php +++ b/functions.php @@ -12,7 +12,7 @@ } // Set our theme version. -define( 'GENERATE_VERSION', '3.5.1' ); +define( 'GENERATE_VERSION', '3.5.2' ); if ( ! function_exists( 'generate_setup' ) ) { add_action( 'after_setup_theme', 'generate_setup' ); diff --git a/readme.txt b/readme.txt index c1b5c4fd..f3383830 100644 --- a/readme.txt +++ b/readme.txt @@ -6,8 +6,8 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options Requires at least: 6.1 Requires PHP: 7.4 -Tested up to: 6.6 -Stable tag: 3.5.1 +Tested up to: 6.7 +Stable tag: 3.5.2 GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. @@ -100,6 +100,8 @@ MIT License: https://github.com/JedWatson/react-select/blob/master/LICENSE == Changelog == += 3.5.2 = + = 3.5.1 = * Tweak: Revert addition of appearance-tools theme support * Fix: Dropdown click conflict with off-canvas panel diff --git a/style.css b/style.css index 1aae39cb..d682b782 100644 --- a/style.css +++ b/style.css @@ -4,9 +4,9 @@ Theme URI: https://generatepress.com Author: Tom Usborne Author URI: https://tomusborne.com Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com -Version: 3.5.1 +Version: 3.5.2 Requires at least: 6.1 -Tested up to: 6.6 +Tested up to: 6.7 Requires PHP: 7.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From ab710878c20eb3e0eda93e2b47747639814da557 Mon Sep 17 00:00:00 2001 From: Tom Usborne Date: Wed, 23 Oct 2024 13:48:28 -0400 Subject: [PATCH 02/20] 3.5.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a7f890c..82dc614e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generatepress", - "version": "3.5.1", + "version": "3.5.2", "description": "A super lightweight WordPress theme.", "main": "Gruntfile.js", "scripts": { From 9f89b12b5d51ec589994d9df064a93be65f9a6b6 Mon Sep 17 00:00:00 2001 From: Tom Usborne Date: Wed, 23 Oct 2024 15:05:55 -0400 Subject: [PATCH 03/20] Fix: Broken Font Manager when adding multiple fonts --- .../font-manager/GeneratePressFontManagerControlForm.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/customizer-controls/font-manager/GeneratePressFontManagerControlForm.js b/src/customizer-controls/font-manager/GeneratePressFontManagerControlForm.js index c78da0d1..c0b4ac86 100644 --- a/src/customizer-controls/font-manager/GeneratePressFontManagerControlForm.js +++ b/src/customizer-controls/font-manager/GeneratePressFontManagerControlForm.js @@ -333,7 +333,7 @@ const GeneratePressFontManagerControlForm = ( props ) => {