Version Description
We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
Download this release
Release Info
Developer | shareaholic |
Plugin | WordPress Social Tools, Related Posts, Monetization – Shareaholic |
Version | 9.5.0 |
Comparing to | |
See all releases |
Code changes from version 9.4.0 to 9.5.0
- public_js.php +21 -3
- readme.txt +44 -30
- shareaholic.php +3 -3
public_js.php
CHANGED
@@ -38,9 +38,27 @@ class ShareaholicPublicJS {
|
|
38 |
}
|
39 |
}
|
40 |
|
41 |
-
//
|
42 |
-
if ( is_user_logged_in()
|
43 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
}
|
45 |
|
46 |
// Used by Share Count Recovery.
|
38 |
}
|
39 |
}
|
40 |
|
41 |
+
// User Attributes
|
42 |
+
if ( is_user_logged_in() ) {
|
43 |
+
$current_user = wp_get_current_user();
|
44 |
+
if ( $current_user->user_email ) {
|
45 |
+
$base_settings['user']['email'] = sanitize_email( $current_user->user_email );
|
46 |
+
}
|
47 |
+
if ( $current_user->user_login ) {
|
48 |
+
$base_settings['user']['username'] = sanitize_text_field( $current_user->user_login );
|
49 |
+
}
|
50 |
+
if ( $current_user->ID ) {
|
51 |
+
$base_settings['user']['id'] = sanitize_text_field( $current_user->ID );
|
52 |
+
}
|
53 |
+
// Can publish?
|
54 |
+
if ( current_user_can( 'publish_posts' ) ) {
|
55 |
+
$base_settings['user']['capabilities']['publish_posts'] = true;
|
56 |
+
}
|
57 |
+
} else {
|
58 |
+
$commenter = wp_get_current_commenter();
|
59 |
+
if ( $commenter['comment_author_email'] ) {
|
60 |
+
$base_settings['user']['email'] = sanitize_email( $commenter['comment_author_email'] );
|
61 |
+
}
|
62 |
}
|
63 |
|
64 |
// Used by Share Count Recovery.
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Social Sharing Buttons, Related Posts, Google Analytics - Shareaholic ===
|
2 |
Contributors: shareaholic
|
3 |
-
Tags: social, social sharing, google analytics, pinterest, twitter, share buttons, content, woocommerce, typepad, amazon, analytics, arto, baidu, bitly, blogger, buffer, cookie compliance, cookie consent, delicious, digg, diigo, disqus, email button, evernote, facebook, facebook sharing, fancy, fark, feedly, flipboard, floated share buttons, floating share buttons, follow buttons, GDPR, gmail, google bookmarks, google classroom, hootsuite, houzz, instagram, instagram sharing, instapaper, kik, kindle, line, linkedin, livejournal, meneame, mix, mixi, odnoklassniki, box.net, onenote, pinboard.in, pinterest, pinterest sharing, plurk, pocket, printfriendly, recommendations, reddit, sexybookmarks, share buttons, share image, shareaholic, shareholic, sms, social bookmarking, social media, social plugin, social share buttons, spotify, stumbleupon, stumpedia, symphony, tinyurl, tumblr, twitter, viadeo, vk, wanelo, wechat, weheartit, weibo, whatsapp, wykop, xing, yahoo, yammer, ycombinator, hacker news, youtube, yummly, zillow
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.5
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 9.
|
8 |
|
9 |
Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
|
10 |
|
@@ -14,7 +14,7 @@ Shareaholic is the **world's leading suite of Audience Growth & Engagement tools
|
|
14 |
|
15 |
This plugin makes it easy for any website — big or small — to engage and grow their traffic, market their content, gain insight, and monetize their audience. And it all lives in one simple dashboard.
|
16 |
|
17 |
-
|
18 |
|
19 |
We do all this in a lightweight & lightening fast package by using [advanced code optimization techniques](https://support.shareaholic.com/hc/en-us/articles/204339849-Shareaholic-and-Site-Page-Speed) such a selective and lazy loading. The plugin loads just the functionality that you have selected and when necessary.
|
20 |
|
@@ -33,17 +33,17 @@ Make it easy for your visitors to share social content with their friends with S
|
|
33 |
|
34 |
[Share Buttons](https://www.shareaholic.com/website-tools/social-share-buttons/) demo
|
35 |
|
36 |
-
*
|
37 |
-
* [
|
38 |
-
*
|
39 |
-
*
|
40 |
-
*
|
41 |
-
*
|
42 |
* Learn more about [Share Buttons](https://www.shareaholic.com/website-tools/social-share-buttons/)
|
43 |
|
44 |
= Share Count Recovery =
|
45 |
|
46 |
-
* [
|
47 |
* Learn more about [Share Count Recovery](https://support.shareaholic.com/hc/en-us/articles/115002083586-)
|
48 |
|
49 |
= Privacy Features =
|
@@ -56,42 +56,42 @@ To take advantage of this privacy feature, enable "Share Count Proxy" under Adva
|
|
56 |
|
57 |
= Share Buttons for Images =
|
58 |
|
59 |
-
*
|
60 |
-
*
|
61 |
|
62 |
[Share Buttons for Images](https://www.shareaholic.com/website-tools/social-share-buttons/) demo
|
63 |
|
64 |
= Floating Share Buttons =
|
65 |
|
66 |
-
*
|
67 |
|
68 |
[Floating Share Buttons](https://www.shareaholic.com/website-tools/social-share-buttons/) demo
|
69 |
|
70 |
= Related Posts =
|
71 |
|
72 |
-
*
|
73 |
-
*
|
74 |
-
*
|
75 |
-
*
|
76 |
-
*
|
77 |
-
*
|
78 |
* Learn more about [Related Posts](https://www.shareaholic.com/website-tools/related-content)
|
79 |
|
80 |
= Content Analytics =
|
81 |
|
82 |
* Shareaholic is proud to be an official Google Analytics Technology Partner.
|
83 |
-
*
|
84 |
-
*
|
85 |
-
*
|
86 |
-
*
|
87 |
-
*
|
88 |
-
*
|
89 |
* Learn more about [Google Analytics integration](https://www.shareaholic.com/website-tools/content-analytics)
|
90 |
|
91 |
= Social Follow Buttons =
|
92 |
|
93 |
-
*
|
94 |
-
*
|
95 |
* Learn more about [Follow Buttons](https://www.shareaholic.com/website-tools/social-follow-buttons)
|
96 |
|
97 |
= GDPR Cookie Notice =
|
@@ -108,13 +108,14 @@ To take advantage of this privacy feature, enable "Share Count Proxy" under Adva
|
|
108 |
* [Promoted Native Content](https://support.shareaholic.com/hc/en-us/articles/207147336-Your-Options-to-Monetize-Your-Website-Earn-Revenue-with-Ads): Generate revenue with targeted content recommendations from our sponsored content marketplace. Each time your readers click through to sponsored articles, you make money.
|
109 |
|
110 |
= Additional features =
|
111 |
-
|
|
|
112 |
* **100% Customizable** - Choose from several themes to match your site’s design or personalize your own to create a custom look.
|
113 |
* **Mobile Optimized** - Responsive and retina display friendly. Shareaholic will work and look great on all mobile devices and tablets.
|
114 |
* **Built for Scale** - It doesn't matter if your website generates 1 or a 100 million views. Shareaholic scales to any size and will work just as well.
|
115 |
* **[Monetize](https://support.shareaholic.com/hc/en-us/articles/207147336-Your-Options-to-Monetize-Your-Website-Earn-Revenue-with-Ads)** - Make money with minimal effort while retaining full control at all times.
|
116 |
* **[Fast & Secure](https://support.shareaholic.com/hc/en-us/articles/204339849-)** - We use industry best practices to make our code as fast and unobtrusive as possible, meaning – for example – that the performance impact is comparable to adding Google Analytics to your site. Because all of the processing and collection runs on our servers and not yours, it doesn’t cause any additional load on your hosting account. In addition, our JavaScript is hosted on Amazon’s CDN to make fetching it as blazing fast and reliable as possible. In fact, it’s one of the fastest proven analytics systems, hosted or not hosted, that you can use.
|
117 |
-
* **Integrations** - We're officially partnered with GoDaddy, WP Engine, Siteground, Cloudflare, Google & others to ensure that
|
118 |
|
119 |
= Recent Updates =
|
120 |
|
@@ -307,6 +308,19 @@ The default Shareaholic thumbnail width is 640px with dynamic height and no crop
|
|
307 |
Each time you change Shareaholic's thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin for this purpose.
|
308 |
|
309 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
310 |
= 9.4.0 (04-September-2020) =
|
311 |
* Confirms support for WordPress v5.5+
|
312 |
* Enhancement: No longer need legacy `<![CDATA[]]>`
|
@@ -1057,7 +1071,7 @@ Each time you change Shareaholic's thumbnail dimensions like this, you will prob
|
|
1057 |
* Show Related Posts data status
|
1058 |
|
1059 |
== Upgrade Notice ==
|
1060 |
-
= 9.
|
1061 |
We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
|
1062 |
|
1063 |
= 8.12.1 =
|
1 |
=== Social Sharing Buttons, Related Posts, Google Analytics - Shareaholic ===
|
2 |
Contributors: shareaholic
|
3 |
+
Tags: social, social sharing, google analytics, pinterest, twitter, share buttons, content, woocommerce, typepad, amazon, analytics, arto, baidu, bitly, blogger, buffer, cookie compliance, cookie consent, delicious, digg, diigo, disqus, email button, evernote, facebook, facebook sharing, fancy, fark, feedly, flipboard, floated share buttons, floating share buttons, follow buttons, GDPR, gmail, google bookmarks, google classroom, hootsuite, houzz, instagram, instagram sharing, instapaper, kik, kindle, line, linkedin, livejournal, meneame, mix, mixi, TikTok, odnoklassniki, box.net, onenote, pinboard.in, pinterest, pinterest sharing, plurk, pocket, printfriendly, recommendations, reddit, sexybookmarks, share buttons, share image, shareaholic, shareholic, sms, social bookmarking, social media, social plugin, social share buttons, spotify, stumbleupon, stumpedia, symphony, tinyurl, tumblr, twitter, viadeo, vk, wanelo, wechat, weheartit, weibo, whatsapp, wykop, xing, yahoo, yammer, ycombinator, hacker news, youtube, yummly, zillow
|
4 |
Requires at least: 3.7
|
5 |
Tested up to: 5.5
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 9.5.0
|
8 |
|
9 |
Boost Audience Engagement with Award Winning Speed Optimized Social Tools: Share Buttons, Related Posts, Monetization & Google Analytics.
|
10 |
|
14 |
|
15 |
This plugin makes it easy for any website — big or small — to engage and grow their traffic, market their content, gain insight, and monetize their audience. And it all lives in one simple dashboard.
|
16 |
|
17 |
+
We combine the functionality of many -- social, content, and monetization plugins including: Contextual Related Posts (CRP), Social Warfare, Tasty Pins, Social Pug, Grow by Mediavine, Zemanta, Sassy Bookmarks, SexyBookmarks, Shariff, AddThis, AddToAny, and many others into one effecient yet powerful package.
|
18 |
|
19 |
We do all this in a lightweight & lightening fast package by using [advanced code optimization techniques](https://support.shareaholic.com/hc/en-us/articles/204339849-Shareaholic-and-Site-Page-Speed) such a selective and lazy loading. The plugin loads just the functionality that you have selected and when necessary.
|
20 |
|
33 |
|
34 |
[Share Buttons](https://www.shareaholic.com/website-tools/social-share-buttons/) demo
|
35 |
|
36 |
+
* Official Share Counters and Share Buttons for Facebook, Pinterest, and more
|
37 |
+
* [Official integration](https://support.shareaholic.com/hc/en-us/articles/205181045-) with Google Analytics
|
38 |
+
* Full support for: Facebook share sharing, Twitter sharing, Pinterest sharing, Instagram sharing, Google Plus sharing, Reddit sharing, LinkedIn sharing, Gmail sharing, Delicious sharing, OneNote sharing, Evernote sharing, Stumbleupon sharing, Digg sharing, Tumblr sharing, Hootsuite sharing, Buffer sharing, Fancy sharing, Wanelo sharing, Yummly sharing, WeHeartIt sharing, Flipboard sharing, Printfriendly sharing, Amazon Wishlist sharing, Instapaper sharing, Pocket sharing, Odnoklassniki sharing, Houzz sharing, Hacker News sharing, Inbound.org sharing, Vk sharing, etc
|
39 |
+
* Supports theme features such as HTML5 & XHTML, widgets, plugins, infinite scroll, post formats, and mobile optimization
|
40 |
+
* Supported URL Shorteners: Bitly (including custom tracking), J.mp, TinyURL, Shr.lc
|
41 |
+
* Vector share buttons & follow buttons (SVG icons)
|
42 |
* Learn more about [Share Buttons](https://www.shareaholic.com/website-tools/social-share-buttons/)
|
43 |
|
44 |
= Share Count Recovery =
|
45 |
|
46 |
+
* [Premium] Never worry about losing your share counts when you change URLs, adjust your site taxonomy, or switch to HTTPS. Our proprietary technology ensures that no matter how your URLs change, your share counts stay the same.
|
47 |
* Learn more about [Share Count Recovery](https://support.shareaholic.com/hc/en-us/articles/115002083586-)
|
48 |
|
49 |
= Privacy Features =
|
56 |
|
57 |
= Share Buttons for Images =
|
58 |
|
59 |
+
* Automatically add Pinterest’s “Pin It” button and other social share buttons directly onto the images on your site to increase outbound traffic to your social sites, and inbound traffic to your website.
|
60 |
+
* Includes integrated share buttons for Facebook, Twitter, LinkedIn, Google+, and more!
|
61 |
|
62 |
[Share Buttons for Images](https://www.shareaholic.com/website-tools/social-share-buttons/) demo
|
63 |
|
64 |
= Floating Share Buttons =
|
65 |
|
66 |
+
* Increase social sharing by 2x or more by adding our Share Button plugin that hovers on the side of the page, rather than in the page content.
|
67 |
|
68 |
[Floating Share Buttons](https://www.shareaholic.com/website-tools/social-share-buttons/) demo
|
69 |
|
70 |
= Related Posts =
|
71 |
|
72 |
+
* Increases pageviews, engagement, and time on site by highlighting related content & related posts that may not otherwise be discovered on your site. Shareaholic is not just yet another related content plugin. It’s simple installation & content dashboard allows you quickly customize what content is delivered and where on your site. You’ll be using well-engineered and optimized code that won’t slow or block your pages from loading.
|
73 |
+
* Help your users rediscover your entire content by including related posts on all of your pages.
|
74 |
+
* Choose between several themes to seamlessly match your site’s theme, design, and personality.
|
75 |
+
* Automatically utilizes post keywords specified in the “All in One SEO Pack”, “WordPress SEO by Yoast”, “Add Meta Tags”, and other plugins.
|
76 |
+
* Promote and advertise your content and products across our network using our Related Content Advertising Tools
|
77 |
+
* Optimized for mobile devices like the iPhone, iPod touch, iPad, Android mobile phones, and more.
|
78 |
* Learn more about [Related Posts](https://www.shareaholic.com/website-tools/related-content)
|
79 |
|
80 |
= Content Analytics =
|
81 |
|
82 |
* Shareaholic is proud to be an official Google Analytics Technology Partner.
|
83 |
+
* Shareaholic provides you with important actionable metrics including insights into popular pages on your website, referral channels, and top refrerrers who are spreading your web pages on the internet on your behalf, bringing more traffic and new visitors to your site.
|
84 |
+
* Shareaholic automatically and seamlessly integrates with Google Analytics, including UTM tracking parameters, to provide Google Analytics social data in your Shareaholic dashboard and Shareaholic data in your Google Analytics dashboard.
|
85 |
+
* See social and page analytics by content, author, and custom tags.
|
86 |
+
* Discover how visitors find each story, product, author, and section, so you can build distribution strategies that work.
|
87 |
+
* Measure author performance and focus on authors who get the best results.
|
88 |
+
* Check whether your campaigns are targeting Verified Human audiences who are actually capable of purchasing your product or service
|
89 |
* Learn more about [Google Analytics integration](https://www.shareaholic.com/website-tools/content-analytics)
|
90 |
|
91 |
= Social Follow Buttons =
|
92 |
|
93 |
+
* Grow your social following and page views with our easily customizable social plugin and tools for adding social follow buttons directly to your page.
|
94 |
+
* Supported services include: Facebook, Twitter, Instagram, YouTube, LinkedIn ,Spotify ,Google+ ,Pinterest, Etsy, BuzzFeed, iTunes, Tumblr, Vimeo, eBay, 500px, about.me, Baidu, Behance, Better Business Bureau, Bloglovin, Disqus, Dribbble, Feedly, Flickr, Foursquare, Github, Google Classroom, Houzz, LinkedIn Company, LiveJournal, TikTok, Odnoklassniki, Polyvore, RSS, Skype, SlideShare, SoundCloud, Stack Overflow, StumbleUpon, Tripadvisor, Vine, VK, Yelp, Zillow
|
95 |
* Learn more about [Follow Buttons](https://www.shareaholic.com/website-tools/social-follow-buttons)
|
96 |
|
97 |
= GDPR Cookie Notice =
|
108 |
* [Promoted Native Content](https://support.shareaholic.com/hc/en-us/articles/207147336-Your-Options-to-Monetize-Your-Website-Earn-Revenue-with-Ads): Generate revenue with targeted content recommendations from our sponsored content marketplace. Each time your readers click through to sponsored articles, you make money.
|
109 |
|
110 |
= Additional features =
|
111 |
+
* GDPR Compliant - Automatically anonymizes EU/EEA Visitor data and provides a layer of protection that prevents data leakage typically associated with Share Count lookups
|
112 |
+
* Compatible with Gutenberg editor
|
113 |
* **100% Customizable** - Choose from several themes to match your site’s design or personalize your own to create a custom look.
|
114 |
* **Mobile Optimized** - Responsive and retina display friendly. Shareaholic will work and look great on all mobile devices and tablets.
|
115 |
* **Built for Scale** - It doesn't matter if your website generates 1 or a 100 million views. Shareaholic scales to any size and will work just as well.
|
116 |
* **[Monetize](https://support.shareaholic.com/hc/en-us/articles/207147336-Your-Options-to-Monetize-Your-Website-Earn-Revenue-with-Ads)** - Make money with minimal effort while retaining full control at all times.
|
117 |
* **[Fast & Secure](https://support.shareaholic.com/hc/en-us/articles/204339849-)** - We use industry best practices to make our code as fast and unobtrusive as possible, meaning – for example – that the performance impact is comparable to adding Google Analytics to your site. Because all of the processing and collection runs on our servers and not yours, it doesn’t cause any additional load on your hosting account. In addition, our JavaScript is hosted on Amazon’s CDN to make fetching it as blazing fast and reliable as possible. In fact, it’s one of the fastest proven analytics systems, hosted or not hosted, that you can use.
|
118 |
+
* **Integrations** - We're officially partnered with GoDaddy, WP Engine, Siteground, Cloudflare, Google & others to ensure that Shareaholic is safe, stable, and speedy.
|
119 |
|
120 |
= Recent Updates =
|
121 |
|
308 |
Each time you change Shareaholic's thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugin for this purpose.
|
309 |
|
310 |
== Changelog ==
|
311 |
+
= 9.5.0 (19-October-2020) =
|
312 |
+
* *Are you missing your Facebook Share Counts?* Facebook recently decided to drop support for unauthenticated Share Count lookups. No need to worry. Shareaholic offers two options to get back your Facebook Share Counts:
|
313 |
+
* [Self-hosted (free option)](https://support.shareaholic.com/hc/en-us/articles/202809466-WordPress-Plugin-Share-Count-Proxy-API-Local-)
|
314 |
+
* [Hosted by Shareaholic (premium option)](https://support.shareaholic.com/hc/en-us/articles/360029500132-Share-Count-Proxy-API-Hosted-) - We recommend this option as self hosting Share Counts yourself can be a resource hog. A dedicated service to keep Shareaholic light on site resources is your simplest and fastest option. Our servers do all the heavy lifting such as storage, rate limiting, caching, and more behind the scenes work while keeping your website fast. An added advantage of the premium version are higher API lookup limits.
|
315 |
+
* New Follow Buttons
|
316 |
+
* TikTok
|
317 |
+
* Email
|
318 |
+
* Enhancement: Analytics - Support for Human Analytics (coming soon)
|
319 |
+
* Enhancement: Analytics - Streamlined Analytics section navigation
|
320 |
+
* Enhancement: Content Library - added **Boost button** to streamline content promotion campaigns
|
321 |
+
* Enhancement: UX - Streamlined plan upgrade flow
|
322 |
+
* Enhancement: UX - i18n improvements (better handling of overflowing text in navigation sidebar)
|
323 |
+
|
324 |
= 9.4.0 (04-September-2020) =
|
325 |
* Confirms support for WordPress v5.5+
|
326 |
* Enhancement: No longer need legacy `<![CDATA[]]>`
|
1071 |
* Show Related Posts data status
|
1072 |
|
1073 |
== Upgrade Notice ==
|
1074 |
+
= 9.5.0 =
|
1075 |
We update this plugin regularly so we can make it better for you. Update to the latest version for all of the available features and improvements. Thanks for using Shareaholic!
|
1076 |
|
1077 |
= 8.12.1 =
|
shareaholic.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Shareaholic - Grow and Engage Your Audience
|
4 |
Plugin URI: https://www.shareaholic.com/website-tools/
|
5 |
Description: Shareaholic’s official WordPress plugin allows you to add Award-Winning Social Share Buttons, Related Posts, Content Analytics, Ad Monetization, and more to your website.
|
6 |
-
Version: 9.
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: shareaholic
|
@@ -14,7 +14,7 @@ Domain Path: /languages
|
|
14 |
* The main file!
|
15 |
*
|
16 |
* @package shareaholic
|
17 |
-
* @version 9.
|
18 |
*/
|
19 |
|
20 |
/**
|
@@ -67,7 +67,7 @@ if ( ! class_exists( 'Shareaholic' ) ) {
|
|
67 |
const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
68 |
const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
69 |
|
70 |
-
const VERSION = '9.
|
71 |
|
72 |
/**
|
73 |
* Starts off as false so that ::get_instance() returns
|
3 |
Plugin Name: Shareaholic - Grow and Engage Your Audience
|
4 |
Plugin URI: https://www.shareaholic.com/website-tools/
|
5 |
Description: Shareaholic’s official WordPress plugin allows you to add Award-Winning Social Share Buttons, Related Posts, Content Analytics, Ad Monetization, and more to your website.
|
6 |
+
Version: 9.5.0
|
7 |
Author: Shareaholic
|
8 |
Author URI: https://www.shareaholic.com
|
9 |
Text Domain: shareaholic
|
14 |
* The main file!
|
15 |
*
|
16 |
* @package shareaholic
|
17 |
+
* @version 9.5.0
|
18 |
*/
|
19 |
|
20 |
/**
|
67 |
const API_URL = 'https://web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
68 |
const CM_API_URL = 'https://cm-web.shareaholic.com'; // uses static IPs for firewall whitelisting
|
69 |
|
70 |
+
const VERSION = '9.5.0';
|
71 |
|
72 |
/**
|
73 |
* Starts off as false so that ::get_instance() returns
|