Plugin Directory

Changeset 857129


Ignore:
Timestamp:
02/13/2014 11:32:24 AM (12 years ago)
Author:
srijith.v
Message:

Minor updates

Location:
addthis-trending-content/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • addthis-trending-content/trunk/addthis-trending-content.php

    r856412 r857129  
    2525 * Plugin URI: http://www.addthis.com
    2626 * 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.4
     27 * Version: 1.0.5
    2828 *
    2929 * Author: The AddThis Team
     
    3232
    3333define('PLUGIN_DIR_PATH', plugin_dir_url(__FILE__) );
    34 define('ADDTHIS_TRENDING_PRODUCT_CODE', 'wpp-1.0.4' );
     34define('ADDTHIS_TRENDING_PRODUCT_CODE', 'wpp-1.0.5' );
    3535define('ADDTHIS_TRENDING_AT_VERSION', 300 );
    3636
     
    220220        }
    221221        ?>
    222         <?php if(!is_trending_pro_user()) { ?>
     222        <?php if(!at_trending_content_is_pro_user()) { ?>
    223223        <div class="updated addthis_setup_nag">
    224224            <p>AddThis Pro now available - start your trial at
     
    664664
    665665// check for pro user
    666 function is_trending_pro_user() {
     666function at_trending_content_is_pro_user() {
    667667    $isPro = false;
    668668    $options = get_option('addthis_settings');
    669669    $profile = $options['profile'];
    670670    if ($profile) {
    671         $profile_code = str_replace('-', '', $profile);
    672671        $ch = curl_init();
    673672        curl_setopt($ch, CURLOPT_URL, "http://q.addthis.com/feeds/1.0/config.json?pubid=" . $profile);
  • addthis-trending-content/trunk/readme.txt

    r856412 r857129  
    33Tags: trending, trending-content, addthis, social, widget, AddThis
    44Requires at least: 2.9
    5 Tested up to: 3.7.1
    6 Stable tag: 1.0.4
     5Tested up to: 3.8.1
     6Stable tag: 1.0.5
    77
    88The 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.
     
    5959== Changelog ==
    6060
     61= 1.0.5 =
     62* Minor bug fix
     63
    6164= 1.0.4 =
    6265* Minor updates
     
    7780
    7881== Upgrade Notice ==
     82
     83= 1.0.5 =
     84Minor bug fix
     85
    7986= 1.0.4 =
    8087Minor updates
Note: See TracChangeset for help on using the changeset viewer.