Skip to content

Commit

Permalink
Syncing 1.8.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanrice committed Aug 8, 2013
1 parent f06d680 commit a35ef35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 1 addition & 7 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author: Nathan Rice
Author URI: http://www.nathanrice.net/
Version: 1.8.0
Version: 1.8.0.1
License: GNU General Public License v2.0 (or later)
License URI: http://www.opensource.org/licenses/gpl-license.php
Expand Down Expand Up @@ -48,12 +48,6 @@ function simplehooks_activation() {
* @since 1.8.0
*/
function simplehooks_init() {

/** Verify version */
if ( version_compare( PARENT_THEME_VERSION, '1.8.0', '<' ) ) {
deactivate_plugins( plugin_basename( __FILE__ ) ); /** Deactivate ourself */
wp_die( sprintf( __( 'Sorry, this version of Simple Hooks requires WordPress 3.3 (or later) and Genesis %s (or later).', 'simplehooks' ), $latest ) );
}

/** Admin Menu */
if ( is_admin() )
Expand Down
7 changes: 5 additions & 2 deletions 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: 3.3
Tested up to: 3.3.1
Stable tag: 1.8.0
Stable tag: 1.8.0.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 @@ -111,4 +111,7 @@ The most common request from Genesis users is how to properly modify their foote

= 1.8.0 =
* Increased requirement to Genesis 1.8.0.
* Switched over to the Genesis 1.8 admin menu class to build admin menu.
* Switched over to the Genesis 1.8 admin menu class to build admin menu.

= 1.8.0.1 =
* Removed an unnecessary version compare check that was causing some fatal errors.

0 comments on commit a35ef35

Please sign in to comment.