Changeset 857045
- Timestamp:
- 02/13/2014 09:33:56 AM (12 years ago)
- Location:
- addthis-follow/tags/1.2.5
- Files:
-
- 4 copied
-
. (copied) (copied from addthis-follow/trunk)
-
addthis-follow.php (copied) (copied from addthis-follow/trunk/addthis-follow.php) (3 diffs)
-
includes/addthis_addjs.php (copied) (copied from addthis-follow/trunk/includes/addthis_addjs.php)
-
readme.txt (copied) (copied from addthis-follow/trunk/readme.txt) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addthis-follow/tags/1.2.5/addthis-follow.php
r856410 r857045 25 25 * Plugin URI: http://www.addthis.com 26 26 * Description: Generate followers for your social networks and track what pages are generating the most followers 27 * Version: 1.2. 427 * Version: 1.2.5 28 28 * 29 29 * Author: The AddThis Team 30 30 * Author URI: http://www.addthis.com/blog 31 31 */ 32 define( 'ADDTHIS_FOLLOW_PLUGIN_VERSION' , '1.2. 4');32 define( 'ADDTHIS_FOLLOW_PLUGIN_VERSION' , '1.2.5'); 33 33 define( 'ADDTHIS_FOLLOW_PRODUCT_VERSION' , 'wpp'); 34 34 define( 'ADDTHIS_FOLLOW_ATVERSION', '300'); … … 288 288 global $addthis_addjs; 289 289 ?> 290 <?php if(! is_follow_pro_user()) { ?>290 <?php if(!at_follow_is_pro_user()) { ?> 291 291 <div class="updated addthis_setup_nag"> 292 292 <p>AddThis Pro now available - start your trial at … … 563 563 564 564 // check for pro user 565 function is_follow_pro_user() {565 function at_follow_is_pro_user() { 566 566 $isPro = false; 567 567 $options = get_option('addthis_settings'); 568 568 $profile = $options['profile']; 569 569 if ($profile) { 570 $profile_code = str_replace('-', '', $profile);571 570 $ch = curl_init(); 572 571 curl_setopt($ch, CURLOPT_URL, "http://q.addthis.com/feeds/1.0/config.json?pubid=" . $profile); -
addthis-follow/tags/1.2.5/readme.txt
r856410 r857045 4 4 Requires at least: 2.9 5 5 Tested up to: 3.8.1 6 Stable tag: 1.2. 46 Stable tag: 1.2.5 7 7 8 8 AddThis Follow Buttons help visitors follow your social profiles on Facebook, Twitter, Pinterest, Google+, LinkedIn and other social networks. … … 69 69 70 70 == Changelog == 71 = 1.2.5 = 72 * Minor bug fix 71 73 72 74 = 1.2.4 = … … 95 97 96 98 == Upgrade Notice == 99 = 1.2.5 = 100 Minor bug fix 97 101 98 102 = 1.2.4 =
Note: See TracChangeset
for help on using the changeset viewer.