diff --git a/README.md b/README.md index 4280819..51983bb 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,9 @@ Similar hooks: ## Changelog +### 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 204eca5..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.1.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 85d36fb..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.1.0'; + public $version = '3.1.1'; /** * @var $instance diff --git a/package.json b/package.json index 067473a..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.1.0", + "version": "3.1.1", "private": true, "license": "GPL-2.0", "devDependencies": { diff --git a/readme.txt b/readme.txt index c3f96ca..5719e89 100644 --- a/readme.txt +++ b/readme.txt @@ -220,6 +220,9 @@ Similar hooks: == Changelog == += 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