Skip to content

Commit

Permalink
Up the version nrs so we can release the hot fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl authored and GaryJones committed Jul 14, 2015
1 parent f640c41 commit 8fdaa77
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for TGM Plugin Activation library

## 2.5.1 (2015-07-13)

* Hot Fix: fixes potential `Fatal error: Call to undefined method TGM_Utils::validate_bool()` errors caused by a conflict with the Soliloquy plugin.

## 2.5.0 (2015-07-03)

This is a major update which brings some interesting new features and fixes tons of bugs. This version of TGMPA is brought to you by [Thomas Griffin] with graceful thanks to [Gary Jones] and our new core-team member [Juliette Reinders Folmer] for the majority of the changes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**Lead Developers:**
[Thomas Griffin](https://github.com/thomasgriffin) ([@jthomasgriffin](https://twitter.com/jthomasgriffin)), [Gary Jones](https://github.com/GaryJones) ([@GaryJ](https://twitter.com/GaryJ)), [Juliette Reinders Folmer](https://github.com/jrfnl) ([@jrf_nl](https://twitter.com/jrf_nl))
**Version:** 2.5.0
**Version:** 2.5.1
**Requires at least:** 3.7.0
**Tested up to:** 4.2.0

Expand Down
6 changes: 3 additions & 3 deletions class-tgm-plugin-activation.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* or theme author for support.
*
* @package TGM-Plugin-Activation
* @version 2.5.0
* @version 2.5.1
* @link http://tgmpluginactivation.com/
* @author Thomas Griffin, Gary Jones, Juliette Reinders Folmer
* @copyright Copyright (c) 2011, Thomas Griffin
Expand All @@ -18,7 +18,7 @@
* Plugin Name: TGM Plugin Activation
* Plugin URI:
* Description: Plugin installation and activation for WordPress themes.
* Version: 2.5.0
* Version: 2.5.1
* Author: Thomas Griffin, Gary Jones, Juliette Reinders Folmer
* Author URI: http://tgmpluginactivation.com/
* Text Domain: tgmpa
Expand Down Expand Up @@ -66,7 +66,7 @@ class TGM_Plugin_Activation {
*
* @const string Version number.
*/
const TGMPA_VERSION = '2.5.0';
const TGMPA_VERSION = '2.5.1';

/**
* Regular expression to test if a URL is a WP plugin repo URL.
Expand Down
2 changes: 1 addition & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @package TGM-Plugin-Activation
* @subpackage Example
* @version 2.5.0
* @version 2.5.1
* @author Thomas Griffin, Gary Jones, Juliette Reinders Folmer
* @copyright Copyright (c) 2011, Thomas Griffin
* @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later
Expand Down

0 comments on commit 8fdaa77

Please sign in to comment.