Plugin Directory

Changeset 885885


Ignore:
Timestamp:
04/01/2014 08:38:57 PM (12 years ago)
Author:
scweber
Message:

See Changelog, tagging 2.8.4

Location:
header-login
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • header-login/tags/2.8.4/headerlogin.php

    r876696 r885885  
    33 *
    44 * @package Header_Login
    5  * @version 2.8.3
     5 * @version 2.8.4
    66 */
    77/*
     
    1111This allows for a user to log into Access Manager and then be automatically logged into Wordpress, without having to navigate to the Admin Console.
    1212Author: Scott Weber and Matthew Ehle
    13 Version: 2.8.3
     13Version: 2.8.4
    1414Author URI: https://github.com/scweber
    1515*/
     
    219219                            <?php foreach($blogList as $blog) : ?>
    220220                                <tr valign="top">
    221                                     <td class="ms-blog-path"><label for="create-new-user<?php echo $blog->blog_id; ?>"><?php echo $blog->path; ?></label></td>
     221                                    <td class="ms-blog-path"><label for="create-new-user<?php echo $blog->blog_id; ?>"><?php echo $blog->domain; echo $blog->path; ?></label></td>
    222222                                    <td class="ms-blog-create-new-user">
    223223                                        <input type="radio" name="create-new-user<?php echo $blog->blog_id; ?>" id="create-new-user-true" value="1" onclick="toggleNewUserRole(this.value, <?php echo $blog->blog_id; ?>)" <?php echo $create_new_user_true[$blog->blog_id] ?> /> <label for="create-new-user<?php $blog->blog_id; ?>-true"><?php _e('Yes','header-login'); ?></label>
  • header-login/tags/2.8.4/readme.txt

    r878917 r885885  
    44Requires at least: 3.0
    55Tested up to: 3.8.1
    6 Stable tag: 2.8.3
     6Stable tag: 2.8.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838== Changelog ==
     39= 2.8.4 =
     40* **Bug Fixes**
     41  * Add Domain to Path in list of sites when on a MultiSite Install.  This fix is for Domain Based Multi-site installations.
     42
    3943= 2.8.3 =
    4044* **Enhancements**
  • header-login/trunk/headerlogin.php

    r876696 r885885  
    33 *
    44 * @package Header_Login
    5  * @version 2.8.3
     5 * @version 2.8.4
    66 */
    77/*
     
    1111This allows for a user to log into Access Manager and then be automatically logged into Wordpress, without having to navigate to the Admin Console.
    1212Author: Scott Weber and Matthew Ehle
    13 Version: 2.8.3
     13Version: 2.8.4
    1414Author URI: https://github.com/scweber
    1515*/
     
    219219                            <?php foreach($blogList as $blog) : ?>
    220220                                <tr valign="top">
    221                                     <td class="ms-blog-path"><label for="create-new-user<?php echo $blog->blog_id; ?>"><?php echo $blog->path; ?></label></td>
     221                                    <td class="ms-blog-path"><label for="create-new-user<?php echo $blog->blog_id; ?>"><?php echo $blog->domain; echo $blog->path; ?></label></td>
    222222                                    <td class="ms-blog-create-new-user">
    223223                                        <input type="radio" name="create-new-user<?php echo $blog->blog_id; ?>" id="create-new-user-true" value="1" onclick="toggleNewUserRole(this.value, <?php echo $blog->blog_id; ?>)" <?php echo $create_new_user_true[$blog->blog_id] ?> /> <label for="create-new-user<?php $blog->blog_id; ?>-true"><?php _e('Yes','header-login'); ?></label>
  • header-login/trunk/readme.txt

    r878917 r885885  
    44Requires at least: 3.0
    55Tested up to: 3.8.1
    6 Stable tag: 2.8.3
     6Stable tag: 2.8.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838== Changelog ==
     39= 2.8.4 =
     40* **Bug Fixes**
     41  * Add Domain to Path in list of sites when on a MultiSite Install.  This fix is for Domain Based Multi-site installations.
     42
    3943= 2.8.3 =
    4044* **Enhancements**
Note: See TracChangeset for help on using the changeset viewer.