Update readme, version, tested to

This commit is contained in:
Robin Cornett
2021-10-23 08:10:50 -04:00
parent 99093dbe98
commit 03d6e72ef0
5 changed files with 16 additions and 7 deletions
+5 -1
View File
@@ -46,7 +46,7 @@ __Display Featured Image for Genesis__ has some styling built in but I have inte
* `.featured` is appended to the large image output directly above the post/page content. * `.featured` is appended to the large image output directly above the post/page content.
## Requirements ## Requirements
* WordPress 5.0, tested up to 5.3 * WordPress 5.0, tested up to 5.8
* the Genesis Framework * the Genesis Framework
## Installation ## Installation
@@ -256,6 +256,10 @@ Similar hooks:
## Changelog ## Changelog
### 3.2.2
* added: support for webp images
* fixed: user's custom column filter
* udpated: tested to version
### 3.2.1 ### 3.2.1
* updated: shortcodes library * updated: shortcodes library
* fixed: dynamic term selector on widgets page * fixed: dynamic term selector on widgets page
+2 -2
View File
@@ -6,13 +6,13 @@
* @author Robin Cornett <hello@robincornett.com> * @author Robin Cornett <hello@robincornett.com>
* @license GPL-2.0+ * @license GPL-2.0+
* @link https://robincornett.com * @link https://robincornett.com
* @copyright 2014-2020 Robin Cornett Creative, LLC * @copyright 2014-2021 Robin Cornett Creative, LLC
* *
* @wordpress-plugin * @wordpress-plugin
* 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.1 * Version: 3.2.2
* 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.1'; public $version = '3.2.2';
/** /**
* @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.1", "version": "3.2.2",
"private": true, "private": true,
"license": "GPL-2.0", "license": "GPL-2.0",
"devDependencies": { "devDependencies": {
+7 -2
View File
@@ -4,8 +4,8 @@ Contributors: littler.chicken
Donate link: https://robincornett.com/donate/ 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.5 Tested up to: 5.8
Stable tag: 3.2.1 Stable tag: 3.2.2
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,11 @@ Similar hooks:
== Changelog == == Changelog ==
= 3.2.2 =
* added: support for webp images
* fixed: user's custom column filter
* udpated: tested to version
= 3.2.1 = = 3.2.1 =
* updated: shortcodes library * updated: shortcodes library
* fixed: dynamic term selector on widgets page * fixed: dynamic term selector on widgets page