From 16a31a55c0142af609265cd139e7f8cde8fd6543 Mon Sep 17 00:00:00 2001 From: Darren Cooney Date: Tue, 13 Oct 2020 14:12:40 -0400 Subject: [PATCH] Prep Release --- README.txt | 9 +++++++-- package.json | 2 +- plugin.php | 2 +- src/Plugin.php | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 28ebc353..7ff16996 100644 --- a/README.txt +++ b/README.txt @@ -2,8 +2,8 @@ Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, ravedev 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 Requires at least: 5.2.2 -Tested up to: 5.4.0 -Stable tag: 1.3.2 +Tested up to: 5.5.1 +Stable tag: 1.3.3 Requires PHP: 7.2 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -64,6 +64,11 @@ Customers == Changelog == += 1.3.3 = + +* New - Adding minimum required WooCommerce version. +* Updated - Resolving various undefined index notices when WP_DEBUG is enabled. + = 1.3.2 = * Updated - Add links to documentation in README Frequently Asked Questions. diff --git a/package.json b/package.json index 4ff064e6..f784ea98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "constant-contact-woocommerce", - "version": "1.3.2", + "version": "1.3.3", "description": "", "main": "index.js", "dependencies": { diff --git a/plugin.php b/plugin.php index 29ee3dee..c8279ea6 100644 --- a/plugin.php +++ b/plugin.php @@ -10,7 +10,7 @@ * Plugin Name: Constant Contact + WooCommerce * Description: Add products to your emails and sync your contacts. * Plugin URI: https://github.com/WebDevStudios/constant-contact-woocommerce - * Version: 1.3.2 + * Version: 1.3.3 * Author: Constant Contact * Author URI: https://www.constantcontact.com/ * Text Domain: cc-woo diff --git a/src/Plugin.php b/src/Plugin.php index 5467844f..560fecc5 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -46,7 +46,7 @@ final class Plugin extends ServiceRegistrar { * @since 1.0.0 * @var string */ - const PLUGIN_VERSION = '1.3.2'; + const PLUGIN_VERSION = '1.3.3'; /** * Whether the plugin is currently active.