updated plugin GP Premium
version 2.3.2
This commit is contained in:
parent
052743ea8a
commit
f512d25847
@ -243,9 +243,8 @@ function generate_blog_single_featured_image() {
|
||||
}
|
||||
}
|
||||
|
||||
if ( function_exists( 'wp_get_loading_attr_default' ) ) {
|
||||
$attrs['loading'] = wp_get_loading_attr_default( 'the_post_thumbnail' );
|
||||
}
|
||||
$attrs['loading'] = false;
|
||||
$attrs = apply_filters( 'generate_single_featured_image_attrs', $attrs );
|
||||
|
||||
$image_html = apply_filters(
|
||||
'post_thumbnail_html', // phpcs:ignore -- Core filter.
|
||||
|
@ -1 +1 @@
|
||||
<?php return array('dependencies' => array('lodash', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-server-side-render'), 'version' => 'cfd31bf4ecfacfe73c45');
|
||||
<?php return array('dependencies' => array('lodash', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-server-side-render'), 'version' => '332fd82d1af7a4ec17e6');
|
||||
|
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@
|
||||
* Plugin Name: GP Premium
|
||||
* Plugin URI: https://generatepress.com
|
||||
* Description: The entire collection of GeneratePress premium modules.
|
||||
* Version: 2.3.1
|
||||
* Version: 2.3.2
|
||||
* Requires at least: 5.2
|
||||
* Requires PHP: 5.6
|
||||
* Author: Tom Usborne
|
||||
@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly.
|
||||
}
|
||||
|
||||
define( 'GP_PREMIUM_VERSION', '2.3.1' );
|
||||
define( 'GP_PREMIUM_VERSION', '2.3.2' );
|
||||
define( 'GP_PREMIUM_DIR_PATH', plugin_dir_path( __FILE__ ) );
|
||||
define( 'GP_PREMIUM_DIR_URL', plugin_dir_url( __FILE__ ) );
|
||||
define( 'GP_LIBRARY_DIRECTORY', plugin_dir_path( __FILE__ ) . 'library/' );
|
||||
|
@ -3,9 +3,9 @@ Contributors: edge22
|
||||
Donate link: https://generatepress.com
|
||||
Tags: generatepress
|
||||
Requires at least: 5.2
|
||||
Tested up to: 6.2
|
||||
Tested up to: 6.3
|
||||
Requires PHP: 5.6
|
||||
Stable tag: 2.3.1
|
||||
Stable tag: 2.3.2
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
@ -27,6 +27,9 @@ In most cases, #1 will work fine and is way easier.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 2.3.2 =
|
||||
* Tweak: Remove deprecated wp_get_loading_attr_default function
|
||||
|
||||
= 2.3.1 =
|
||||
* Fix: SelectSearch component infinite loop
|
||||
* Fix: Block widths inside Block Elements
|
||||
|
Loading…
Reference in New Issue
Block a user