Skip to content

Commit a73ff88

Browse files
authored
Merge pull request #139 from WebDevStudios/feature/CC-305-new-tab-for-dashboard
Feature/cc 305 new tab for dashboard
2 parents 9322f6f + 59647bd commit a73ff88

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Customers
6464

6565
== Changelog ==
6666

67+
= 1.4.1 =
68+
69+
* Updated - Constant Contact Dashboard button now opens Dashboard in a new tab.
70+
6771
= 1.4.0 =
6872

6973
* New - Add Checkbox Filter Location setting

src/View/Admin/WooTab.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ public function render_cta_button() {
376376
?>
377377
<a
378378
class="button button-primary"
379+
target="_blank"
379380
href="<?php echo esc_url( $url ); ?>"
380381
>
381382
<?php esc_html_e( 'Constant Contact Dashboard', 'cc-woo' ); ?>

0 commit comments

Comments
 (0)