From a4664fa80954833992dd39df03570cd5e879e9d9 Mon Sep 17 00:00:00 2001 From: bplv112 Date: Mon, 26 Sep 2022 13:09:18 -0500 Subject: [PATCH 1/2] fixed :: Design conflict / conflicting css class. --- app/admin.css | 4 ++-- src/View/Admin/MenuItem.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/admin.css b/app/admin.css index 06fbf28a..4f195712 100644 --- a/app/admin.css +++ b/app/admin.css @@ -6,7 +6,7 @@ body.toplevel_page_ctct-woo-settings, font-weight: 400px; } -body.toplevel_page_ctct-woo-settings .wrap.woocommerce, +body.toplevel_page_ctct-woo-settings .cc-wrap.woocommerce, .cc-woo-wrap { padding: 20px 30px; margin: 10px 20px 0 2px; @@ -34,7 +34,7 @@ body.toplevel_page_ctct-woo-settings h2 { background-color: #ffff; } -.wrap { +.cc-wrap { position: relative; } .cc-woo-welcome-wrap .container { diff --git a/src/View/Admin/MenuItem.php b/src/View/Admin/MenuItem.php index a7baa409..d6ad1941 100644 --- a/src/View/Admin/MenuItem.php +++ b/src/View/Admin/MenuItem.php @@ -56,7 +56,7 @@ public function add_cc_woo_admin_menu() { */ public function cctct_standalone_settings_page_contents() { - echo '
'; + echo '
'; \WC_Admin_Settings::get_settings_pages(); $woo = new \WebDevStudios\CCForWoo\View\Admin\WooTab(); woocommerce_admin_fields( $woo->get_welcome_screen() ); From 4c6beb4f7db08dc5f93be1bd76964a8b283179ce Mon Sep 17 00:00:00 2001 From: bplv112 Date: Mon, 26 Sep 2022 13:15:14 -0500 Subject: [PATCH 2/2] Updated :: Readme and versions for release. --- README.txt | 6 +++++- package.json | 2 +- plugin.php | 2 +- src/Plugin.php | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index cfff8714..269fe6bc 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, r Tags: Constant Contact, WooCommerce, eCommerce, email marketing, marketing automation, email, form, forms, marketing, mobile, opt-in, plugin, signup, subscribe, subscription, widget Requires at least: 5.2.2 Tested up to: 6.0.2 -Stable tag: 2.0.2 +Stable tag: 2.0.3 Requires PHP: 7.2 License: GPLv3 @@ -80,6 +80,10 @@ You've connected your WooCommerce store to Constant Contact, promoted your WooCo [Learn more with our step-by-step revenue reporting guide.](https://knowledgebase.constantcontact.com/articles/KnowledgeBase/36892-View-Recovered-Revenue-from-the-WooCommerce-Abandoned-Cart-Reminder-Email?q=woocommerce*&lang=en_US) == Changelog == += 2.0.3 = + +* Fix - Minor design fixes, bug fixes and stability improvements. + = 2.0.2 = * Fix - Minor bug fixes and stability improvements. diff --git a/package.json b/package.json index d6fdbc97..abc71bc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "constant-contact-woocommerce", - "version": "2.0.2", + "version": "2.0.3", "description": "", "main": "index.js", "engines": { diff --git a/plugin.php b/plugin.php index 181f9071..d7a92f5f 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: 2.0.2 + * Version: 2.0.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 ed6d919f..aa02dcf3 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -47,7 +47,7 @@ final class Plugin extends ServiceRegistrar { * @since 1.0.0 * @var string */ - const PLUGIN_VERSION = '2.0.2'; + const PLUGIN_VERSION = '2.0.3'; /** * Whether the plugin is currently active.