Plugin Directory

Changeset 703537


Ignore:
Timestamp:
04/25/2013 03:57:11 PM (13 years ago)
Author:
OptimalDevs
Message:

2.4

  • Fixed javascript error related with style. Now it's compatible with IE8 and lower versions.
Location:
sexy-login
Files:
25 added
4 edited

Legend:

Unmodified
Added
Removed
  • sexy-login/trunk/js/sexy-login.js

    r701423 r703537  
    6464            color:      '#000',
    6565            border:     'none',
    66             backgroundColor:'none',
    6766            cursor:     'wait'
    6867        }
  • sexy-login/trunk/readme.txt

    r701423 r703537  
    55Requires at least: 3.0
    66Tested up to: 3.5.1
    7 Stable tag: 2.3
     7Stable tag: 2.4
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    6363== Changelog ==
    6464
     65= 2.4 =
     66* Fixed javascript error related with style. Now it's compatible with IE8 and lower versions.
     67
    6568= 2.3 =
    6669* 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  
    44Plugin URI: http://wordpress.org/extend/plugins/sexy-login/
    55Description: The sexiest login widget for Wordpress!
    6 Version: 2.3
     6Version: 2.4
    77Author: OptimalDevs
    88Author URI: http://optimaldevs.com/
  • sexy-login/trunk/sl-config.php

    r701423 r703537  
    77define( 'SL_LOGIN_ATTEMPTS_LAPSE', 10 );
    88define( 'SL_LOSTPWD_TIME_LAPSE', 10 );
    9 define( 'SL_VERSION', '2.3' );
     9define( 'SL_VERSION', '2.4' );
    1010define( 'SL_PLUGIN_ROOT_URL', plugin_dir_url( __FILE__ ) );
    1111
Note: See TracChangeset for help on using the changeset viewer.