Changeset 3192819
- Timestamp:
- 11/20/2024 07:10:10 AM (14 months ago)
- Location:
- show-current-width
- Files:
-
- 36 added
- 3 edited
-
tags/1.2.7 (added)
-
tags/1.2.7/LICENSE.txt (added)
-
tags/1.2.7/assets (added)
-
tags/1.2.7/assets/show-current-width.css (added)
-
tags/1.2.7/assets/show-current-width.css.map (added)
-
tags/1.2.7/assets/show-current-width.js (added)
-
tags/1.2.7/assets/show-current-width.min.css (added)
-
tags/1.2.7/assets/show-current-width.min.css.map (added)
-
tags/1.2.7/assets/show-current-width.min.js (added)
-
tags/1.2.7/assets/show-current-width.scss (added)
-
tags/1.2.7/class (added)
-
tags/1.2.7/class/class-showcurrentwidth-admin.php (added)
-
tags/1.2.7/class/class-showcurrentwidth-core.php (added)
-
tags/1.2.7/class/trait-singleton.php (added)
-
tags/1.2.7/readme.txt (added)
-
tags/1.2.7/show-current-width.php (added)
-
tags/1.2.7/uninstall.php (added)
-
tags/1.2.7/w83-show-current-width.php (added)
-
tags/1.2.8 (added)
-
tags/1.2.8/LICENSE.txt (added)
-
tags/1.2.8/assets (added)
-
tags/1.2.8/assets/show-current-width.css (added)
-
tags/1.2.8/assets/show-current-width.css.map (added)
-
tags/1.2.8/assets/show-current-width.js (added)
-
tags/1.2.8/assets/show-current-width.min.css (added)
-
tags/1.2.8/assets/show-current-width.min.css.map (added)
-
tags/1.2.8/assets/show-current-width.min.js (added)
-
tags/1.2.8/assets/show-current-width.scss (added)
-
tags/1.2.8/class (added)
-
tags/1.2.8/class/class-showcurrentwidth-admin.php (added)
-
tags/1.2.8/class/class-showcurrentwidth-core.php (added)
-
tags/1.2.8/class/trait-singleton.php (added)
-
tags/1.2.8/readme.txt (added)
-
tags/1.2.8/show-current-width.php (added)
-
tags/1.2.8/uninstall.php (added)
-
tags/1.2.8/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
r3086889 r3192819 23 23 * Plugin constant. 24 24 */ 25 const PLUGIN_VERSION = '1.2. 7';25 const PLUGIN_VERSION = '1.2.8'; 26 26 const PLUGIN_PREFIX = 'show-current-width'; 27 27 const PLUGIN_PREFIX_DEPRECATED = 'w83-show-current-width'; -
show-current-width/trunk/readme.txt
r3086889 r3192819 4 4 Tags: admin,width,developement,design 5 5 Requires at least: 6.2 6 Tested up to: 6. 5.36 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 1.2. 78 Stable tag: 1.2.8 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.8 - 2025-11-20 = 24 * Tested up to WordPress 6.7. 22 25 23 26 = 1.2.7 - 2025-05-15 = -
show-current-width/trunk/w83-show-current-width.php
r3086889 r3192819 12 12 * Plugin URI: 13 13 * Description: This plugin shows a current screen width on WP adminbar. 14 * Version: 1.2. 714 * Version: 1.2.8 15 15 * Requires at least: 6.0 16 * Tested up to: 6. 5.316 * Tested up to: 6.7 17 17 * Requires PHP: 7.4 18 18 * Author: web83info <[email protected]>
Note: See TracChangeset
for help on using the changeset viewer.