Plugin Directory

Changeset 3297713


Ignore:
Timestamp:
05/21/2025 01:30:02 AM (7 months ago)
Author:
daisyplugins
Message:

v1.0.11

Location:
daisy-admin-bar
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • daisy-admin-bar/trunk/daisy-admin-bar.php

    r3291083 r3297713  
    44 * Plugin URI:          https://wordpress.org/plugins/daisy-admin-bar
    55 * Description:         Control visibility of the admin bar based on user roles.
    6  * Version:             1.0.10
     6 * Version:             1.0.11
    77 * Requires at least:   5.2
    88 * Requires PHP:        7.2
     
    153153                    <div class="daisy-admin-bar-info-item">
    154154                        <h3><span class="dashicons dashicons-admin-plugins"></span> <?php esc_html_e('Version', 'daisy-admin-bar'); ?></h3>
    155                         <p>1.0.10</p>
     155                        <p>1.0.11</p>
    156156                    </div>
    157157                    <div class="daisy-admin-bar-info-item">
     
    186186        plugins_url('assets/css/admin.css', __FILE__),
    187187        array(),
    188         '1.0.10'
     188        '1.0.11'
    189189    );
    190190   
     
    193193        plugins_url('assets/js/admin.js', __FILE__),
    194194        array('jquery'),
    195         '1.0.10',
     195        '1.0.11',
    196196        true
    197197    );
  • daisy-admin-bar/trunk/readme.txt

    r3291083 r3297713  
    44Requires at least: 5.2
    55Tested up to: 6.8
    6 Stable tag: 1.0.10
     6Stable tag: 1.0.11
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    4444== Changelog ==
    4545
     46= 1.0.11 - May 21, 2025 =
     47* routine maintenance
     48
    4649= 1.0.10 - May 11, 2025 =
    4750* routine maintenance
Note: See TracChangeset for help on using the changeset viewer.