mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
Update version, readme
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user