Login With Ajax - Version 2.0.2

Version Description

  • Fixed bad link to profile in default widget_in.php template
Download this release

Release Info

Developer netweblogic
Plugin Icon 128x128 Login With Ajax
Version 2.0.2
Comparing to
See all releases

Code changes from version 2.0.1 to 2.0.2

Files changed (3) hide show
  1. login-with-ajax.php +1 -1
  2. readme.txt +4 -1
  3. widget/widget_in.php +1 -1
login-with-ajax.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Login With Ajax
4
  Plugin URI: http://netweblogic.com/wordpress/plugins/login-with-ajax/
5
  Description: Ajax driven login widget. Customisable from within your template folder, and advanced settings from the admin area.
6
  Author: NetWebLogic
7
- Version: 2.0.1
8
  Author URI: http://netweblogic.com/
9
  Tags: Login, Ajax, Redirect, BuddyPress, MU, WPMU, sidebar, admin, widget
10
 
4
  Plugin URI: http://netweblogic.com/wordpress/plugins/login-with-ajax/
5
  Description: Ajax driven login widget. Customisable from within your template folder, and advanced settings from the admin area.
6
  Author: NetWebLogic
7
+ Version: 2.0.2
8
  Author URI: http://netweblogic.com/
9
  Tags: Login, Ajax, Redirect, BuddyPress, MU, WPMU, sidebar, admin, widget
10
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: netweblogic
3
  Tags: Login, Ajax, Redirect, BuddyPress, MU, WPMU, sidebar, admin, widget
4
  Requires at least: 2.7
5
  Tested up to: 2.8.5
6
- Stable tag: 2.0.1
7
 
8
  Add smooth ajax during login, avoid screen refreshes and choose where users get redirected to upon login/logout. Supports SSL, MU, and BuddyPress.
9
 
@@ -117,3 +117,6 @@ For further questions and answers (or to submit one yourself) go to our [http://
117
  = 2.0.1 =
118
  * Removed unnecessary locate_template call in admin class initialization.
119
  * Resynching SVN with trunk.
 
 
 
3
  Tags: Login, Ajax, Redirect, BuddyPress, MU, WPMU, sidebar, admin, widget
4
  Requires at least: 2.7
5
  Tested up to: 2.8.5
6
+ Stable tag: 2.0.2
7
 
8
  Add smooth ajax during login, avoid screen refreshes and choose where users get redirected to upon login/logout. Supports SSL, MU, and BuddyPress.
9
 
117
  = 2.0.1 =
118
  * Removed unnecessary locate_template call in admin class initialization.
119
  * Resynching SVN with trunk.
120
+
121
+ = 2.0.2 =
122
+ * Fixed bad link to profile in default widget_in.php template
widget/widget_in.php CHANGED
@@ -48,7 +48,7 @@
48
  <?php
49
  if( !empty($wpmu_version) ) {
50
  ?>
51
- <a href="<?php bloginfo('siteurl') ?>/wp_admin/">blog admin</a>
52
  <?php
53
  }
54
  ?>
48
  <?php
49
  if( !empty($wpmu_version) ) {
50
  ?>
51
+ <a href="<?php bloginfo('siteurl') ?>/wp-admin/">blog admin</a>
52
  <?php
53
  }
54
  ?>