Skip to content

Commit

Permalink
Prep 2.2.1 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanrice committed Feb 28, 2018
1 parent 392d405 commit 0e7191e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion genesis-simple-hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Genesis_Simple_Hooks {
/**
* Plugin version
*/
public $plugin_version = '2.2.0';
public $plugin_version = '2.2.1';

/**
* Minimum WordPress version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"description": "Genesis Simple Hooks allows you easy access to the 50+ Action Hooks in the Genesis Theme.",
"author": "StudioPress",
"authoruri": "http://www.studiopress.com/",
"version": "2.2.0",
"version": "2.2.1",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "genesis-simple-hooks"
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Author: StudioPress
Author URI: http://www.studiopress.com/
Version: 2.2.0
Version: 2.2.1
Text Domain: genesis-simple-hooks
Domain Path: /languages
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: hooks, genesis, genesiswp, studiopress
Requires at least: 4.7.2
Tested up to: 4.7.3
Stable tag: 2.2.0
Stable tag: 2.2.1

This plugin creates a new Genesis settings page that allows you to insert code (HTML, Shortcodes, and PHP), and attach it to any of the 50+ action hooks throughout the Genesis Theme Framework, from StudioPress.

Expand Down Expand Up @@ -72,6 +72,10 @@ The most common request from Genesis users is how to properly modify their foote

== Changelog ==

= 2.2.1 =
* Genesis 2.6+ compatibility (prevents white screen).
* Remove reference to deprecated function.

= 2.2.0 =
* Rewrite plugin based on new plugin boilerplate.
* Added new hooks.
Expand Down

0 comments on commit 0e7191e

Please sign in to comment.