Changeset 857122
- Timestamp:
- 02/13/2014 11:15:35 AM (12 years ago)
- Location:
- addthis-trending-content/tags/1.0.5
- Files:
-
- 3 copied
-
. (copied) (copied from addthis-trending-content/trunk)
-
addthis-trending-content.php (copied) (copied from addthis-trending-content/trunk/addthis-trending-content.php) (4 diffs)
-
readme.txt (copied) (copied from addthis-trending-content/trunk/readme.txt) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addthis-trending-content/tags/1.0.5/addthis-trending-content.php
r856412 r857122 25 25 * Plugin URI: http://www.addthis.com 26 26 * Description: Boost page views by promoting top trending content from your blog or website. Please make sure that you have <a href="http://wordpress.org/extend/plugins/addthis/">AddThis Share Plugin</a> installed on your site. 27 * Version: 1.0. 427 * Version: 1.0.5 28 28 * 29 29 * Author: The AddThis Team … … 32 32 33 33 define('PLUGIN_DIR_PATH', plugin_dir_url(__FILE__) ); 34 define('ADDTHIS_TRENDING_PRODUCT_CODE', 'wpp-1.0. 4' );34 define('ADDTHIS_TRENDING_PRODUCT_CODE', 'wpp-1.0.5' ); 35 35 define('ADDTHIS_TRENDING_AT_VERSION', 300 ); 36 36 … … 220 220 } 221 221 ?> 222 <?php if(! is_trending_pro_user()) { ?>222 <?php if(!at_trending_content_is_pro_user()) { ?> 223 223 <div class="updated addthis_setup_nag"> 224 224 <p>AddThis Pro now available - start your trial at … … 664 664 665 665 // check for pro user 666 function is_trending_pro_user() {666 function at_trending_content_is_pro_user() { 667 667 $isPro = false; 668 668 $options = get_option('addthis_settings'); 669 669 $profile = $options['profile']; 670 670 if ($profile) { 671 $profile_code = str_replace('-', '', $profile);672 671 $ch = curl_init(); 673 672 curl_setopt($ch, CURLOPT_URL, "http://q.addthis.com/feeds/1.0/config.json?pubid=" . $profile); -
addthis-trending-content/tags/1.0.5/readme.txt
r856412 r857122 3 3 Tags: trending, trending-content, addthis, social, widget, AddThis 4 4 Requires at least: 2.9 5 Tested up to: 3. 7.16 Stable tag: 1.0. 45 Tested up to: 3.8.1 6 Stable tag: 1.0.5 7 7 8 8 The AddThis Trending Content Widget boost page views by promoting top trending content from your blog or website. Please make sure that you have <a href="http://wordpress.org/extend/plugins/addthis/">AddThis Share Plugin</a> installed on your site. … … 59 59 == Changelog == 60 60 61 = 1.0.5 = 62 * Minor bug fix 63 61 64 = 1.0.4 = 62 65 * Minor updates … … 77 80 78 81 == Upgrade Notice == 82 83 = 1.0.5 = 84 Minor bug fix 85 79 86 = 1.0.4 = 80 87 Minor updates
Note: See TracChangeset
for help on using the changeset viewer.