Constant Contact Forms - Version 1.10.1

Version Description

  • Fixed: Removed accidental extra parentheses on a function call.
Download this release

Release Info

Developer constantcontact
Plugin Icon 128x128 Constant Contact Forms
Version 1.10.1
Comparing to
See all releases

Code changes from version 1.10.0 to 1.10.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.10.0
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.10.0';
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.10.1
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.10.1';
76
 
77
  /**
78
  * URL of plugin directory.
includes/class-connect.php CHANGED
@@ -198,7 +198,7 @@ class ConstantContact_Connect {
198
  </form>
199
  </div>
200
 
201
- <?php if ( ! constant_contact_has_forms()() ) : ?>
202
 
203
  <?php // phpcs:disable WordPress.WP.EnqueuedResources -- Ok use of inline scripts. ?>
204
  <div class="ctct-connected-next-step">
198
  </form>
199
  </div>
200
 
201
+ <?php if ( ! constant_contact_has_forms() ) : ?>
202
 
203
  <?php // phpcs:disable WordPress.WP.EnqueuedResources -- Ok use of inline scripts. ?>
204
  <div class="ctct-connected-next-step">
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.6.0
6
- Stable tag: 1.10.0
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.10.0 =
39
  * Added: Toggle to our Forms Block to display Form title or not.
40
  * Added: Support for displaying a form in Beaver Builder.
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.6.0
6
+ Stable tag: 1.10.1
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.10.1 =
39
+ * Fixed: Removed accidental extra parentheses on a function call.
40
+
41
  = 1.10.0 =
42
  * Added: Toggle to our Forms Block to display Form title or not.
43
  * Added: Support for displaying a form in Beaver Builder.