Changeset 2600183
- Timestamp:
- 09/16/2021 07:44:01 PM (5 years ago)
- Location:
- wayfinder/trunk
- Files:
-
- 3 edited
-
css/editor-style.css (modified) (1 diff)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wayfinder/trunk/css/editor-style.css
r2600095 r2600183 10 10 11 11 /*COLUMN BLOCK*/ 12 .wp-block-column { 12 .block-editor-page.wayfinder-outline .wp-block-column, 13 .block-editor-page.wayfinder-classes .wp-block-column, 14 .block-editor-page.wayfinder-title .wp-block-column { 13 15 padding: 18px 8px; 14 16 } 15 17 16 18 /*RICH TEXT BLOCK*/ 17 .wp-block.rich-text { 19 .block-editor-page.wayfinder-outline .wp-block.rich-text, 20 .block-editor-page.wayfinder-classes .wp-block.rich-text, 21 .block-editor-page.wayfinder-title .wp-block.rich-text { 18 22 padding: 10px 13px; 19 23 } -
wayfinder/trunk/index.php
r2600095 r2600183 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. 16 * Version: 1.1.2 7 7 * Author: THE MOLITOR 8 8 * Author URI: https://themolitor.com … … 10 10 */ 11 11 12 $wayfinder_version = '1.1. 1';12 $wayfinder_version = '1.1.2'; 13 13 14 14 -
wayfinder/trunk/readme.txt
r2600095 r2600183 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 51 51 52 52 == Changelog == 53 54 = 1.1.2 = 55 56 * CSS improvements. 53 57 54 58 = 1.1.1 =
Note: See TracChangeset
for help on using the changeset viewer.