Changeset 2824652
- Timestamp:
- 11/26/2022 06:04:36 PM (3 years ago)
- Location:
- wayfinder/trunk
- Files:
-
- 3 edited
-
css/editor-style.css (modified) (3 diffs)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wayfinder/trunk/css/editor-style.css
r2795730 r2824652 5 5 position: relative; 6 6 outline: 1px dashed transparent; 7 padding: 1 8px 15px;7 padding: 15px 12px; 8 8 overflow: visible !important; 9 9 } … … 23 23 } 24 24 25 /*UL BLOCK*/25 /*UL + OL BLOCK*/ 26 26 ul.wp-block:not(.block-list-appender), 27 27 ol.wp-block:not(.block-list-appender) { 28 28 list-style-position: inside; 29 29 } 30 ul.wp-block:not(.block-list-appender) li > div.block-editor-rich-text__editable, 31 ol.wp-block:not(.block-list-appender) li > div.block-editor-rich-text__editable { 32 width: calc(100% - 25px); 33 display: inline-block; 34 } 30 35 31 36 /*SEPARATOR*/ … … 117 122 display: inline-block; 118 123 width: auto; 119 height: 1 6px;124 height: 12px; 120 125 transform: unset; 121 126 font-weight: normal; -
wayfinder/trunk/index.php
r2795730 r2824652 4 4 * Plugin URI: https://wordpress.org/plugins/wayfinder 5 5 * Description: Easily select and identify nested blocks in the editor. 6 * Version: 1.1. 56 * Version: 1.1.6 7 7 * Author: THE MOLITOR 8 8 * Author URI: https://themolitor.com … … 10 10 */ 11 11 12 $wayfinder_version = '1.1. 5';12 $wayfinder_version = '1.1.6'; 13 13 14 14 -
wayfinder/trunk/readme.txt
r2795730 r2824652 3 3 Tags: block, finder, helper, identifier, selector 4 4 Requires at least: 4.7 5 Tested up to: 6. 06 Stable tag: 1.1. 55 Tested up to: 6.1 6 Stable tag: 1.1.6 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 51 51 52 52 == Changelog == 53 54 = 1.1.6 = 55 56 * Added support for WordPress 6.1. 57 * Fixed issue with list blocks in WP 6.1. 58 * Improved label design for block classes. 59 * Improved styling to have less impact on editor layout. 60 53 61 54 62 = 1.1.5 =
Note: See TracChangeset
for help on using the changeset viewer.