Skip to content

Commit 2b881cf

Browse files
committed
Bump and tag 2.4.2
1 parent 7dad950 commit 2b881cf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TGM Plugin Activation
22
=====================
33

44
**Contributors:** Thomas Griffin (@jthomasgriffin / thomasgriffinmedia.com), Gary Jones (Github: @GaryJones / Twitter: GaryJ)
5-
**Version:** 2.4.2-dev
5+
**Version:** 2.4.2
66
**Requires at least:** 3.0.0
77
**Tested up to:** 4.2
88

@@ -34,14 +34,15 @@ See https://github.com/thomasgriffin/TGM-Plugin-Activation/issues for current is
3434

3535
## Changelog ##
3636

37-
### 2.4.2-dev ###
37+
### 2.4.2 ###
38+
3839
* Fixed: Bundled/pre-packaged plugins would no longer install when using the Bulk installer. This was a regression introduced in v2.4.1. [#321], [#316] Props [Juliette Reinders Folmer]. Thanks [tanshcreative] for reporting.
3940
* Fixed: Bulk installer did not honour a potentially set `default_path` for local prep-packaged plugins. [#203], [#332] Props [Juliette Reinders Folmer]. Thanks [pavot] and [djcowan] for reporting.
4041
* Removed call to `screen_icon()` function which was deprecated in WP 3.8. [#244], [#224], [#234]. Props [Nate Wright]. Thanks [hamdan-mahran] and [Sandeep] for reporting.
4142
* Fixed: _"PHP Fatal error: Class 'TGM_Bulk_Installer' not found"_ [#185] Thanks [Chris Talkington] for reporting.
4243

43-
4444
### 2.4.1 ###
45+
4546
* Improve escaping for URLs and attributes.
4647

4748
### 2.4.0 ###
@@ -189,4 +190,4 @@ See https://github.com/thomasgriffin/TGM-Plugin-Activation/issues for current is
189190
[#244]: https://github.com/thomasgriffin/TGM-Plugin-Activation/pull/244
190191
[#234]: https://github.com/thomasgriffin/TGM-Plugin-Activation/issues/234
191192
[#224]: https://github.com/thomasgriffin/TGM-Plugin-Activation/issues/224
192-
[#203]: https://github.com/thomasgriffin/TGM-Plugin-Activation/issues/203
193+
[#203]: https://github.com/thomasgriffin/TGM-Plugin-Activation/issues/203

class-tgm-plugin-activation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin installation and activation for WordPress themes.
44
*
55
* @package TGM-Plugin-Activation
6-
* @version 2.4.2-dev
6+
* @version 2.4.2
77
* @author Thomas Griffin <thomasgriffinmedia.com>
88
* @author Gary Jones <gamajo.com>
99
* @copyright Copyright (c) 2012, Thomas Griffin

example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @package TGM-Plugin-Activation
1010
* @subpackage Example
11-
* @version 2.4.1
11+
* @version 2.4.2
1212
* @author Thomas Griffin <thomasgriffinmedia.com>
1313
* @author Gary Jones <gamajo.com>
1414
* @copyright Copyright (c) 2014, Thomas Griffin

0 commit comments

Comments
 (0)