From c65df2001aab437b1cb8243e64580eb90a1adf75 Mon Sep 17 00:00:00 2001 From: Thomas Griffin Date: Fri, 3 Feb 2012 13:21:16 -0500 Subject: [PATCH] updated to v2.3.3 to reflect correct license for WP repo --- README | 6 +++++- tgm-plugin-activation/class-tgm-plugin-activation.php | 4 ++-- tgm-plugin-activation/example.php | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README b/README index 4a090798..cf005aa2 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ === TGM Plugin Activation === Contributors: Thomas Griffin (@jthomasgriffin / thomasgriffinmedia.com) Gary Jones (Github: @GaryJones / Twitter: GaryJ) -Version: 2.3.2 +Version: 2.3.3 Requires at least: 3.0.0 Tested up to: 3.3.1 @@ -35,6 +35,10 @@ You can also follow project progress and updates on Twitter. Follow us here at h == Changelog == += 2.3.3 = + +* Changed license to reflect GPL v2 or later (to be compatible with the WordPress repo) + = 2.3.2 = * Fixed bug (100%) with not loading class properly diff --git a/tgm-plugin-activation/class-tgm-plugin-activation.php b/tgm-plugin-activation/class-tgm-plugin-activation.php index 36c2ef36..2bbd74cb 100755 --- a/tgm-plugin-activation/class-tgm-plugin-activation.php +++ b/tgm-plugin-activation/class-tgm-plugin-activation.php @@ -3,11 +3,11 @@ * Plugin installation and activation for WordPress themes. * * @package TGM-Plugin-Activation - * @version 2.3.2 + * @version 2.3.3 * @author Thomas Griffin * @author Gary Jones * @copyright Copyright (c) 2012, Thomas Griffin - * @license http://opensource.org/licenses/gpl-3.0.php GPL v3 + * @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later * @link https://github.com/thomasgriffin/TGM-Plugin-Activation */ diff --git a/tgm-plugin-activation/example.php b/tgm-plugin-activation/example.php index 39aa5624..69f455e5 100755 --- a/tgm-plugin-activation/example.php +++ b/tgm-plugin-activation/example.php @@ -8,11 +8,11 @@ * * @package TGM-Plugin-Activation * @subpackage Example - * @version 2.3.2 + * @version 2.3.3 * @author Thomas Griffin * @author Gary Jones * @copyright Copyright (c) 2012, Thomas Griffin - * @license http://opensource.org/licenses/gpl-3.0.php GPL v3 + * @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later * @link https://github.com/thomasgriffin/TGM-Plugin-Activation */