Changeset 703537
- Timestamp:
- 04/25/2013 03:57:11 PM (13 years ago)
- Location:
- sexy-login
- Files:
-
- 25 added
- 4 edited
-
tags/2.3 (added)
-
tags/2.3/img (added)
-
tags/2.3/img/ajax-loader.gif (added)
-
tags/2.3/inc (added)
-
tags/2.3/inc/activation.php (added)
-
tags/2.3/inc/admin (added)
-
tags/2.3/inc/admin/class-sexy-login-admin.php (added)
-
tags/2.3/inc/ajax.php (added)
-
tags/2.3/inc/class-sexy-login-attempts.php (added)
-
tags/2.3/inc/class-sexy-login-widget.php (added)
-
tags/2.3/inc/lib (added)
-
tags/2.3/inc/lib/recaptchalib.php (added)
-
tags/2.3/js (added)
-
tags/2.3/js/admin.js (added)
-
tags/2.3/js/jquery.blockUI.js (added)
-
tags/2.3/js/sexy-login.js (added)
-
tags/2.3/lang (added)
-
tags/2.3/lang/sl-domain-es_ES.mo (added)
-
tags/2.3/lang/sl-domain-es_ES.po (added)
-
tags/2.3/readme.txt (added)
-
tags/2.3/screenshot-1.png (added)
-
tags/2.3/sexy-login-init.php (added)
-
tags/2.3/sl-config.php (added)
-
tags/2.3/style.css (added)
-
tags/2.3/uninstall.php (added)
-
trunk/js/sexy-login.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sexy-login-init.php (modified) (1 diff)
-
trunk/sl-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sexy-login/trunk/js/sexy-login.js
r701423 r703537 64 64 color: '#000', 65 65 border: 'none', 66 backgroundColor:'none',67 66 cursor: 'wait' 68 67 } -
sexy-login/trunk/readme.txt
r701423 r703537 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5.1 7 Stable tag: 2. 37 Stable tag: 2.4 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 63 63 == Changelog == 64 64 65 = 2.4 = 66 * Fixed javascript error related with style. Now it's compatible with IE8 and lower versions. 67 65 68 = 2.3 = 66 69 * Javascript improved to support wrong themes. ".sexy_login_widget" is no longer used as a handler, instead the plugin uses "#sexy-login-wrap". -
sexy-login/trunk/sexy-login-init.php
r701423 r703537 4 4 Plugin URI: http://wordpress.org/extend/plugins/sexy-login/ 5 5 Description: The sexiest login widget for Wordpress! 6 Version: 2. 36 Version: 2.4 7 7 Author: OptimalDevs 8 8 Author URI: http://optimaldevs.com/ -
sexy-login/trunk/sl-config.php
r701423 r703537 7 7 define( 'SL_LOGIN_ATTEMPTS_LAPSE', 10 ); 8 8 define( 'SL_LOSTPWD_TIME_LAPSE', 10 ); 9 define( 'SL_VERSION', '2. 3' );9 define( 'SL_VERSION', '2.4' ); 10 10 define( 'SL_PLUGIN_ROOT_URL', plugin_dir_url( __FILE__ ) ); 11 11
Note: See TracChangeset
for help on using the changeset viewer.