Plugin Directory

Changeset 3121588


Ignore:
Timestamp:
07/18/2024 03:28:31 PM (21 months ago)
Author:
Bueltge
Message:

Update Trunk for new release.

Location:
multisite-enhancements/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • multisite-enhancements/trunk/multisite-enhancements.php

    r3100615 r3121588  
    44 * Description:  Enhance Multisite for Network Admins with different topics
    55 * Plugin URI:   https://github.com/bueltge/WordPress-Multisite-Enhancements
    6  * Version:      1.7.0
     6 * Version:      1.7.1
    77 * Author:       Frank Bültge
    88 * Author URI:   https://bueltge.de
  • multisite-enhancements/trunk/readme.txt

    r3101032 r3121588  
    33Tags: multisite, administration, admin bar, network,
    44Requires at least: 4.6
    5 Tested up to: 6.5.4
     5Tested up to: 6.6
    66Requires PHP: 7.2
    7 Stable tag: 1.7.0
     7Stable tag: 1.7.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9999
    100100== Changelog ==
     101= 1.7.1 (2024-07-18) =
     102* Fixing corrupt blog loop, [#81](https://github.com/bueltge/wordpress-multisite-enhancements/issues/81)
     103
    101104= 1.7.0 (2024-06-10) =
    102105* Fixing fatal error triggered by a missing slash, [#70](https://github.com/bueltge/wordpress-multisite-enhancements/pull/70). Probs @brasofilo
  • multisite-enhancements/trunk/src/class-admin-bar-tweaks.php

    r3100615 r3121588  
    4545                $comment_node = $wp_admin_bar->get_node( $menu_id );
    4646                if ( ! $comment_node ) {
     47                    restore_current_blog();
    4748                    continue;
    4849                }
Note: See TracChangeset for help on using the changeset viewer.