Skip to content

Commit

Permalink
3.5.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusborne committed Jul 25, 2024
1 parent b86913c commit 6716cec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

// Set our theme version.
define( 'GENERATE_VERSION', '3.5.0-alpha.1' );
define( 'GENERATE_VERSION', '3.5.0-alpha.2' );

if ( ! function_exists( 'generate_setup' ) ) {
add_action( 'after_setup_theme', 'generate_setup' );
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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: 7.4
Tested up to: 6.4
Tested up to: 6.6
Stable tag: 3.4.0

GeneratePress is a lightweight WordPress theme built with a focus on speed and usability.
Expand Down Expand Up @@ -105,6 +105,12 @@ MIT License: https://github.com/JedWatson/react-select/blob/master/LICENSE
* Fix: Underlined buttons in the editor
* Tweak: Add minimal header/footer templates for future GPP site editor
* Tweak: Allow bottom margin value in custom typography elements
* Accessibility: Add role to back to top button
* Accessibility: Use h2 for comments title
* Accessibility: Add aria-controls to menu dropdowns
* Accessibility: Add aria-label to menu dropdown toggles
* Accessibility: Add proper roles to menu dropdown toggles
* Accessibility: Allow spacebar to open menu dropdowns

= 3.4.0 =

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-alpha.1
Version: 3.5.0-alpha.2
Requires at least: 5.2
Tested up to: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 6716cec

Please sign in to comment.