Version Description
- Fix: Update help tab iframe URL with www. @props aaroncampbell
Download this release
Release Info
| Developer | Godaddy |
| Plugin | |
| Version | 1.4.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.4.1 to 1.4.2
- godaddy-email-marketing.php +2 -2
- includes/settings.php +2 -3
- readme.txt +4 -1
godaddy-email-marketing.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: GoDaddy Email Marketing
|
| 4 |
* Plugin URI: https://gem.godaddy.com/
|
| 5 |
* Description: Add the GoDaddy Email Marketing signup form to your WordPress site! Easy to set up, the plugin allows your site visitors to subscribe to your email lists.
|
| 6 |
-
* Version: 1.4.
|
| 7 |
* Author: GoDaddy
|
| 8 |
* Author URI: https://gem.godaddy.com/
|
| 9 |
* License: GPL-2.0
|
|
@@ -109,7 +109,7 @@ class GEM_Official {
|
|
| 109 |
|
| 110 |
// Plugin's main directory.
|
| 111 |
defined( 'GEM_VERSION' )
|
| 112 |
-
or define( 'GEM_VERSION', '1.4.
|
| 113 |
|
| 114 |
// Set up the base name.
|
| 115 |
self::$basename = isset( self::$basename ) ? self::$basename : plugin_basename( __FILE__ );
|
| 3 |
* Plugin Name: GoDaddy Email Marketing
|
| 4 |
* Plugin URI: https://gem.godaddy.com/
|
| 5 |
* Description: Add the GoDaddy Email Marketing signup form to your WordPress site! Easy to set up, the plugin allows your site visitors to subscribe to your email lists.
|
| 6 |
+
* Version: 1.4.2
|
| 7 |
* Author: GoDaddy
|
| 8 |
* Author URI: https://gem.godaddy.com/
|
| 9 |
* License: GPL-2.0
|
| 109 |
|
| 110 |
// Plugin's main directory.
|
| 111 |
defined( 'GEM_VERSION' )
|
| 112 |
+
or define( 'GEM_VERSION', '1.4.2' );
|
| 113 |
|
| 114 |
// Set up the base name.
|
| 115 |
self::$basename = isset( self::$basename ) ? self::$basename : plugin_basename( __FILE__ );
|
includes/settings.php
CHANGED
|
@@ -546,6 +546,7 @@ class GEM_Settings {
|
|
| 546 |
switch ( $subdomain ) {
|
| 547 |
|
| 548 |
case '':
|
|
|
|
| 549 |
$subdomain = 'www'; // Default
|
| 550 |
break;
|
| 551 |
|
|
@@ -559,10 +560,8 @@ class GEM_Settings {
|
|
| 559 |
|
| 560 |
}
|
| 561 |
|
| 562 |
-
$subdomain = 'us' ? '' : $subdomain . '.';
|
| 563 |
-
|
| 564 |
?>
|
| 565 |
-
<iframe src="<?php echo esc_url( "https://{$subdomain}godaddy.com/help/godaddy-email-marketing-1000013" ); ?>" frameborder="0" scrolling="no"></iframe>
|
| 566 |
|
| 567 |
<script type="text/javascript">
|
| 568 |
iFrameResize( {
|
| 546 |
switch ( $subdomain ) {
|
| 547 |
|
| 548 |
case '':
|
| 549 |
+
case 'us':
|
| 550 |
$subdomain = 'www'; // Default
|
| 551 |
break;
|
| 552 |
|
| 560 |
|
| 561 |
}
|
| 562 |
|
|
|
|
|
|
|
| 563 |
?>
|
| 564 |
+
<iframe src="<?php echo esc_url( "https://{$subdomain}.godaddy.com/help/godaddy-email-marketing-1000013" ); ?>" frameborder="0" scrolling="no"></iframe>
|
| 565 |
|
| 566 |
<script type="text/javascript">
|
| 567 |
iFrameResize( {
|
readme.txt
CHANGED
|
@@ -3,7 +3,7 @@ Contributors: godaddy, fjarrett, jonathanbardo, eherman24, susanygodaddy, madmim
|
|
| 3 |
Tags: email, forms, godaddy, mailing list, marketing, newsletter, opt-in, signup, subscribe, widget, contacts
|
| 4 |
Requires at least: 3.8
|
| 5 |
Tested up to: 5.0
|
| 6 |
-
Stable tag: 1.4.
|
| 7 |
License: GPL-2.0
|
| 8 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
|
@@ -118,6 +118,9 @@ You can find your **Secret API Key** in the [Settings section](https://gem.godad
|
|
| 118 |
|
| 119 |
== Changelog ==
|
| 120 |
|
|
|
|
|
|
|
|
|
|
| 121 |
= 1.4.1 =
|
| 122 |
* Fix: Update plugin bypassing cache when fetching customer forms
|
| 123 |
* Fix: Fix US help tab iframe URL
|
| 3 |
Tags: email, forms, godaddy, mailing list, marketing, newsletter, opt-in, signup, subscribe, widget, contacts
|
| 4 |
Requires at least: 3.8
|
| 5 |
Tested up to: 5.0
|
| 6 |
+
Stable tag: 1.4.2
|
| 7 |
License: GPL-2.0
|
| 8 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
|
| 118 |
|
| 119 |
== Changelog ==
|
| 120 |
|
| 121 |
+
= 1.4.2 =
|
| 122 |
+
* Fix: Update help tab iframe URL with www. @props [aaroncampbell](https://github.com/aaroncampbell)
|
| 123 |
+
|
| 124 |
= 1.4.1 =
|
| 125 |
* Fix: Update plugin bypassing cache when fetching customer forms
|
| 126 |
* Fix: Fix US help tab iframe URL
|
