You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,7 +89,7 @@ function give_convertkit_activation_banner() {
88
89
* @since 1.0
89
90
*/
90
91
functiongive_convertkit_activation_notice() {
91
-
echo'<div class="error"><p>' . __( '<strong>Activation Error:</strong> We noticed Give is not active. Please activate Give in order to use ConvertKit.', 'give-convertkit' ) . '</p></div>';
92
+
echo'<div class="error"><p>' . __( '<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.', 'give-convertkit' ) . '</p></div>';
92
93
}
93
94
94
95
/**
@@ -97,7 +98,7 @@ function give_convertkit_activation_notice() {
97
98
* @since 1.0
98
99
*/
99
100
functiongive_convertkit_min_version_notice() {
100
-
echo'<div class="error"><p>' . __( '<strong>Activation Error:</strong> We noticed Give is not up to date. Please update Give in order to use ConvertKit.', 'give-convertkit' ) . '</p></div>';
101
+
echo'<div class="error"><p>' . sprintf( __( '<strong>Activation Error:</strong> You must have <a href="%s" target="_blank">Give</a> version %s+ for the ConvertKit add-on to activate.', 'give-convertkit' ), 'https://givewp.com', GIVE_CONVERTKIT_MIN_GIVE_VERSION ) . '</p></div>';
101
102
}
102
103
103
104
@@ -130,7 +131,7 @@ function give_convertkit_plugin_action_links( $actions ) {
130
131
*
131
132
* @since 1.0
132
133
*
133
-
* @param array $plugin_meta An array of the plugin's metadata.
134
+
* @param array $plugin_meta An array of the plugin's metadata.
134
135
* @param string $plugin_file Path to the plugin file, relative to the plugins directory.
Copy file name to clipboardExpand all lines: languages/give-convertkit.pot
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -160,22 +160,22 @@ msgstr ""
160
160
msgid"ConvertKit"
161
161
msgstr""
162
162
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."
165
165
msgstr""
166
166
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."
@@ -17,7 +17,7 @@ This plugin requires the Give plugin activated to function properly. When activa
17
17
18
18
= Minimum Requirements =
19
19
20
-
* WordPress 4.0 or greater
20
+
* WordPress 4.2 or greater
21
21
* PHP version 5.3 or greater
22
22
* MySQL version 5.0 or greater
23
23
@@ -35,5 +35,9 @@ Automatic updates should work like a charm; as always though, ensure you backup
35
35
36
36
== Changelog ==
37
37
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
0 commit comments