Changeset 787215
- Timestamp:
- 10/13/2013 03:11:31 PM (12 years ago)
- Location:
- wp-user-control/trunk
- Files:
-
- 3 edited
-
js/wp-user-control-widget.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp_uc_widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-user-control/trunk/js/wp-user-control-widget.js
r787065 r787215 41 41 jQuery( ".tab_content_login" ).hide(); 42 42 var activeTab = jQuery( this ).find( "a" ).attr( "href" ); 43 if ( jQuery.browser.msie ) {43 if ( navigator.appVersion.indexOf( "MSIE" ) !== -1 ) { 44 44 jQuery( activeTab ).show(); 45 45 } else { -
wp-user-control/trunk/readme.txt
r787205 r787215 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.6.1 7 Stable tag: 1.5. 27 Stable tag: 1.5.3 8 8 License: BSD New (3-Clause License) 9 9 License URI: http://directory.fsf.org/wiki/License:BSD_3Clause … … 76 76 77 77 == Changelog == 78 79 = 1.5.3 = 80 * Re-added jQuery v1.9 fix which was overwritten in prior release. 78 81 79 82 = 1.5.2 = -
wp-user-control/trunk/wp_uc_widget.php
r787065 r787215 5 5 Plugin Name: WP User Control 6 6 Plugin URI: http://palmspark.com/wordpress-user-control/ 7 Version: 1.5. 27 Version: 1.5.3 8 8 Author: Bill Edgar 9 9 Author URI: http://palmspark.com … … 41 41 42 42 // define constants 43 define( 'WP_USER_CONTROL_WIDGET_VERSION', '1.5. 2' );43 define( 'WP_USER_CONTROL_WIDGET_VERSION', '1.5.3' ); 44 44 define( 'WP_USER_CONTROL_WIDGET_BASE_URL', network_site_url() ); 45 45
Note: See TracChangeset
for help on using the changeset viewer.