Skip to content

Commit

Permalink
version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tw2113 committed May 30, 2023
1 parent a422bf6 commit d97ba56
Show file tree
Hide file tree
Showing 6 changed files with 1,524 additions and 7,968 deletions.
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, ravedev, newyorkerlaura
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.2.0
Stable tag: 2.1.0
Tested up to: 6.2.2
Stable tag: 2.1.1
Requires PHP: 7.2
License: GPLv3

Expand Down Expand Up @@ -83,6 +83,9 @@ You've connected your WooCommerce store to Constant Contact, promoted your WooCo

== Changelog ==

= 2.1.1 =
* Updates - Remove deprecated customer properties usage.

= 2.1.0 =
* Added - Logging to help troubleshoot potential issues.
* Updates - Store a bit more customer information for abandoned cart reachout purposes.
Expand Down
11 changes: 6 additions & 5 deletions app/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ body.toplevel_page_ctct-woo-settings h2 {
background-color: #ffff;
}

.cc-wrap {
position: relative;
.cc-wrap,
.cc-woo-wrap {
position: relative;
}
.cc-woo-welcome-wrap .container {
width: 80%;
Expand All @@ -57,7 +58,7 @@ tbody#cc-optional-fields tr:first-child {

tbody#cc-optional-fields tr:nth-child(2) th,
tbody#cc-optional-fields tr:nth-child(2) td,
tbody#cc-optional-fields tr:first-child th,
tbody#cc-optional-fields tr:first-child th,
tbody#cc-optional-fields tr:first-child td {
display:block;
}
Expand Down Expand Up @@ -135,7 +136,7 @@ body.toplevel_page_ctct-woo-settings label,
font-weight: 400;
}

#cc_woo_store_information_currency,
#cc_woo_store_information_currency,
#cc_woo_store_information_country_code {
width: 25% !important;
}
Expand Down Expand Up @@ -189,4 +190,4 @@ body.toplevel_page_ctct-woo-settings a:focus,
.cc-woo-wrap a:focus {
outline: none;
box-shadow: none;
}
}
Loading

0 comments on commit d97ba56

Please sign in to comment.