Skip to content

Commit d97ba56

Browse files
committed
version 2.1.1
1 parent a422bf6 commit d97ba56

File tree

6 files changed

+1524
-7968
lines changed

6 files changed

+1524
-7968
lines changed

README.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: constantcontact, webdevstudios, znowebdev, jmichaelward, ggwicz, ravedev, newyorkerlaura
33
Tags: Constant Contact, WooCommerce, eCommerce, email marketing, marketing automation, email, form, forms, marketing, mobile, opt-in, plugin, signup, subscribe, subscription, widget
44
Requires at least: 5.2.2
5-
Tested up to: 6.2.0
6-
Stable tag: 2.1.0
5+
Tested up to: 6.2.2
6+
Stable tag: 2.1.1
77
Requires PHP: 7.2
88
License: GPLv3
99

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

8484
== Changelog ==
8585

86+
= 2.1.1 =
87+
* Updates - Remove deprecated customer properties usage.
88+
8689
= 2.1.0 =
8790
* Added - Logging to help troubleshoot potential issues.
8891
* Updates - Store a bit more customer information for abandoned cart reachout purposes.

app/admin.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ body.toplevel_page_ctct-woo-settings h2 {
3434
background-color: #ffff;
3535
}
3636

37-
.cc-wrap {
38-
position: relative;
37+
.cc-wrap,
38+
.cc-woo-wrap {
39+
position: relative;
3940
}
4041
.cc-woo-welcome-wrap .container {
4142
width: 80%;
@@ -57,7 +58,7 @@ tbody#cc-optional-fields tr:first-child {
5758

5859
tbody#cc-optional-fields tr:nth-child(2) th,
5960
tbody#cc-optional-fields tr:nth-child(2) td,
60-
tbody#cc-optional-fields tr:first-child th,
61+
tbody#cc-optional-fields tr:first-child th,
6162
tbody#cc-optional-fields tr:first-child td {
6263
display:block;
6364
}
@@ -135,7 +136,7 @@ body.toplevel_page_ctct-woo-settings label,
135136
font-weight: 400;
136137
}
137138

138-
#cc_woo_store_information_currency,
139+
#cc_woo_store_information_currency,
139140
#cc_woo_store_information_country_code {
140141
width: 25% !important;
141142
}
@@ -189,4 +190,4 @@ body.toplevel_page_ctct-woo-settings a:focus,
189190
.cc-woo-wrap a:focus {
190191
outline: none;
191192
box-shadow: none;
192-
}
193+
}

0 commit comments

Comments
 (0)