Plugin Directory

Changeset 857045


Ignore:
Timestamp:
02/13/2014 09:33:56 AM (12 years ago)
Author:
srijith.v
Message:

Created tag 1.2.5.

Location:
addthis-follow/tags/1.2.5
Files:
4 copied

Legend:

Unmodified
Added
Removed
  • addthis-follow/tags/1.2.5/addthis-follow.php

    r856410 r857045  
    2525 * Plugin URI: http://www.addthis.com
    2626 * Description: Generate followers for your social networks and track what pages are generating the most followers
    27  * Version: 1.2.4
     27 * Version: 1.2.5
    2828 *
    2929 * Author: The AddThis Team
    3030 * Author URI: http://www.addthis.com/blog
    3131 */
    32 define( 'ADDTHIS_FOLLOW_PLUGIN_VERSION' , '1.2.4');
     32define( 'ADDTHIS_FOLLOW_PLUGIN_VERSION' , '1.2.5');
    3333define( 'ADDTHIS_FOLLOW_PRODUCT_VERSION' , 'wpp');
    3434define( 'ADDTHIS_FOLLOW_ATVERSION', '300');
     
    288288        global $addthis_addjs;
    289289        ?>
    290         <?php if(!is_follow_pro_user()) { ?>
     290        <?php if(!at_follow_is_pro_user()) { ?>
    291291        <div class="updated addthis_setup_nag">
    292292            <p>AddThis Pro now available - start your trial at
     
    563563
    564564// check for pro user
    565 function is_follow_pro_user() {
     565function at_follow_is_pro_user() {
    566566    $isPro = false;
    567567    $options = get_option('addthis_settings');
    568568    $profile = $options['profile'];
    569569    if ($profile) {
    570         $profile_code = str_replace('-', '', $profile);
    571570        $ch = curl_init();
    572571        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  
    44Requires at least: 2.9
    55Tested up to: 3.8.1
    6 Stable tag: 1.2.4
     6Stable tag: 1.2.5
    77
    88AddThis Follow Buttons help visitors follow your social profiles on Facebook, Twitter, Pinterest, Google+, LinkedIn and other social networks.
     
    6969
    7070== Changelog ==
     71= 1.2.5 =
     72* Minor bug fix
    7173
    7274= 1.2.4 =
     
    9597
    9698== Upgrade Notice ==
     99= 1.2.5 =
     100Minor bug fix
    97101
    98102= 1.2.4 =
Note: See TracChangeset for help on using the changeset viewer.