We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc60419 commit 59acc57Copy full SHA for 59acc57
plugin.php
@@ -10,7 +10,7 @@
10
* Plugin Name: Constant Contact + WooCommerce
11
* Description: Add products to your emails and sync your contacts.
12
* Plugin URI: https://github.com/WebDevStudios/constant-contact-woocommerce
13
- * Version: 1.1.0
+ * Version: 1.2.0
14
* Author: Constant Contact
15
* Author URI: https://www.constantcontact.com/
16
* Text Domain: cc-woo
src/Plugin.php
@@ -46,7 +46,7 @@ final class Plugin extends ServiceRegistrar {
46
* @since 1.0.0
47
* @var string
48
*/
49
- const PLUGIN_VERSION = '1.0.0';
+ const PLUGIN_VERSION = '1.2.0';
50
51
/**
52
* Whether the plugin is currently active.
0 commit comments