Skip to content

Commit 8fdaa77

Browse files
jrfnlGaryJones
authored andcommitted
Up the version nrs so we can release the hot fix.
1 parent f640c41 commit 8fdaa77

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for TGM Plugin Activation library
22

3+
## 2.5.1 (2015-07-13)
4+
5+
* Hot Fix: fixes potential `Fatal error: Call to undefined method TGM_Utils::validate_bool()` errors caused by a conflict with the Soliloquy plugin.
6+
37
## 2.5.0 (2015-07-03)
48

59
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
**Lead Developers:**
88
[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))
9-
**Version:** 2.5.0
9+
**Version:** 2.5.1
1010
**Requires at least:** 3.7.0
1111
**Tested up to:** 4.2.0
1212

class-tgm-plugin-activation.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* or theme author for support.
99
*
1010
* @package TGM-Plugin-Activation
11-
* @version 2.5.0
11+
* @version 2.5.1
1212
* @link http://tgmpluginactivation.com/
1313
* @author Thomas Griffin, Gary Jones, Juliette Reinders Folmer
1414
* @copyright Copyright (c) 2011, Thomas Griffin
@@ -18,7 +18,7 @@
1818
* Plugin Name: TGM Plugin Activation
1919
* Plugin URI:
2020
* Description: Plugin installation and activation for WordPress themes.
21-
* Version: 2.5.0
21+
* Version: 2.5.1
2222
* Author: Thomas Griffin, Gary Jones, Juliette Reinders Folmer
2323
* Author URI: http://tgmpluginactivation.com/
2424
* Text Domain: tgmpa
@@ -66,7 +66,7 @@ class TGM_Plugin_Activation {
6666
*
6767
* @const string Version number.
6868
*/
69-
const TGMPA_VERSION = '2.5.0';
69+
const TGMPA_VERSION = '2.5.1';
7070

7171
/**
7272
* Regular expression to test if a URL is a WP plugin repo URL.

example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @package TGM-Plugin-Activation
1212
* @subpackage Example
13-
* @version 2.5.0
13+
* @version 2.5.1
1414
* @author Thomas Griffin, Gary Jones, Juliette Reinders Folmer
1515
* @copyright Copyright (c) 2011, Thomas Griffin
1616
* @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later

0 commit comments

Comments
 (0)