Version Description
- Fixed: undefined index notice from helper-functions file.
Download this release
Release Info
Developer | constantcontact |
Plugin | Constant Contact Forms |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.0 to 1.3.1
- constant-contact-forms.php +2 -2
- includes/helper-functions.php +3 -0
- readme.txt +4 -1
- vendor/CMB2/languages/cmb2-fi.mo +0 -0
- vendor/CMB2/languages/cmb2-fi.po +0 -0
- vendor/CMB2/languages/cmb2-fr_FR.po +0 -0
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.3.
|
16 |
* Author: Constant Contact
|
17 |
* Author URI: https://www.constantcontact.com
|
18 |
* License: GPLv3
|
@@ -77,7 +77,7 @@ class Constant_Contact {
|
|
77 |
* @since 1.0.0
|
78 |
* @var string
|
79 |
*/
|
80 |
-
const VERSION = '1.3.
|
81 |
|
82 |
/**
|
83 |
* 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.3.1
|
16 |
* Author: Constant Contact
|
17 |
* Author URI: https://www.constantcontact.com
|
18 |
* License: GPLv3
|
77 |
* @since 1.0.0
|
78 |
* @var string
|
79 |
*/
|
80 |
+
const VERSION = '1.3.1';
|
81 |
|
82 |
/**
|
83 |
* URL of plugin directory.
|
includes/helper-functions.php
CHANGED
@@ -257,6 +257,9 @@ add_action( 'wp_ajax_constant_contact_review_ajax_handler', 'constant_contact_re
|
|
257 |
* @since 1.2.3
|
258 |
*/
|
259 |
function ctct_custom_form_action_processing() {
|
|
|
|
|
|
|
260 |
// Only run this if we have a custom action being filtered in.
|
261 |
if ( ! constant_contact_has_redirect_uri( absint( $_POST['ctct-id'] ) ) ) {
|
262 |
return false;
|
257 |
* @since 1.2.3
|
258 |
*/
|
259 |
function ctct_custom_form_action_processing() {
|
260 |
+
if ( empty( $_POST ) || ! isset( $_POST['ctc-id'] ) ) {
|
261 |
+
return false;
|
262 |
+
}
|
263 |
// Only run this if we have a custom action being filtered in.
|
264 |
if ( ! constant_contact_has_redirect_uri( absint( $_POST['ctct-id'] ) ) ) {
|
265 |
return false;
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: constantcontact
|
|
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: 4.0.0
|
5 |
Tested up to: 4.8.0
|
6 |
-
Stable tag: 1.3.
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -34,6 +34,9 @@ BONUS: If you have a Constant Contact account, all new email addresses that you
|
|
34 |
|
35 |
== Changelog ==
|
36 |
|
|
|
|
|
|
|
37 |
= 1.3.0 =
|
38 |
* Added: Per-form AJAX submission support.
|
39 |
* Added: Display associated Constant Contact list in form listing.
|
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: 4.0.0
|
5 |
Tested up to: 4.8.0
|
6 |
+
Stable tag: 1.3.1
|
7 |
License: GPLv2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
34 |
|
35 |
== Changelog ==
|
36 |
|
37 |
+
= 1.3.1 =
|
38 |
+
* Fixed: undefined index notice from helper-functions file.
|
39 |
+
|
40 |
= 1.3.0 =
|
41 |
* Added: Per-form AJAX submission support.
|
42 |
* Added: Display associated Constant Contact list in form listing.
|
vendor/CMB2/languages/cmb2-fi.mo
CHANGED
File without changes
|
vendor/CMB2/languages/cmb2-fi.po
CHANGED
File without changes
|
vendor/CMB2/languages/cmb2-fr_FR.po
CHANGED
File without changes
|