Changeset 2578337
- Timestamp:
- 08/04/2021 07:38:44 PM (5 years ago)
- Location:
- wayfinder
- Files:
-
- 6 added
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/css (added)
-
tags/1.0.5/css/editor-style.css (added)
-
tags/1.0.5/index.php (added)
-
tags/1.0.5/readme.txt (added)
-
tags/1.0.5/wayfinder.pot (added)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wayfinder/trunk/index.php
r2578335 r2578337 4 4 * Plugin URI: https://wordpress.org/plugins/wayfinder 5 5 * Description: Easily select and identify nested blocks in the editor. 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: THE MOLITOR 8 8 * Author URI: https://themolitor.com … … 10 10 */ 11 11 12 $wayfinder_version = '1.0. 4';12 $wayfinder_version = '1.0.5'; 13 13 14 14 -
wayfinder/trunk/readme.txt
r2578331 r2578337 4 4 Requires at least: 4.7 5 5 Tested up to: 5.7 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 52 52 == Changelog == 53 53 54 = 1.0. 4=54 = 1.0.5 = 55 55 56 56 * Added per-user controls on profile page to override site-wide Wayfinder settings. 57 57 * Fixed bug in .css file. 58 58 * Update .pot file. 59 60 = 1.0.4 = 61 62 * Fixed bug in .css file. 59 63 60 64 = 1.0.3 =
Note: See TracChangeset
for help on using the changeset viewer.