We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 357e609 + a73ff88 commit a0df590Copy full SHA for a0df590
README.txt
@@ -66,6 +66,7 @@ Customers
66
67
= 1.4.1 =
68
69
+* Updated - Constant Contact Dashboard button now opens Dashboard in a new tab.
70
* Updated - Set default value for importing contacts to 'true'.
71
* Fix - Fixed broken form field layout on 'Import your contacts' tab.
72
src/View/Admin/WooTab.php
@@ -373,6 +373,7 @@ public function render_cta_button() {
373
?>
374
<a
375
class="button button-primary"
376
+ target="_blank"
377
href="<?php echo esc_url( $url ); ?>"
378
>
379
<?php esc_html_e( 'Constant Contact Dashboard', 'cc-woo' ); ?>
0 commit comments