Skip to content

Commit

Permalink
Bump version number to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richaber committed Jan 25, 2022
1 parent 241d1aa commit c06244c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, r
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.9
Stable tag: 1.3.3
Stable tag: 1.4.0
Requires PHP: 7.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -64,6 +64,11 @@ Customers

== Changelog ==

= 1.4.0 =

* New - Add Checkbox Filter Location setting
* Tweak - Delete plugin options on de-activation

= 1.3.3 =

* New - Adding minimum required WooCommerce version.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "constant-contact-woocommerce",
"version": "1.3.3",
"version": "1.4.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
* Version: 1.4.0
* Author: Constant Contact
* Author URI: https://www.constantcontact.com/
* Text Domain: cc-woo
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ final class Plugin extends ServiceRegistrar {
* @since 1.0.0
* @var string
*/
const PLUGIN_VERSION = '1.3.3';
const PLUGIN_VERSION = '1.4.0';

/**
* Whether the plugin is currently active.
Expand Down

0 comments on commit c06244c

Please sign in to comment.