Update version, readme

This commit is contained in:
Robin Cornett
2019-11-16 10:33:30 -05:00
parent 5a12dd8c0f
commit 603c3bbaab
5 changed files with 11 additions and 7 deletions
+4 -2
View File
@@ -82,7 +82,7 @@ _Screenshot of a page using the Backstretch Featured Image._
![Set a Default Featured Image on the Appearance > Display Featured Image for Genesis settings page.](https://github.com/robincornett/display-featured-image-genesis/blob/develop/assets/screenshot-2.jpg)
_Set a Default Featured Image on the Appearance > Display Featured Image for Genesis settings page._
![Optionally, set featured images for custom content types, or change plugin behavior for custom content types.](https://github.com/robincornett/display-featured-image-genesis/blob/develop/assets/screenshot-3.jpg)
![Optionally, set featured images for custom content types, or change plugin behavior for custom content types.](https://github.com/robincornett/display-featured-image-genesis/blob/develop/assets/screenshot-3.jpg)
_Optionally, set featured images for custom content types, or change plugin behavior for custom content types._
![Quickly see which posts and terms have been assigned a Featured Image.](https://github.com/robincornett/display-featured-image-genesis/blob/develop/assets/screenshot-4.png)
@@ -109,7 +109,9 @@ The scriptless banner image position will ignore the parent container max-height
### Can I add a Display Featured Image widget to my post or page content?
Yes. As of version 3.0.0, shortcodes for each widget have been added to the plugin. Shortcodes include:
Yes. As of version 3.2.0, blocks have been registered for each widget. Add a featured term, author, or post type block anywhere you can add a block.
Alternatively, but not as nice: shortcodes for each widget include:
* displayfeaturedimagegenesis_author
* displayfeaturedimagegenesis_term
+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.2.0beta
* Version: 3.2.0
* 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.2.0beta';
public $version = '3.2.0';
/**
* @var $instance
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "display-featured-image-genesis",
"description": "Display Featured Image for Genesis",
"version": "3.2.0beta",
"version": "3.2.0",
"private": true,
"license": "GPL-2.0",
"devDependencies": {
+4 -2
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
Requires at least: 5.0
Tested up to: 5.3
Stable tag: 3.2.0beta
Stable tag: 3.2.0
Requires PHP: 5.6
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -81,7 +81,9 @@ The scriptless banner image position will ignore the parent container max-height
= Can I add a Display Featured Image widget to my post or page content? =
Yes. As of version 3.0.0, shortcodes for each widget have been added to the plugin. Shortcodes include:
Yes. As of version 3.2.0, blocks have been registered for each widget. Add a featured term, author, or post type block anywhere you can add a block.
Alternatively, but not as nice: shortcodes for each widget include:
* displayfeaturedimagegenesis_author
* displayfeaturedimagegenesis_term