diff --git a/plugin.php b/plugin.php index 851f581..2da9053 100644 --- a/plugin.php +++ b/plugin.php @@ -11,7 +11,7 @@ * Plugin Name: Genesis Featured Widget Amplified * Plugin URI: https://github.com/NicktheGeek/genesis-featured-widget-amplified * Description: Replaces Genesis Featured Post widget for additional functionality which allows support for custom post types, taxonomies, and extends the flexibility of the widget via action hooks to allow the elements to be repositioned or other elements to be added. This requires WordPress 3.3+ and Genesis 1.9+. - * Version: 0.9.0 + * Version: 0.9.1 * Author: Nick_theGeek * Author URI: https://designsbynickthegeek.com/ * Text Domain: gfwa diff --git a/readme.txt b/readme.txt index 28bbf18..8820a67 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: genesis, genesiswp, studiopress, featured post, custom post type, paginati Requires at least: 3.3 Tested up to: 4.9.1 Requires PHP: 5.2 -Stable tag: 0.9 +Stable tag: 0.9.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -57,17 +57,19 @@ Thanks to David Decker, this plugin is translation ready. German translation fi 1. gfwa_exclude_taxonomies - used to prevent taxonomies and related terms from appearing in the terms and taxonomies list in the widget form == Change Log == -0.9 (12-18-2017 : current) +0.9.1 (12-21-2017 : current) + * Fix issue activating with certain versions of Genesis + * Allow safe HTML in the post meta and byline fields + +0.9 (12-18-2017) * Huge code standard clean up that fixed white space, documentation, escaping, and several other standards issues. Plugin now passes WPCS. * Fixed issue where widget did not update in WP 4.9. -0.8.2 (8-3-2017 : 12-18-2017) +0.8.2 (8-3-2017) * Removed script that autosaved widget settings as they updated since it conflicted with the WP script that has been added to do the same thing. 0.8.1 (5-14-2012) -0.8.1 (5*14-2012 : current) - * Fixed thumbnail image size option 0.8 (2-27-2012) @@ -174,6 +176,10 @@ Thanks to David Decker, this plugin is translation ready. German translation fi == Upgrade Notice == +0.9.1 Reminder, Genesis Featured Widget Amplified does not work with the HTML5 "Pro" themes. Recent versions of Foodie Pro with the built in Foodie Pro - Featured Post widget will have a conflict. The Genesis Featured Widget Amplified plugin should be deactivated if a problem occurs and use the Foodie Pro built in widget instead. + +0.9.0 Reminder, Genesis Featured Widget Amplified does not work with the HTML5 "Pro" themes. Recent versions of Foodie Pro with the built in Foodie Pro - Featured Post widget will have a conflict. The Genesis Featured Widget Amplified plugin should be deactivated if a problem occurs and use the Foodie Pro built in widget instead. + 0.6.5 Make sure you resave widget settings for terms and taxonomies 0.6.3 Image Action Hooks were changed. `add_action( 'gfwa_before_post_content', 'gfwa_do_post_image', 15, 1 );` is replaced with `add_action( 'gfwa_post_content', 'gfwa_do_post_image', 5, 1 );`