Plugin Directory

Changeset 917952


Ignore:
Timestamp:
05/20/2014 02:16:26 PM (12 years ago)
Author:
srijith.v
Message:

Created tag 2.0.3.

Location:
addthis-social-sign-in/tags/2.0.3
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • addthis-social-sign-in/tags/2.0.3/addthis_social_sign_in.php

    r780336 r917952  
    44   Plugin URI: http://www.addthis.com/
    55   Description: A lightweight javascript plugin helps users to sign in to the wordpress site using social media services.
    6    Version: 2.0.2
     6   Version: 2.0.3
    77   Author: AddThis Team
    88   Author URI: http://www.addthis.com
     
    1010   */
    1111
    12 define(ADDTHIS_SSI_PRODUCT_CODE, 'wpssi-202');
     12define(ADDTHIS_SSI_PRODUCT_CODE, 'wpssi-203');
    1313define(ADDTHIS_SSI_AT_VERSION, 300);
    1414       
  • addthis-social-sign-in/tags/2.0.3/includes/addthis_addjs.php

    r687490 r917952  
    251251            $uninstalled = array_values($uninstalled);
    252252
    253             $string = __('Want to increase your site traffic?  AddThis also has ');
     253            $string = __(sprintf('<div class="updated">AddThis is no longer continuing development on the Social Sign-in Plugin. All existing features will continue to work, however, no further updates or fixes will be provided.</div>'));
     254
     255            $string .= __(sprintf('<div>'));
     256            $string .= __('Want to increase your site traffic?  AddThis also has ');
    254257            $count = count($uninstalled);
    255258            if ($count == 1){
     
    270273            }
    271274
     275            $string .= __(sprintf('</div>'));
     276
    272277            return '<p class="addthis_more_promo">' .$string . '</p>';
    273278        }
    274279    }
     280
    275281}
  • addthis-social-sign-in/tags/2.0.3/readme.txt

    r781698 r917952  
    44Requires at least: 2.9
    55Tested up to: 3.6
    6 Stable tag: 2.0.2
     6Stable tag: 2.0.3
    77
    88The AddThis Social Sign In plugin allows any visitor to register or sign to your WordPress site using their Facebook, Twitter or Google account.
    99
    1010== Description ==
     11
     12** AddThis is no longer continuing development on the Social Sign-in Plugin. All existing features will continue to work, however, no further updates or fixes will be provided. **
     13
    1114You don't have to make your users have to create new accounts for participating on your blog. Make signing up and signing in frictionless by integrating Social Sign In from AddThis!
    1215
     
    6871
    6972== Changelog ==
     73= 2.0.2 =
     74* Depreciation notice added.
    7075
    7176= 2.0.2 =
     
    8388
    8489== Upgrade Notice ==
     90= 2.0.3 =
     91* AddThis is no longer continuing development on the Social Sign-in Plugin. All existing features will continue to work, however, no further updates or fixes will be provided
     92
    8593= 2.0.2 =
    8694* Fixing twitter API 1.0 deprecated issue and header warnings
Note: See TracChangeset for help on using the changeset viewer.