Update version, readme, .pot

This commit is contained in:
Robin Cornett
2018-12-04 10:45:56 -05:00
parent c6c0c71a53
commit 945192e613
6 changed files with 613 additions and 811 deletions
+4
View File
@@ -249,6 +249,10 @@ Similar hooks:
## Changelog
### 3.0.2
* fixed: metabox now properly shows in the block editor (WordPress 5.0)
* changed: settings page organization
### 3.0.1
* fixed: check for default featured image
+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.0.1
* Version: 3.0.2
* 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.0.1';
public $version = '3.0.2';
/**
* set and retrieve variables for the featured image.
File diff suppressed because it is too large Load Diff
+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.0.2",
"private": true,
"license": "GPL-2.0",
"devDependencies": {
+8 -3
View File
@@ -4,8 +4,8 @@ Contributors: littler.chicken
Donate link: https://robincornett.com/donate/
Tags: backstretch, featured image, featured images, genesis, studiopress, post thumbnails, featured image rss, rss
Requires at least: 4.4
Tested up to: 4.9
Stable tag: 3.0.1
Tested up to: 5.0
Stable tag: 3.0.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -207,12 +207,17 @@ Similar hooks:
4. Quickly see the featured image assigned to each post or term.
== Upgrade Notice ==
3.0.1: fixed default image not being included in image selection
3.0.2: fixed plugin metabox not showing in the block editor (WordPress 5.0)
3.0.1: fixed default image not being included in image selection
3.0.0: potential breaking changes. new minimum WP version supported is 4.4! Also, widgets have been updated, shortcodes introduced, and new settings/post meta for more image control.
== Changelog ==
= 3.0.2 =
* fixed: metabox now properly shows in the block editor (WordPress 5.0)
* changed: settings page organization
= 3.0.1 =
* fixed: check for default featured image