diff --git a/wp-content/themes/generatepress/functions.php b/wp-content/themes/generatepress/functions.php index 5ce2db42..b8a791e4 100644 --- a/wp-content/themes/generatepress/functions.php +++ b/wp-content/themes/generatepress/functions.php @@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) { } // Set our theme version. -define( 'GENERATE_VERSION', '3.3.0' ); +define( 'GENERATE_VERSION', '3.3.1' ); if ( ! function_exists( 'generate_setup' ) ) { add_action( 'after_setup_theme', 'generate_setup' ); diff --git a/wp-content/themes/generatepress/inc/class-dashboard.php b/wp-content/themes/generatepress/inc/class-dashboard.php index 40dbc956..d8c47d69 100644 --- a/wp-content/themes/generatepress/inc/class-dashboard.php +++ b/wp-content/themes/generatepress/inc/class-dashboard.php @@ -204,7 +204,7 @@ class GeneratePress_Dashboard { wp_enqueue_script( 'generate-dashboard', get_template_directory_uri() . '/assets/dist/dashboard.js', - array( 'wp-api', 'wp-i18n', 'wp-components', 'wp-element', 'wp-api-fetch' ), + array( 'wp-api', 'wp-i18n', 'wp-components', 'wp-element', 'wp-api-fetch', 'wp-hooks', 'wp-polyfill' ), GENERATE_VERSION, true ); diff --git a/wp-content/themes/generatepress/inc/customizer/helpers.php b/wp-content/themes/generatepress/inc/customizer/helpers.php index 544bbf73..70f32030 100644 --- a/wp-content/themes/generatepress/inc/customizer/helpers.php +++ b/wp-content/themes/generatepress/inc/customizer/helpers.php @@ -340,7 +340,7 @@ function generate_do_control_inline_scripts() { 'generate-customizer-controls', trailingslashit( get_template_directory_uri() ) . 'assets/dist/customizer.js', // We're including wp-color-picker for localized strings, nothing more. - array( 'customize-controls', 'wp-i18n', 'wp-components', 'wp-element', 'jquery', 'customize-base', 'wp-color-picker' ), + array( 'lodash', 'react', 'react-dom', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'jquery', 'customize-base', 'customize-controls', 'wp-color-picker' ), GENERATE_VERSION, true ); diff --git a/wp-content/themes/generatepress/readme.txt b/wp-content/themes/generatepress/readme.txt index 68e996a7..d14952b0 100644 --- a/wp-content/themes/generatepress/readme.txt +++ b/wp-content/themes/generatepress/readme.txt @@ -5,8 +5,8 @@ License: GPLv2 or later 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: 5.2 -Tested up to: 6.2 -Stable tag: 3.3.0 +Tested up to: 6.3 +Stable tag: 3.3.1 GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. @@ -99,6 +99,10 @@ MIT License: https://github.com/JedWatson/react-select/blob/master/LICENSE == Changelog == += 3.3.1 = + +* Tweak: Update Customizer script dependencies to prevent WP 6.3 conflicts + = 3.3.0 = * Feature: Add navigation search modal diff --git a/wp-content/themes/generatepress/style.css b/wp-content/themes/generatepress/style.css index ff01457d..7ca0d80f 100644 --- a/wp-content/themes/generatepress/style.css +++ b/wp-content/themes/generatepress/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.3.0 +Version: 3.3.1 Requires at least: 5.2 -Tested up to: 6.2 +Tested up to: 6.3 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html