Update version, readme

This commit is contained in:
Robin Cornett
2019-06-30 16:13:58 -04:00
parent ca38e7b0ab
commit 7f7a5bfe95
5 changed files with 9 additions and 3 deletions
+3
View File
@@ -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
+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.1.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.1.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.1.0",
"version": "3.1.1",
"private": true,
"license": "GPL-2.0",
"devDependencies": {
+3
View File
@@ -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