Constant Contact Forms - Version 1.3.4

Version Description

  • Fixed: Typo in code variable. Typo prevented forms with custom redirects from properly processing submission.
Download this release

Release Info

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

Code changes from version 1.3.3 to 1.3.4

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.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.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.4
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.4';
81
 
82
  /**
83
  * URL of plugin directory.
includes/helper-functions.php CHANGED
@@ -257,7 +257,7 @@ 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
- if ( empty( $_POST ) || ! isset( $_POST['ctc-id'] ) ) {
261
  return false;
262
  }
263
  // Only run this if we have a custom action being filtered in.
257
  * @since 1.2.3
258
  */
259
  function ctct_custom_form_action_processing() {
260
+ if ( empty( $_POST ) || ! isset( $_POST['ctct-id'] ) ) {
261
  return false;
262
  }
263
  // Only run this if we have a custom action being filtered in.
languages/constant-contact-forms.pot CHANGED
@@ -3,14 +3,14 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Constant Contact Forms for WordPress\n"
6
- "POT-Creation-Date: 2017-07-25 19:56-0500\n"
7
  "PO-Revision-Date: 2017-01-12 14:46-0600\n"
8
  "Last-Translator: Michael Beckwith <michael.d.beckwith@gmail.com>\n"
9
  "Language-Team: Constant Contact\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.0.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: constant-contact-forms.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Constant Contact Forms for WordPress\n"
6
+ "POT-Creation-Date: 2017-07-25 20:01-0500\n"
7
  "PO-Revision-Date: 2017-01-12 14:46-0600\n"
8
  "Last-Translator: Michael Beckwith <michael.d.beckwith@gmail.com>\n"
9
  "Language-Team: Constant Contact\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.0.3\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: constant-contact-forms.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
package.json CHANGED
@@ -4,21 +4,21 @@
4
  "description": "",
5
  "main": "gulpfile.js",
6
  "dependencies": {
7
- "autoprefixer": "^6.3.1",
8
  "css-mqpacker": "^4.0.0",
9
  "del": "^2.2.0",
10
  "gulp": "^3.9.1",
11
- "gulp-concat" : "^2.6.0",
12
  "gulp-cssnano": "^2.1.0",
13
  "gulp-notify": "^2.2.0",
14
  "gulp-plumber": "^1.1.0",
15
- "gulp-postcss": "^6.1.0",
16
  "gulp-rename": "^1.2.2",
17
  "gulp-sass": "^2.2.0",
18
  "gulp-sort": "^1.1.1",
19
- "gulp-sourcemaps": "^1.6.0",
20
- "gulp-uglify" : "^1.5.2",
21
- "gulp-util": "^3.0.7"
22
  },
23
  "scripts": {
24
  "test": "echo \"Error: no test specified\" && exit 1"
4
  "description": "",
5
  "main": "gulpfile.js",
6
  "dependencies": {
7
+ "autoprefixer": "^6.7.7",
8
  "css-mqpacker": "^4.0.0",
9
  "del": "^2.2.0",
10
  "gulp": "^3.9.1",
11
+ "gulp-concat": "^2.6.0",
12
  "gulp-cssnano": "^2.1.0",
13
  "gulp-notify": "^2.2.0",
14
  "gulp-plumber": "^1.1.0",
15
+ "gulp-postcss": "^6.4.0",
16
  "gulp-rename": "^1.2.2",
17
  "gulp-sass": "^2.2.0",
18
  "gulp-sort": "^1.1.1",
19
+ "gulp-sourcemaps": "^1.12.0",
20
+ "gulp-uglify": "^1.5.2",
21
+ "gulp-util": "^3.0.8"
22
  },
23
  "scripts": {
24
  "test": "echo \"Error: no test specified\" && exit 1"
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.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.3 =
38
  * Fixed: Issue with failed list additions in relation to spam prevention measures in 1.3.2. Sorry everyone.
39
 
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.4
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
34
 
35
  == Changelog ==
36
 
37
+ = 1.3.4 =
38
+ * Fixed: Typo in code variable. Typo prevented forms with custom redirects from properly processing submission.
39
+
40
  = 1.3.3 =
41
  * Fixed: Issue with failed list additions in relation to spam prevention measures in 1.3.2. Sorry everyone.
42