Changeset 1004139
- Timestamp:
- 10/08/2014 10:17:00 PM (11 years ago)
- Location:
- wordpress-social-login
- Files:
-
- 4 edited
-
tags/2.2.1/readme.txt (modified) (1 diff)
-
tags/2.2.2/hybridauth/Hybrid/Storage.php (modified) (1 diff)
-
tags/2.2.2/readme.txt (modified) (1 diff)
-
trunk/hybridauth/Hybrid/Storage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-social-login/tags/2.2.1/readme.txt
r1002140 r1004139 4 4 Requires at least: 3.0 5 5 Tested up to: 4.0 6 Stable tag: 2. 1.66 Stable tag: 2.2.1 7 7 License: MIT License 8 8 License URI: http://opensource.org/licenses/MIT -
wordpress-social-login/tags/2.2.2/hybridauth/Hybrid/Storage.php
r1002140 r1004139 11 11 * HybridAuth storage manager 12 12 */ 13 class Hybrid_Storage implements Hybrid_Storage_Interface13 class Hybrid_Storage 14 14 { 15 15 /** -
wordpress-social-login/tags/2.2.2/readme.txt
r1004025 r1004139 4 4 Requires at least: 3.0 5 5 Tested up to: 4.0 6 Stable tag: 2.2. 16 Stable tag: 2.2.2 7 7 License: MIT License 8 8 License URI: http://opensource.org/licenses/MIT -
wordpress-social-login/trunk/hybridauth/Hybrid/Storage.php
r1002140 r1004139 11 11 * HybridAuth storage manager 12 12 */ 13 class Hybrid_Storage implements Hybrid_Storage_Interface13 class Hybrid_Storage 14 14 { 15 15 /**
Note: See TracChangeset
for help on using the changeset viewer.