Changeset 2994893
- Timestamp:
- 11/13/2023 05:36:06 AM (2 years ago)
- Location:
- show-current-width
- Files:
-
- 25 added
- 3 edited
-
tags/1.2.2/assets/show-current-width.min.css.map (added)
-
tags/1.2.2/screenshot-1.png (added)
-
tags/1.2.2/screenshot-2.png (added)
-
tags/1.2.2/screenshot-3.png (added)
-
tags/1.2.3 (added)
-
tags/1.2.3/LICENSE.txt (added)
-
tags/1.2.3/assets (added)
-
tags/1.2.3/assets/show-current-width.css (added)
-
tags/1.2.3/assets/show-current-width.css.map (added)
-
tags/1.2.3/assets/show-current-width.js (added)
-
tags/1.2.3/assets/show-current-width.min.css (added)
-
tags/1.2.3/assets/show-current-width.min.css.map (added)
-
tags/1.2.3/assets/show-current-width.min.js (added)
-
tags/1.2.3/assets/show-current-width.scss (added)
-
tags/1.2.3/class (added)
-
tags/1.2.3/class/class-showcurrentwidth-admin.php (added)
-
tags/1.2.3/class/class-showcurrentwidth-core.php (added)
-
tags/1.2.3/class/trait-singleton.php (added)
-
tags/1.2.3/readme.txt (added)
-
tags/1.2.3/screenshot-1.png (added)
-
tags/1.2.3/screenshot-2.png (added)
-
tags/1.2.3/screenshot-3.png (added)
-
tags/1.2.3/show-current-width.php (added)
-
tags/1.2.3/uninstall.php (added)
-
tags/1.2.3/w83-show-current-width.php (added)
-
trunk/class/class-showcurrentwidth-core.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/w83-show-current-width.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
show-current-width/trunk/class/class-showcurrentwidth-core.php
r2984168 r2994893 23 23 * Plugin constant. 24 24 */ 25 const PLUGIN_VERSION = '1.2. 2';25 const PLUGIN_VERSION = '1.2.3'; 26 26 const PLUGIN_PREFIX = 'show-current-width'; 27 27 const PLUGIN_PREFIX_DEPRECATED = 'w83-show-current-width'; … … 265 265 ); 266 266 } 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 ); 267 276 } 268 277 } -
show-current-width/trunk/readme.txt
r2984168 r2994893 4 4 Tags: admin,width,developement,design 5 5 Requires at least: 6.2 6 Tested up to: 6. 3.26 Tested up to: 6.4.1 7 7 Requires PHP: 7.4 8 Stable tag: 1.2. 28 Stable tag: 1.2.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 20 20 21 21 == Changelog == 22 23 = 1.2.3 - 2023-11-13 = 24 * Add: Setting link in adminbar. 25 * Tested up to WordPress 6.4.1. 22 26 23 27 = 1.2.2 - 2023-10-26 = -
show-current-width/trunk/w83-show-current-width.php
r2984168 r2994893 4 4 * Plugin URI: 5 5 * Description: This plugin shows a current screen width on WP adminbar. 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Requires at least: 6.0 8 * Tested up to: 6. 3.28 * Tested up to: 6.4.1 9 9 * Requires PHP: 7.4 10 10 * Author: web83info <[email protected]>
Note: See TracChangeset
for help on using the changeset viewer.