Changeset 3447470
- Timestamp:
- 01/27/2026 03:22:12 AM (6 weeks ago)
- Location:
- show-current-width
- Files:
-
- 18 added
- 3 edited
-
tags/1.2.10 (added)
-
tags/1.2.10/LICENSE.txt (added)
-
tags/1.2.10/assets (added)
-
tags/1.2.10/assets/show-current-width.css (added)
-
tags/1.2.10/assets/show-current-width.css.map (added)
-
tags/1.2.10/assets/show-current-width.js (added)
-
tags/1.2.10/assets/show-current-width.min.css (added)
-
tags/1.2.10/assets/show-current-width.min.css.map (added)
-
tags/1.2.10/assets/show-current-width.min.js (added)
-
tags/1.2.10/assets/show-current-width.scss (added)
-
tags/1.2.10/class (added)
-
tags/1.2.10/class/class-showcurrentwidth-admin.php (added)
-
tags/1.2.10/class/class-showcurrentwidth-core.php (added)
-
tags/1.2.10/class/trait-singleton.php (added)
-
tags/1.2.10/readme.txt (added)
-
tags/1.2.10/show-current-width.php (added)
-
tags/1.2.10/uninstall.php (added)
-
tags/1.2.10/w83-show-current-width.php (added)
-
trunk/class/class-showcurrentwidth-core.php (modified) (1 diff)
-
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
r3284687 r3447470 23 23 * Plugin constant. 24 24 */ 25 const PLUGIN_VERSION = '1.2. 9';25 const PLUGIN_VERSION = '1.2.10'; 26 26 const PLUGIN_PREFIX = 'show-current-width'; 27 27 const PLUGIN_PREFIX_DEPRECATED = 'w83-show-current-width'; -
show-current-width/trunk/readme.txt
r3284687 r3447470 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 1.2. 98 Stable tag: 1.2.10 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.10 - 2026-01-27 = 24 * Tested up to WordPress 6.9. 22 25 23 26 = 1.2.9 - 2025-04-30 = -
show-current-width/trunk/w83-show-current-width.php
r3284687 r3447470 12 12 * Plugin URI: 13 13 * Description: This plugin shows a current screen width on WP adminbar. 14 * Version: 1.2. 915 * Requires at least: 6. 016 * Tested up to: 6. 714 * Version: 1.2.10 15 * Requires at least: 6.2 16 * Tested up to: 6.9 17 17 * Requires PHP: 7.4 18 18 * Author: web83info <me@web83.info>
Note: See TracChangeset
for help on using the changeset viewer.