From 8ba2d83a0d2fb37e3e09cb51ea765fe44df111b0 Mon Sep 17 00:00:00 2001 From: Tom Usborne Date: Tue, 20 Aug 2024 09:22:34 -0600 Subject: [PATCH] 3.5.0-rc.1 --- functions.php | 2 +- package.json | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index fb87c545..2a70e410 100644 --- a/functions.php +++ b/functions.php @@ -12,7 +12,7 @@ } // Set our theme version. -define( 'GENERATE_VERSION', '3.5.0-beta.1' ); +define( 'GENERATE_VERSION', '3.5.0-rc.1' ); if ( ! function_exists( 'generate_setup' ) ) { add_action( 'after_setup_theme', 'generate_setup' ); diff --git a/package.json b/package.json index e4b5f14a..7b7819fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generatepress", - "version": "3.5.0-beta.1", + "version": "3.5.0-rc.1", "description": "A super lightweight WordPress theme.", "main": "Gruntfile.js", "scripts": { diff --git a/style.css b/style.css index 092e09bf..12b3e81d 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ 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.0-beta.1 +Version: 3.5.0-rc.1 Requires at least: 5.2 Tested up to: 6.6 Requires PHP: 7.4