Changeset 2589366
- Timestamp:
- 08/26/2021 05:03:06 PM (5 years ago)
- Location:
- wayfinder/trunk
- Files:
-
- 3 edited
-
css/editor-style.css (modified) (2 diffs)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wayfinder/trunk/css/editor-style.css
r2583885 r2589366 80 80 content: attr(data-title); 81 81 position: absolute; 82 bottom: 100% ;83 left: -1px ;84 right: auto ;85 top: auto ;82 bottom: 100% !important; 83 left: -1px !important; 84 right: auto !important; 85 top: auto !important; 86 86 font-size: 10px; 87 87 background: var(--wp-admin-theme-color); … … 104 104 content: attr(class); 105 105 position: absolute; 106 top: 100%; 107 right: -1px; 106 top: 100% !important; 107 right: -1px !important; 108 bottom: auto !important; 109 left: auto !important; 108 110 font-size: 10px; 109 111 background: var(--wp-admin-theme-color); -
wayfinder/trunk/index.php
r2583885 r2589366 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. 86 * Version: 1.0.9 7 7 * Author: THE MOLITOR 8 8 * Author URI: https://themolitor.com … … 10 10 */ 11 11 12 $wayfinder_version = '1.0. 8';12 $wayfinder_version = '1.0.9'; 13 13 14 14 -
wayfinder/trunk/readme.txt
r2583885 r2589366 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8 6 Stable tag: 1.0. 86 Stable tag: 1.0.9 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 52 52 == Changelog == 53 53 54 = 1.0.9 = 55 56 * Added support for third-party block plugins that had conflicting CSS. 57 54 58 = 1.0.8 = 55 59
Note: See TracChangeset
for help on using the changeset viewer.