Merge branch 'master' into develop (hotfix)

This commit is contained in:
Robin Cornett
2019-06-30 16:46:44 -04:00
5 changed files with 10 additions and 4 deletions
+3
View File
@@ -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
+1 -1
View File
@@ -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
@@ -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
+1 -1
View File
@@ -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": {
+4 -1
View File
@@ -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