Update version, readme

This commit is contained in:
Robin Cornett
2019-11-16 16:30:30 -05:00
parent e6c285aa43
commit f7c070f775
5 changed files with 12 additions and 4 deletions
+4
View File
@@ -256,6 +256,10 @@ Similar hooks:
## Changelog ## Changelog
### 3.2.1
* updated: shortcodes library
* fixed: dynamic term selector on widgets page
### 3.2.0 ### 3.2.0
* added: blocks for featured term, featured content type, and featured author * added: blocks for featured term, featured content type, and featured author
* changed: plugin's registered image size is being replaced in 5.3, so new images will be used at that size * changed: plugin's registered image size is being replaced in 5.3, so new images will be used at that size
+1 -1
View File
@@ -12,7 +12,7 @@
* Plugin Name: Display Featured Image for Genesis * Plugin Name: Display Featured Image for Genesis
* Plugin URI: https://github.com/robincornett/display-featured-image-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. * Description: This plugin works within the Genesis Framework, to display featured images in beautiful and dynamic ways.
* Version: 3.2.0 * Version: 3.2.1
* Author: Robin Cornett * Author: Robin Cornett
* Author URI: https://robincornett.com * Author URI: https://robincornett.com
* Text Domain: display-featured-image-genesis * Text Domain: display-featured-image-genesis
@@ -18,7 +18,7 @@ class Display_Featured_Image_Genesis_Common {
* @var string * @var string
* @since 1.4.3 * @since 1.4.3
*/ */
public $version = '3.2.0'; public $version = '3.2.1';
/** /**
* @var $instance * @var $instance
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "display-featured-image-genesis", "name": "display-featured-image-genesis",
"description": "Display Featured Image for Genesis", "description": "Display Featured Image for Genesis",
"version": "3.2.0", "version": "3.2.1",
"private": true, "private": true,
"license": "GPL-2.0", "license": "GPL-2.0",
"devDependencies": { "devDependencies": {
+5 -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 Tags: banner, featured image, featured images, genesis, studiopress, post thumbnails, featured image rss, rss
Requires at least: 5.0 Requires at least: 5.0
Tested up to: 5.3 Tested up to: 5.3
Stable tag: 3.2.0 Stable tag: 3.2.1
Requires PHP: 5.6 Requires PHP: 5.6
License: GPL-2.0+ License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -222,6 +222,10 @@ Similar hooks:
== Changelog == == Changelog ==
= 3.2.1 =
* updated: shortcodes library
* fixed: dynamic term selector on widgets page
= 3.2.0 = = 3.2.0 =
* added: blocks for featured term, featured content type, and featured author * added: blocks for featured term, featured content type, and featured author
* changed: plugin's registered image size is being replaced in 5.3, so new images will be used at that size * changed: plugin's registered image size is being replaced in 5.3, so new images will be used at that size