Skip to content

Commit a0df590

Browse files
authored
Merge branch 'release/1.4.1' into feature/CC-306-import-contact-field
2 parents 357e609 + a73ff88 commit a0df590

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Customers
6666

6767
= 1.4.1 =
6868

69+
* Updated - Constant Contact Dashboard button now opens Dashboard in a new tab.
6970
* Updated - Set default value for importing contacts to 'true'.
7071
* Fix - Fixed broken form field layout on 'Import your contacts' tab.
7172

src/View/Admin/WooTab.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ public function render_cta_button() {
373373
?>
374374
<a
375375
class="button button-primary"
376+
target="_blank"
376377
href="<?php echo esc_url( $url ); ?>"
377378
>
378379
<?php esc_html_e( 'Constant Contact Dashboard', 'cc-woo' ); ?>

0 commit comments

Comments
 (0)