Version Description
Download this release
Release Info
Developer | marnietave |
Plugin | Free Tools to Automate Your Site Growth |
Version | 1.23 |
Comparing to | |
See all releases |
Code changes from version 1.24 to 1.23
- Readme.txt +2 -6
- classes/class_sumome.php +2 -2
- sumome.php +2 -2
- views/main.php +3 -3
- views/siteID.php +1 -1
Readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: SumoMe
|
|
3 |
Tags: MailChimp, Aweber, Constant Contact, Campaign Monitor, GetResponse, ActiveCampaign, MyEmma, Mad Mimi, Infusionsoft, Feedblitz, HubSpot, MyNewsletterBuilder, Inbox First, Sailthru, Klaviyo, Vero, Pardot, Zapier, Ontraport, ExactTarget, Vertical Response, Drip, MailerLite, WhatCounts, ConvertKit, MailJet, Maropost, popup, exit intent, growth, subscribers, twitter, facebook share, social plugin, social sharing, subscription, email form, share, sharing, social , social media buttons , links, click to tweet , analytics , newsletter, widget,lightbox, analytics, newsletter, newsletter, Facebook, floating social buttons, google plus, Image sharing, pinterest plugin, pintrest, share image, sharebar, sharing, social bookmarking, social plugin, sms, tweet button, heat map, heatmaps, twitter share, contact form, scroll box, content analytics, inbound marketing, mailing list, share buttons, welcome mat, landing page
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.7.2
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -359,8 +359,7 @@ Why you should encourage Twitter sharing
|
|
359 |
= 1.23 =
|
360 |
* Sumo
|
361 |
|
362 |
-
|
363 |
-
* Sumo transition
|
364 |
|
365 |
== Upgrade Notice ==
|
366 |
|
@@ -431,6 +430,3 @@ Why you should encourage Twitter sharing
|
|
431 |
|
432 |
= 1.23 =
|
433 |
* Sumo
|
434 |
-
|
435 |
-
= 1.24 =
|
436 |
-
* Sumo transition
|
3 |
Tags: MailChimp, Aweber, Constant Contact, Campaign Monitor, GetResponse, ActiveCampaign, MyEmma, Mad Mimi, Infusionsoft, Feedblitz, HubSpot, MyNewsletterBuilder, Inbox First, Sailthru, Klaviyo, Vero, Pardot, Zapier, Ontraport, ExactTarget, Vertical Response, Drip, MailerLite, WhatCounts, ConvertKit, MailJet, Maropost, popup, exit intent, growth, subscribers, twitter, facebook share, social plugin, social sharing, subscription, email form, share, sharing, social , social media buttons , links, click to tweet , analytics , newsletter, widget,lightbox, analytics, newsletter, newsletter, Facebook, floating social buttons, google plus, Image sharing, pinterest plugin, pintrest, share image, sharebar, sharing, social bookmarking, social plugin, sms, tweet button, heat map, heatmaps, twitter share, contact form, scroll box, content analytics, inbound marketing, mailing list, share buttons, welcome mat, landing page
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.7.2
|
6 |
+
Stable tag: 1.23
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
359 |
= 1.23 =
|
360 |
* Sumo
|
361 |
|
362 |
+
|
|
|
363 |
|
364 |
== Upgrade Notice ==
|
365 |
|
430 |
|
431 |
= 1.23 =
|
432 |
* Sumo
|
|
|
|
|
|
classes/class_sumome.php
CHANGED
@@ -154,7 +154,7 @@ class WP_Plugin_SumoMe {
|
|
154 |
|
155 |
if ($site_id) {
|
156 |
|
157 |
-
echo('<script data-cfasync="false" src="//load.
|
158 |
}
|
159 |
}
|
160 |
|
@@ -168,7 +168,7 @@ class WP_Plugin_SumoMe {
|
|
168 |
|
169 |
if ($site_id) {
|
170 |
include(SUMOME__PLUGIN_DIR.'/js/preload.php');
|
171 |
-
echo('<script data-cfasync="false" src="//load.
|
172 |
|
173 |
}
|
174 |
}
|
154 |
|
155 |
if ($site_id) {
|
156 |
|
157 |
+
echo('<script data-cfasync="false" src="//load.sumo.com/" data-sumo-platform="'.$this->dataSumoPlatform.'" data-sumo-site-id="' . esc_attr($site_id) . '" async></script>');
|
158 |
}
|
159 |
}
|
160 |
|
168 |
|
169 |
if ($site_id) {
|
170 |
include(SUMOME__PLUGIN_DIR.'/js/preload.php');
|
171 |
+
echo('<script data-cfasync="false" src="//load.sumo.com/" data-sumo-platform="'.$this->dataSumoPlatform.'" data-sumo-mode="admin" data-sumo-site-id="' . esc_attr($site_id) . '" async></script>');
|
172 |
|
173 |
}
|
174 |
}
|
sumome.php
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
Plugin Name: SumoMe
|
4 |
Plugin URI: https://sumo.com
|
5 |
Description: Free Tools to grow your email list from Sumo.com
|
6 |
-
Version: 1.
|
7 |
Author: SumoMe
|
8 |
-
Author URI: https://www.
|
9 |
*/
|
10 |
|
11 |
define('SUMOME__PLUGIN_DIR', plugin_dir_path( __FILE__ ));
|
3 |
Plugin Name: SumoMe
|
4 |
Plugin URI: https://sumo.com
|
5 |
Description: Free Tools to grow your email list from Sumo.com
|
6 |
+
Version: 1.23
|
7 |
Author: SumoMe
|
8 |
+
Author URI: https://www.sumo.com
|
9 |
*/
|
10 |
|
11 |
define('SUMOME__PLUGIN_DIR', plugin_dir_path( __FILE__ ));
|
views/main.php
CHANGED
@@ -19,7 +19,7 @@ $itemArray['Statistics']['class']="sumome-popup-no-dim sumo-statistics";
|
|
19 |
$itemArray['Statistics']['columns']=1;
|
20 |
|
21 |
$itemArray['I Need Help']['data-name']="sumome-control-help";
|
22 |
-
$itemArray['I Need Help']['data-href']="http://help.
|
23 |
$itemArray['I Need Help']['class']="sumome-popup-no-dim";
|
24 |
$itemArray['I Need Help']['columns']=1;
|
25 |
|
@@ -78,8 +78,8 @@ $itemArray['Sumo Settings']['columns']=1;
|
|
78 |
<div class="large-12 columns footer">
|
79 |
<h4 class="list-number-title">Need Help?</h4>
|
80 |
<div class="sumome-help">
|
81 |
-
<span>Take a look at our <a target="_blank" href="https://help.
|
82 |
-
<span>questions or <a target="_blank" href="https://help.
|
83 |
</div>
|
84 |
</div>
|
85 |
</div>
|
19 |
$itemArray['Statistics']['columns']=1;
|
20 |
|
21 |
$itemArray['I Need Help']['data-name']="sumome-control-help";
|
22 |
+
$itemArray['I Need Help']['data-href']="http://help.sumo.com";
|
23 |
$itemArray['I Need Help']['class']="sumome-popup-no-dim";
|
24 |
$itemArray['I Need Help']['columns']=1;
|
25 |
|
78 |
<div class="large-12 columns footer">
|
79 |
<h4 class="list-number-title">Need Help?</h4>
|
80 |
<div class="sumome-help">
|
81 |
+
<span>Take a look at our <a target="_blank" href="https://help.sumo.com/">help page</a> to see our frequently answered</span>
|
82 |
+
<span>questions or <a target="_blank" href="https://help.sumo.com/hc/en-us/requests/new">send us a message</a> and we will get back to you asap.</span>
|
83 |
</div>
|
84 |
</div>
|
85 |
</div>
|
views/siteID.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
<?php do_settings_fields('sumome', 'sumome-settings') ?>
|
15 |
</table>
|
16 |
<div class="sumome-instructions">
|
17 |
-
NOTE: If you already have a site ID from a previous installation and
|
18 |
</div>
|
19 |
<?php submit_button(); ?>
|
20 |
</form>
|
14 |
<?php do_settings_fields('sumome', 'sumome-settings') ?>
|
15 |
</table>
|
16 |
<div class="sumome-instructions">
|
17 |
+
NOTE: If you already have a site ID from a previous installation and wish to recover your settings, enter the site ID above. You may also generate a new site ID to perform a fresh installation. Changing the site ID will lose all settings, apps, and purchases.
|
18 |
</div>
|
19 |
<?php submit_button(); ?>
|
20 |
</form>
|