Plugin Directory

Changeset 3220658


Ignore:
Timestamp:
01/11/2025 10:21:48 AM (11 months ago)
Author:
PerS
Message:

Update to version 1.8.1 from GitHub

Location:
super-admin-all-sites-menu
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • super-admin-all-sites-menu/tags/1.8.1/build/index.asset.php

    r3219157 r3220658  
    1 <?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => '8a8e912db6e7c0137fcb');
     1<?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => '1ebd4f27cd4018d342f4');
  • super-admin-all-sites-menu/tags/1.8.1/build/index.js

    r3219157 r3220658  
    11/*!
    22 * super-admin-all-sites-menu
    3  * version: 1.8.0
     3 * version: 1.8.1
    44 * address: https://github.com/soderlind/super-admin-all-sites-menu#readme
    55 * author:  Per Søderlind
  • super-admin-all-sites-menu/tags/1.8.1/readme.txt

    r3219157 r3220658  
    11=== Super Admin All Sites Menu ===
    2 Stable tag: 1.8.0
     2Stable tag: 1.8.1
    33Requires at least: 5.6 
    44Tested up to: 6.7 
     
    109109== Changelog ==
    110110
     111= 1.8.1 =
     112
     113* Remove duplicate code
     114
    111115= 1.8.0 =
    112116
  • super-admin-all-sites-menu/tags/1.8.1/super-admin-all-sites-menu.php

    r3219157 r3220658  
    1313 * GitHub Plugin URI: https://github.com/soderlind/super-admin-all-sites-menu
    1414 * Description: For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.
    15  * Version:     1.8.0
     15 * Version:     1.8.1
    1616 * Author:      Per Soderlind
    1717 * Network:     true
     
    9494            add_action( 'wp_enqueue_scripts', [ $this, 'action_enqueue_scripts' ] );
    9595        }
    96         add_action( 'wp_insert_site', [ $this, 'update_local_storage' ] );
    97         add_action( 'wp_update_site', [ $this, 'update_local_storage' ] );
    98         add_action( 'wp_delete_site', [ $this, 'update_local_storage' ] );
    99 
    100         add_action( 'update_option_blogname', [ $this, 'action_update_option_blogname' ], 10, 3 );
    101 
    102         add_action( 'activated_plugin', [ $this, 'plugin_update_local_storage' ], 10, 1 );
    103         add_action( 'deactivated_plugin', [ $this, 'plugin_update_local_storage' ], 10, 1 );
    10496
    10597        $this->number_of_sites = $this->get_number_of_sites();
  • super-admin-all-sites-menu/trunk/build/index.asset.php

    r3219157 r3220658  
    1 <?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => '8a8e912db6e7c0137fcb');
     1<?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n'), 'version' => '1ebd4f27cd4018d342f4');
  • super-admin-all-sites-menu/trunk/build/index.js

    r3219157 r3220658  
    11/*!
    22 * super-admin-all-sites-menu
    3  * version: 1.8.0
     3 * version: 1.8.1
    44 * address: https://github.com/soderlind/super-admin-all-sites-menu#readme
    55 * author:  Per Søderlind
  • super-admin-all-sites-menu/trunk/readme.txt

    r3219157 r3220658  
    11=== Super Admin All Sites Menu ===
    2 Stable tag: 1.8.0
     2Stable tag: 1.8.1
    33Requires at least: 5.6 
    44Tested up to: 6.7 
     
    109109== Changelog ==
    110110
     111= 1.8.1 =
     112
     113* Remove duplicate code
     114
    111115= 1.8.0 =
    112116
  • super-admin-all-sites-menu/trunk/super-admin-all-sites-menu.php

    r3219157 r3220658  
    1313 * GitHub Plugin URI: https://github.com/soderlind/super-admin-all-sites-menu
    1414 * Description: For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.
    15  * Version:     1.8.0
     15 * Version:     1.8.1
    1616 * Author:      Per Soderlind
    1717 * Network:     true
     
    9494            add_action( 'wp_enqueue_scripts', [ $this, 'action_enqueue_scripts' ] );
    9595        }
    96         add_action( 'wp_insert_site', [ $this, 'update_local_storage' ] );
    97         add_action( 'wp_update_site', [ $this, 'update_local_storage' ] );
    98         add_action( 'wp_delete_site', [ $this, 'update_local_storage' ] );
    99 
    100         add_action( 'update_option_blogname', [ $this, 'action_update_option_blogname' ], 10, 3 );
    101 
    102         add_action( 'activated_plugin', [ $this, 'plugin_update_local_storage' ], 10, 1 );
    103         add_action( 'deactivated_plugin', [ $this, 'plugin_update_local_storage' ], 10, 1 );
    10496
    10597        $this->number_of_sites = $this->get_number_of_sites();
Note: See TracChangeset for help on using the changeset viewer.