Skip to content

Commit

Permalink
tagging for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Croft committed Dec 21, 2017
1 parent 9bcddbc commit d35e17f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 11 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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 );`
Expand Down

0 comments on commit d35e17f

Please sign in to comment.