Plugin Directory

Changeset 3029041


Ignore:
Timestamp:
01/30/2024 05:53:14 PM (2 years ago)
Author:
sjlevy
Message:

Updating to 1.5.1

Location:
multisite-dashboard-switcher
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • multisite-dashboard-switcher/tags/1.5.1/multisite-dashboard-switcher.php

    r2563041 r3029041  
    11<?php
    22/*
    3     Plugin Name: Multisite Dashboard Switcher
    4     Description: Adds a menu to the admin bar for easy switching between multisite dashboards.
    5     Version: 1.5
    6     Author: Sam J Levy
    7 */
    8 ?><?php
    9 /*
    10     Copyright 2021  Sam J Levy  (email : sam@samjlevy.com)
     3 * Plugin Name:       Multisite Dashboard Switcher
     4 * Description:       Adds a menu to the admin bar for easy switching between multisite dashboards.
     5 * Version:           1.5.1
     6 * Author:            Sam J Levy
     7 * License:           GPL v3 or later
     8 * License URI:       https://www.gnu.org/licenses/
     9 */
    1110
    12     This program is free software; you can redistribute it and/or modify
    13     it under the terms of the GNU General Public License, version 2, as
    14     published by the Free Software Foundation.
    15 
    16     This program is distributed in the hope that it will be useful,
    17     but WITHOUT ANY WARRANTY; without even the implied warranty of
    18     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19     GNU General Public License for more details.
    20 
    21     You should have received a copy of the GNU General Public License
    22     along with this program; if not, write to the Free Software
    23     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    24 */
    25 ?><?php
    2611add_action('admin_bar_menu','msds',1000);
    2712add_action('network_admin_menu','msds_settings_menu');
  • multisite-dashboard-switcher/tags/1.5.1/readme.txt

    r2662012 r3029041  
    33Tags: multisite, switcher, switch, network
    44Requires at least: 3.2.1
    5 Tested up to: 5.9
    6 Stable tag: 1.5
     5Tested up to: 6.4.2
     6Stable tag: 1.5.1
    77
    88== Description ==
     
    1515
    1616== Changelog ==
     17
     18= 1.5.1 =
     19
     20January 29, 2024
     21
     22* Tested up to 6.4.2
     23* Updated GPL license
    1724
    1825= 1.5 =
  • multisite-dashboard-switcher/trunk/multisite-dashboard-switcher.php

    r2563041 r3029041  
    11<?php
    22/*
    3     Plugin Name: Multisite Dashboard Switcher
    4     Description: Adds a menu to the admin bar for easy switching between multisite dashboards.
    5     Version: 1.5
    6     Author: Sam J Levy
    7 */
    8 ?><?php
    9 /*
    10     Copyright 2021  Sam J Levy  (email : sam@samjlevy.com)
     3 * Plugin Name:       Multisite Dashboard Switcher
     4 * Description:       Adds a menu to the admin bar for easy switching between multisite dashboards.
     5 * Version:           1.5.1
     6 * Author:            Sam J Levy
     7 * License:           GPL v3 or later
     8 * License URI:       https://www.gnu.org/licenses/
     9 */
    1110
    12     This program is free software; you can redistribute it and/or modify
    13     it under the terms of the GNU General Public License, version 2, as
    14     published by the Free Software Foundation.
    15 
    16     This program is distributed in the hope that it will be useful,
    17     but WITHOUT ANY WARRANTY; without even the implied warranty of
    18     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19     GNU General Public License for more details.
    20 
    21     You should have received a copy of the GNU General Public License
    22     along with this program; if not, write to the Free Software
    23     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    24 */
    25 ?><?php
    2611add_action('admin_bar_menu','msds',1000);
    2712add_action('network_admin_menu','msds_settings_menu');
  • multisite-dashboard-switcher/trunk/readme.txt

    r2662012 r3029041  
    33Tags: multisite, switcher, switch, network
    44Requires at least: 3.2.1
    5 Tested up to: 5.9
    6 Stable tag: 1.5
     5Tested up to: 6.4.2
     6Stable tag: 1.5.1
    77
    88== Description ==
     
    1515
    1616== Changelog ==
     17
     18= 1.5.1 =
     19
     20January 29, 2024
     21
     22* Tested up to 6.4.2
     23* Updated GPL license
    1724
    1825= 1.5 =
Note: See TracChangeset for help on using the changeset viewer.