Changeset 3297713
- Timestamp:
- 05/21/2025 01:30:02 AM (7 months ago)
- Location:
- daisy-admin-bar
- Files:
-
- 10 added
- 2 edited
-
tags/1.0.11 (added)
-
tags/1.0.11/LICENSE (added)
-
tags/1.0.11/assets (added)
-
tags/1.0.11/assets/css (added)
-
tags/1.0.11/assets/css/admin.css (added)
-
tags/1.0.11/assets/js (added)
-
tags/1.0.11/assets/js/admin.js (added)
-
tags/1.0.11/daisy-admin-bar.php (added)
-
tags/1.0.11/index.php (added)
-
tags/1.0.11/readme.txt (added)
-
trunk/daisy-admin-bar.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
daisy-admin-bar/trunk/daisy-admin-bar.php
r3291083 r3297713 4 4 * Plugin URI: https://wordpress.org/plugins/daisy-admin-bar 5 5 * Description: Control visibility of the admin bar based on user roles. 6 * Version: 1.0.1 06 * Version: 1.0.11 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 … … 153 153 <div class="daisy-admin-bar-info-item"> 154 154 <h3><span class="dashicons dashicons-admin-plugins"></span> <?php esc_html_e('Version', 'daisy-admin-bar'); ?></h3> 155 <p>1.0.1 0</p>155 <p>1.0.11</p> 156 156 </div> 157 157 <div class="daisy-admin-bar-info-item"> … … 186 186 plugins_url('assets/css/admin.css', __FILE__), 187 187 array(), 188 '1.0.1 0'188 '1.0.11' 189 189 ); 190 190 … … 193 193 plugins_url('assets/js/admin.js', __FILE__), 194 194 array('jquery'), 195 '1.0.1 0',195 '1.0.11', 196 196 true 197 197 ); -
daisy-admin-bar/trunk/readme.txt
r3291083 r3297713 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8 6 Stable tag: 1.0.1 06 Stable tag: 1.0.11 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later … … 44 44 == Changelog == 45 45 46 = 1.0.11 - May 21, 2025 = 47 * routine maintenance 48 46 49 = 1.0.10 - May 11, 2025 = 47 50 * routine maintenance
Note: See TracChangeset
for help on using the changeset viewer.