Skip to content

Commit 9322f6f

Browse files
authored
Merge pull request #136 from WebDevStudios/chore/prep-release-1.4.0
Prep Release 1.4.0
2 parents 241d1aa + c06244c commit 9322f6f

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, r
33
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
44
Requires at least: 5.2.2
55
Tested up to: 5.9
6-
Stable tag: 1.3.3
6+
Stable tag: 1.4.0
77
Requires PHP: 7.2
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -64,6 +64,11 @@ Customers
6464

6565
== Changelog ==
6666

67+
= 1.4.0 =
68+
69+
* New - Add Checkbox Filter Location setting
70+
* Tweak - Delete plugin options on de-activation
71+
6772
= 1.3.3 =
6873

6974
* New - Adding minimum required WooCommerce version.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constant-contact-woocommerce",
3-
"version": "1.3.3",
3+
"version": "1.4.0",
44
"description": "",
55
"main": "index.js",
66
"engines": {

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Constant Contact + WooCommerce
1111
* Description: Add products to your emails and sync your contacts.
1212
* Plugin URI: https://github.com/WebDevStudios/constant-contact-woocommerce
13-
* Version: 1.3.3
13+
* Version: 1.4.0
1414
* Author: Constant Contact
1515
* Author URI: https://www.constantcontact.com/
1616
* Text Domain: cc-woo

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ final class Plugin extends ServiceRegistrar {
4646
* @since 1.0.0
4747
* @var string
4848
*/
49-
const PLUGIN_VERSION = '1.3.3';
49+
const PLUGIN_VERSION = '1.4.0';
5050

5151
/**
5252
* Whether the plugin is currently active.

0 commit comments

Comments
 (0)