diff --git a/README.md b/README.md index e923bcd..9e9da62 100644 --- a/README.md +++ b/README.md @@ -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. ## Requirements -* WordPress 5.0, tested up to 5.3 +* WordPress 5.0, tested up to 5.8 * the Genesis Framework ## Installation @@ -256,6 +256,10 @@ Similar hooks: ## Changelog +### 3.2.2 +* added: support for webp images +* fixed: user's custom column filter +* udpated: tested to version ### 3.2.1 * updated: shortcodes library * fixed: dynamic term selector on widgets page diff --git a/display-featured-image-genesis.php b/display-featured-image-genesis.php index d1f3b15..06f1c8d 100644 --- a/display-featured-image-genesis.php +++ b/display-featured-image-genesis.php @@ -6,13 +6,13 @@ * @author Robin Cornett * @license GPL-2.0+ * @link https://robincornett.com - * @copyright 2014-2020 Robin Cornett Creative, LLC + * @copyright 2014-2021 Robin Cornett Creative, LLC * * @wordpress-plugin * 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.2.1 + * Version: 3.2.2 * Author: Robin Cornett * Author URI: https://robincornett.com * Text Domain: display-featured-image-genesis diff --git a/includes/class-displayfeaturedimagegenesis-common.php b/includes/class-displayfeaturedimagegenesis-common.php index 74c90ea..8adbdd7 100644 --- a/includes/class-displayfeaturedimagegenesis-common.php +++ b/includes/class-displayfeaturedimagegenesis-common.php @@ -18,7 +18,7 @@ class Display_Featured_Image_Genesis_Common { * @var string * @since 1.4.3 */ - public $version = '3.2.1'; + public $version = '3.2.2'; /** * @var $instance diff --git a/package.json b/package.json index b8caa60..f5ea299 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "display-featured-image-genesis", "description": "Display Featured Image for Genesis", - "version": "3.2.1", + "version": "3.2.2", "private": true, "license": "GPL-2.0", "devDependencies": { diff --git a/readme.txt b/readme.txt index bebedce..6a52340 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Contributors: littler.chicken Donate link: https://robincornett.com/donate/ Tags: banner, featured image, featured images, genesis, studiopress, post thumbnails, featured image rss, rss Requires at least: 5.0 -Tested up to: 5.5 -Stable tag: 3.2.1 +Tested up to: 5.8 +Stable tag: 3.2.2 Requires PHP: 5.6 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -222,6 +222,11 @@ Similar hooks: == Changelog == += 3.2.2 = +* added: support for webp images +* fixed: user's custom column filter +* udpated: tested to version + = 3.2.1 = * updated: shortcodes library * fixed: dynamic term selector on widgets page