updated plugin GP Premium
version 2.0.3
This commit is contained in:
@ -3,9 +3,9 @@ Contributors: edge22
|
||||
Donate link: https://generatepress.com
|
||||
Tags: generatepress
|
||||
Requires at least: 4.5
|
||||
Tested up to: 5.6
|
||||
Tested up to: 5.8
|
||||
Requires PHP: 5.6
|
||||
Stable tag: 1.12.3
|
||||
Stable tag: 2.0.3
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
@ -27,6 +27,72 @@ In most cases, #1 will work fine and is way easier.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 2.0.3 =
|
||||
* Elements: Use block_categories_all filter in WP 5.8
|
||||
* Elements: Remove wp-editor dependency from new widget editor
|
||||
|
||||
= 2.0.2 =
|
||||
* Elements: Use blog page title for dynamic title if set
|
||||
* Spacing: Fix reset button bug in Customizer controls
|
||||
* WooCommerce: Fix infinite scroll applying to product taxonomy pages
|
||||
|
||||
= 2.0.1 =
|
||||
* Blog: Fix infinite scroll bug on product archives
|
||||
* Elements: Fix error in WP 4.9.x versions
|
||||
* Menu Plus: Prevent 0x0 logo dimension attributes if no dimensions exist
|
||||
* Site Library: Add vertical scroll ability to the Site Library control area
|
||||
|
||||
= 2.0.0 =
|
||||
* Blog: Rewrite infinite scroll using vanilla javascript
|
||||
* Blog: Rewrite masonry using vanilla javascript
|
||||
* Blog: Add separate infinite scroll path element to footer
|
||||
* Blog: Fix missing single/page featured image options when archive image disabled
|
||||
* Blog: Add aria-label instead of screen-reader-text to read more button
|
||||
* Colors: Fix back to top Customizer color preview
|
||||
* Elements: New Content Template Element
|
||||
* Elements: New Post Meta Template Element
|
||||
* Elements: New Post Navigation Template Element
|
||||
* Elements: New Page Hero Block Element
|
||||
* Elements: New Archive Navigation Template Element
|
||||
* Elements: New Editor Width option in Block Elements
|
||||
* Elements: Move Block Elements options into editor sidebar
|
||||
* Elements: Show Site Header options by default in Header Element
|
||||
* Elements: Fix Classic Editor issue in Block Elements
|
||||
* Elements: Add a list of active Elements to page editor
|
||||
* Elements: Add a list of active Elements to the admin bar
|
||||
* Elements: Add notices to Customizer if Elements may be overwriting options
|
||||
* Elements: Disable mobile header menu if menu is disabled via Layout Element
|
||||
* Elements: Improve Display Rule loading performance
|
||||
* Elements: Add block type filter to Elements dashboard
|
||||
* Elements: Add generate_element_display filter
|
||||
* Elements: Add No Results as a Display Rule condition
|
||||
* Menu Plus: Hide slideout toggle at set mobile menu breakpoint value
|
||||
* Menu Plus: Fix sticky menu height when using navigation as header
|
||||
* Menu Plus: Add dimensions to mobile/sticky logos
|
||||
* Menu Plus: Make Off-Canvas menu take up full width of canvas
|
||||
* Menu Plus: Fix menu bar item sticky transition
|
||||
* Menu Plus: Prevent sticky sidebar nav if mobile header is set to sticky
|
||||
* Secondary Nav: Fix centered secondary navigation items using flexbox
|
||||
* Secondary Nav: Fix conflict with Nav as Header option
|
||||
* Secondary Nav: Fix missing menu cart items when using click dropdowns
|
||||
* Sections: Officially deprecate module
|
||||
* Site Library: Completely rebuild Site Library using React
|
||||
* WooCommerce: Move full width single product CSS to inline CSS
|
||||
* WooCommerce: Use wc_get_product() instead of new WC_Product()
|
||||
* WooCommerce: Add more checks for WC() class to prevent error logs
|
||||
* WooCommerce: Add generate_wc_cart_panel_checkout_button_output filter
|
||||
* WooCommerce: Add generate_wc_sticky_add_to_cart_action filter
|
||||
* WooCommerce: Add generate_wc_show_sticky_add_to_cart filter
|
||||
* WooCommerce: Re-write quantity button javascript to be more performant/extendable
|
||||
* General: Update theme install link
|
||||
* General: Update alpha color picker script
|
||||
* General: Use correct URL scheme in external stylesheet URLs
|
||||
* General: Check if FS_CHMOD_FILE is defined in external stylesheet generation
|
||||
* General: Use inline CSS when using AMP plugin
|
||||
* General: Update EDD_SL_Plugin_Updater class to 1.8.0
|
||||
* General: Clean up javascript throughout plugin
|
||||
* General: Replace deprecated jQuery functions
|
||||
|
||||
= 1.12.3 =
|
||||
* WooCommerce: Fix quantity buttons in WP 5.6
|
||||
|
||||
|
Reference in New Issue
Block a user