Changeset 917952
- Timestamp:
- 05/20/2014 02:16:26 PM (12 years ago)
- Location:
- addthis-social-sign-in/tags/2.0.3
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from addthis-social-sign-in/trunk)
-
addthis_social_sign_in.php (modified) (2 diffs)
-
includes/addthis_addjs.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addthis-social-sign-in/tags/2.0.3/addthis_social_sign_in.php
r780336 r917952 4 4 Plugin URI: http://www.addthis.com/ 5 5 Description: A lightweight javascript plugin helps users to sign in to the wordpress site using social media services. 6 Version: 2.0. 26 Version: 2.0.3 7 7 Author: AddThis Team 8 8 Author URI: http://www.addthis.com … … 10 10 */ 11 11 12 define(ADDTHIS_SSI_PRODUCT_CODE, 'wpssi-20 2');12 define(ADDTHIS_SSI_PRODUCT_CODE, 'wpssi-203'); 13 13 define(ADDTHIS_SSI_AT_VERSION, 300); 14 14 -
addthis-social-sign-in/tags/2.0.3/includes/addthis_addjs.php
r687490 r917952 251 251 $uninstalled = array_values($uninstalled); 252 252 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 '); 254 257 $count = count($uninstalled); 255 258 if ($count == 1){ … … 270 273 } 271 274 275 $string .= __(sprintf('</div>')); 276 272 277 return '<p class="addthis_more_promo">' .$string . '</p>'; 273 278 } 274 279 } 280 275 281 } -
addthis-social-sign-in/tags/2.0.3/readme.txt
r781698 r917952 4 4 Requires at least: 2.9 5 5 Tested up to: 3.6 6 Stable tag: 2.0. 26 Stable tag: 2.0.3 7 7 8 8 The AddThis Social Sign In plugin allows any visitor to register or sign to your WordPress site using their Facebook, Twitter or Google account. 9 9 10 10 == 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 11 14 You 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! 12 15 … … 68 71 69 72 == Changelog == 73 = 2.0.2 = 74 * Depreciation notice added. 70 75 71 76 = 2.0.2 = … … 83 88 84 89 == 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 85 93 = 2.0.2 = 86 94 * Fixing twitter API 1.0 deprecated issue and header warnings
Note: See TracChangeset
for help on using the changeset viewer.