Plugin Directory

Changeset 2751377


Ignore:
Timestamp:
07/04/2022 04:53:00 AM (4 years ago)
Author:
ivankk
Message:

Released 0.54 multisite bugfix.

Location:
google-authenticator
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • google-authenticator/tags/0.54/google-authenticator.php

    r2434779 r2751377  
    709709        // Super admins and users with accounts on more than one site get the network name as the helpful name,
    710710        // everyone else gets the site that they're on
    711         if ( is_multisite() && ( 1 < count( get_blogs_of_user( $user_id )  || is_super_admin() ) ) ) {
     711        if ( is_multisite() && ( 1 < count( get_blogs_of_user( $user_id ) ) || is_super_admin() ) ) {
    712712            $GA_description = sanitize_text_field( get_blog_details( get_network()->id )->blogname );
    713713        } else {
  • google-authenticator/tags/0.54/readme.txt

    r2434779 r2751377  
    33Tags: authentication,otp,password,security,login,android,iphone,blackberry
    44Requires at least: 4.5
    5 Tested up to: 5.6
    6 Stable tag: 0.53
     5Tested up to: 6.0
     6Stable tag: 0.54
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282== Changelog ==
     83= 0.54 =
     84* Fixed a bug in multisite.
     85
    8386= 0.53 =
    8487* Add a Polish translation
     
    173176Thanks to:
    174177
     178[Oleksiy](https://profiles.wordpress.org/evinak/) for a bugfix in multisite.
     179
    175180[Paweł Nowacki](https://github.com/pancek) for the Polish translation
    176181
  • google-authenticator/trunk/google-authenticator.php

    r2434779 r2751377  
    709709        // Super admins and users with accounts on more than one site get the network name as the helpful name,
    710710        // everyone else gets the site that they're on
    711         if ( is_multisite() && ( 1 < count( get_blogs_of_user( $user_id )  || is_super_admin() ) ) ) {
     711        if ( is_multisite() && ( 1 < count( get_blogs_of_user( $user_id ) ) || is_super_admin() ) ) {
    712712            $GA_description = sanitize_text_field( get_blog_details( get_network()->id )->blogname );
    713713        } else {
  • google-authenticator/trunk/readme.txt

    r2434779 r2751377  
    33Tags: authentication,otp,password,security,login,android,iphone,blackberry
    44Requires at least: 4.5
    5 Tested up to: 5.6
    6 Stable tag: 0.53
     5Tested up to: 6.0
     6Stable tag: 0.54
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282== Changelog ==
     83= 0.54 =
     84* Fixed a bug in multisite.
     85
    8386= 0.53 =
    8487* Add a Polish translation
     
    173176Thanks to:
    174177
     178[Oleksiy](https://profiles.wordpress.org/evinak/) for a bugfix in multisite.
     179
    175180[Paweł Nowacki](https://github.com/pancek) for the Polish translation
    176181
Note: See TracChangeset for help on using the changeset viewer.