Plugin Directory

Changeset 2994893


Ignore:
Timestamp:
11/13/2023 05:36:06 AM (2 years ago)
Author:
web83info
Message:

Add: Setting link in adminbar.
Tested up to WordPress 6.4.1.

Location:
show-current-width
Files:
25 added
3 edited

Legend:

Unmodified
Added
Removed
  • show-current-width/trunk/class/class-showcurrentwidth-core.php

    r2984168 r2994893  
    2323     * Plugin constant.
    2424     */
    25     const PLUGIN_VERSION           = '1.2.2';
     25    const PLUGIN_VERSION           = '1.2.3';
    2626    const PLUGIN_PREFIX            = 'show-current-width';
    2727    const PLUGIN_PREFIX_DEPRECATED = 'w83-show-current-width';
     
    265265            );
    266266        }
     267        $wp_admin_bar->add_node(
     268            array(
     269                'id'     => self::PLUGIN_PREFIX . '-link-setting',
     270                'class'  => 'menupop',
     271                'title'  => __( 'Open settings page', 'show-current-width' ),
     272                'parent' => self::PLUGIN_PREFIX,
     273                'href'   => admin_url( 'options-general.php?page=' . self::PLUGIN_PREFIX ),
     274            )
     275        );
    267276    }
    268277}
  • show-current-width/trunk/readme.txt

    r2984168 r2994893  
    44Tags: admin,width,developement,design
    55Requires at least: 6.2
    6 Tested up to: 6.3.2
     6Tested up to: 6.4.1
    77Requires PHP: 7.4
    8 Stable tag: 1.2.2
     8Stable tag: 1.2.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2020
    2121== Changelog ==
     22
     23= 1.2.3 - 2023-11-13 =
     24* Add: Setting link  in adminbar.
     25* Tested up to WordPress 6.4.1.
    2226
    2327= 1.2.2 - 2023-10-26 =
  • show-current-width/trunk/w83-show-current-width.php

    r2984168 r2994893  
    44 * Plugin URI:
    55 * Description:         This plugin shows a current screen width on WP adminbar.
    6  * Version:             1.2.2
     6 * Version:             1.2.3
    77 * Requires at least:   6.0
    8  * Tested up to:        6.3.2
     8 * Tested up to:        6.4.1
    99 * Requires PHP:        7.4
    1010 * Author:              web83info <[email protected]>
Note: See TracChangeset for help on using the changeset viewer.