Changeset 2600095
- Timestamp:
- 09/16/2021 05:02:16 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
r2593334 r2600095 1 1 /*WP BLOCK*/ 2 *[data-title] { 2 .block-editor-page.wayfinder-outline *[data-title], 3 .block-editor-page.wayfinder-classes *[data-title], 4 .block-editor-page.wayfinder-title *[data-title] { 3 5 position: relative; 4 6 outline: 1px dashed transparent; … … 15 17 .wp-block.rich-text { 16 18 padding: 10px 13px; 17 }18 19 /*BUTTONS*/20 .wp-block-button__link {21 background-color: #862633;22 border-radius: 0;23 19 } 24 20 -
wayfinder/trunk/index.php
r2593334 r2600095 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. 06 * Version: 1.1.1 7 7 * Author: THE MOLITOR 8 8 * Author URI: https://themolitor.com … … 10 10 */ 11 11 12 $wayfinder_version = '1.1. 0';12 $wayfinder_version = '1.1.1'; 13 13 14 14 -
wayfinder/trunk/readme.txt
r2593334 r2600095 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 51 51 52 52 == Changelog == 53 54 = 1.1.1 = 55 56 * Fixed block spacing issue when Wayfinder elements disabled. 53 57 54 58 = 1.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.