diff --git a/README.md b/README.md index 432c3cc..fb2dc25 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,9 @@ Similar hooks: * fixed: output when multiple widgets/blocks are displayed * updated: shortcode/block validation +### 3.1.1 +* fix widget output error when multiple instances are called on a page + ### 3.1.0 * added: option to display the banner image using only CSS and responsive images, instead of JavaScript * changed: CSS, mostly related to the CSS-only banner image, but also made entry title CSS less specific diff --git a/display-featured-image-genesis.php b/display-featured-image-genesis.php index 381e38e..b59e725 100644 --- a/display-featured-image-genesis.php +++ b/display-featured-image-genesis.php @@ -12,7 +12,7 @@ * Plugin Name: Display Featured Image for Genesis * Plugin URI: https://github.com/robincornett/display-featured-image-genesis/ * Description: This plugin works within the Genesis Framework, to display featured images in beautiful and dynamic ways. - * Version: 3.2.0 + * Version: 3.1.1 * Author: Robin Cornett * Author URI: https://robincornett.com * Text Domain: display-featured-image-genesis diff --git a/includes/class-displayfeaturedimagegenesis-common.php b/includes/class-displayfeaturedimagegenesis-common.php index e802df5..6198533 100644 --- a/includes/class-displayfeaturedimagegenesis-common.php +++ b/includes/class-displayfeaturedimagegenesis-common.php @@ -18,7 +18,7 @@ class Display_Featured_Image_Genesis_Common { * @var string * @since 1.4.3 */ - public $version = '3.2.0'; + public $version = '3.1.1'; /** * @var $instance diff --git a/package.json b/package.json index 538cd27..e9c46b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "display-featured-image-genesis", "description": "Display Featured Image for Genesis", - "version": "3.2.0", + "version": "3.1.1", "private": true, "license": "GPL-2.0", "devDependencies": { diff --git a/readme.txt b/readme.txt index 5ac0674..6086d03 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://robincornett.com/donate/ Tags: banner, featured image, featured images, genesis, studiopress, post thumbnails, featured image rss, rss Requires at least: 5.0 Tested up to: 5.2 -Stable tag: 3.2.0 +Stable tag: 3.1.1 Requires PHP: 5.6 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -225,6 +225,9 @@ Similar hooks: * fixed: output when multiple widgets/blocks are displayed * updated: shortcode/block validation += 3.1.1 = +* fix widget output error when multiple instances are called on a page + = 3.1.0 = * added: option to display the banner image using only CSS and responsive images, instead of JavaScript * changed: CSS, mostly related to the CSS-only banner image, but also made entry title CSS less specific