Version Description
- Fixed: Compatibility issue with PHP 5.6.
Download this release
Release Info
Developer | constantcontact |
Plugin | Constant Contact Forms |
Version | 1.8.4 |
Comparing to | |
See all releases |
Code changes from version 1.8.3 to 1.8.4
- constant-contact-forms.php +2 -2
- includes/class-recaptcha-v2.php +1 -1
- readme.txt +4 -1
constant-contact-forms.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Plugin Name: Constant Contact Forms for WordPress
|
13 |
* Plugin URI: https://www.constantcontact.com
|
14 |
* Description: Be a better marketer. All it takes is Constant Contact email marketing.
|
15 |
-
* Version: 1.8.
|
16 |
* Author: Constant Contact
|
17 |
* Author URI: https://www.constantcontact.com/index?pn=miwordpress
|
18 |
* License: GPLv3
|
@@ -72,7 +72,7 @@ class Constant_Contact {
|
|
72 |
* @since 1.0.0
|
73 |
* @var string
|
74 |
*/
|
75 |
-
const VERSION = '1.8.
|
76 |
|
77 |
/**
|
78 |
* URL of plugin directory.
|
12 |
* Plugin Name: Constant Contact Forms for WordPress
|
13 |
* Plugin URI: https://www.constantcontact.com
|
14 |
* Description: Be a better marketer. All it takes is Constant Contact email marketing.
|
15 |
+
* Version: 1.8.4
|
16 |
* Author: Constant Contact
|
17 |
* Author URI: https://www.constantcontact.com/index?pn=miwordpress
|
18 |
* License: GPLv3
|
72 |
* @since 1.0.0
|
73 |
* @var string
|
74 |
*/
|
75 |
+
const VERSION = '1.8.4';
|
76 |
|
77 |
/**
|
78 |
* URL of plugin directory.
|
includes/class-recaptcha-v2.php
CHANGED
@@ -86,7 +86,7 @@ class ConstantContact_reCAPTCHA_v2 extends ConstantContact_reCAPTCHA {
|
|
86 |
$this->recaptcha_size = $size;
|
87 |
}
|
88 |
|
89 |
-
public function add_script_attributes(
|
90 |
if ( 'recaptcha-lib-v2' !== $handle ) {
|
91 |
return $tag;
|
92 |
}
|
86 |
$this->recaptcha_size = $size;
|
87 |
}
|
88 |
|
89 |
+
public function add_script_attributes( $tag, $handle ) {
|
90 |
if ( 'recaptcha-lib-v2' !== $handle ) {
|
91 |
return $tag;
|
92 |
}
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, tw2113, znowebdev, ggwicz, ra
|
|
3 |
Tags: capture, contacts, constant contact, constant contact form, constant contact newsletter, constant contact official, contact forms, email, form, forms, marketing, mobile, newsletter, opt-in, plugin, signup, subscribe, subscription, widget
|
4 |
Requires at least: 5.2.0
|
5 |
Tested up to: 5.4.1
|
6 |
-
Stable tag: 1.8.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
Requires PHP: 5.6
|
@@ -35,6 +35,9 @@ BONUS: If you have a Constant Contact account, all new email addresses that you
|
|
35 |
|
36 |
== Changelog ==
|
37 |
|
|
|
|
|
|
|
38 |
= 1.8.3 =
|
39 |
* Fixed: Potential compatibility issues around Gutenberg block.
|
40 |
* Fixed: Conflicts with multiple reCAPTCHAs on different Constant Contact Forms from the same page.
|
3 |
Tags: capture, contacts, constant contact, constant contact form, constant contact newsletter, constant contact official, contact forms, email, form, forms, marketing, mobile, newsletter, opt-in, plugin, signup, subscribe, subscription, widget
|
4 |
Requires at least: 5.2.0
|
5 |
Tested up to: 5.4.1
|
6 |
+
Stable tag: 1.8.4
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
Requires PHP: 5.6
|
35 |
|
36 |
== Changelog ==
|
37 |
|
38 |
+
= 1.8.4 =
|
39 |
+
* Fixed: Compatibility issue with PHP 5.6.
|
40 |
+
|
41 |
= 1.8.3 =
|
42 |
* Fixed: Potential compatibility issues around Gutenberg block.
|
43 |
* Fixed: Conflicts with multiple reCAPTCHAs on different Constant Contact Forms from the same page.
|