Skip to content

Commit 3a3486a

Browse files
author
Devin Walker
committed
Version bumped, change log updated, New POT file for 1.0.1
1 parent a4e8531 commit 3a3486a

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

give-convertkit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
* Plugin Name: Give - ConvertKit
44
* Plugin URL: https://givewp.com/addons/convertkit/
55
* Description: Easily integrate ConvertKit opt-ins within your Give donation forms.
6-
* Version: 1.0
6+
* Version: 1.0.1
77
* Author: WordImpress
88
* Author URI: https://wordimpress.com
99
* Text Domain: give-convertkit
1010
*/
1111

1212
//Define constants.
1313
if ( ! defined( 'GIVE_CONVERTKIT_VERSION' ) ) {
14-
define( 'GIVE_CONVERTKIT_VERSION', '1.0' );
14+
define( 'GIVE_CONVERTKIT_VERSION', '1.0.1' );
1515
}
1616

1717
if ( ! defined( 'GIVE_CONVERTKIT_MIN_GIVE_VERSION' ) ) {

languages/give-convertkit.pot

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,22 +160,22 @@ msgstr ""
160160
msgid "ConvertKit"
161161
msgstr ""
162162

163-
#: includes/give-convertkit-activation.php:91
164-
msgid "<strong>Activation Error:</strong> We noticed Give is not active. Please activate Give in order to use ConvertKit."
163+
#: includes/give-convertkit-activation.php:92
164+
msgid "<strong>Activation Error:</strong> You must have the <a href=\"https://givewp.com/\" target=\"_blank\">Give</a> plugin installed and activated for the ConvertKit add-on to activate."
165165
msgstr ""
166166

167-
#: includes/give-convertkit-activation.php:100
168-
msgid "<strong>Activation Error:</strong> We noticed Give is not up to date. Please update Give in order to use ConvertKit."
167+
#: includes/give-convertkit-activation.php:101
168+
msgid "<strong>Activation Error:</strong> You must have <a href=\"%s\" target=\"_blank\">Give</a> version %s+ for the ConvertKit add-on to activate."
169169
msgstr ""
170170

171-
#: includes/give-convertkit-activation.php:118
171+
#: includes/give-convertkit-activation.php:119
172172
msgid "Settings"
173173
msgstr ""
174174

175-
#: includes/give-convertkit-activation.php:152
175+
#: includes/give-convertkit-activation.php:153
176176
msgid "Documentation"
177177
msgstr ""
178178

179-
#: includes/give-convertkit-activation.php:162
179+
#: includes/give-convertkit-activation.php:163
180180
msgid "Add-ons"
181181
msgstr ""

readme.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: wordimpress
33
Tags: give, convertkit, newsletter, email marketing
44
Requires at least: 4.2
5-
Tested up to: 4.6.1
6-
Stable tag: 1.0
5+
Tested up to: 4.7
6+
Stable tag: 1.0.1
77
License: GPLv3
88
License URI: https://opensource.org/licenses/GPL-3.0
99

@@ -17,7 +17,7 @@ This plugin requires the Give plugin activated to function properly. When activa
1717

1818
= Minimum Requirements =
1919

20-
* WordPress 4.0 or greater
20+
* WordPress 4.2 or greater
2121
* PHP version 5.3 or greater
2222
* MySQL version 5.0 or greater
2323

@@ -35,5 +35,9 @@ Automatic updates should work like a charm; as always though, ensure you backup
3535

3636
== Changelog ==
3737

38+
= 1.0.1 =
39+
* New: The plugin now checks to see if Give is active and up to the minimum version required to run the plugin - https://github.com/WordImpress/Give-Constant-Contact/issues/4
40+
* Tweak: Plugin updated to use new hooks names found in Give 1.7
41+
3842
= 1.0 =
3943
* Initial plugin release. Yippee!

0 commit comments

Comments
 (0)