Plugin Directory

Changeset 2600095


Ignore:
Timestamp:
09/16/2021 05:02:16 PM (5 years ago)
Author:
themolitor
Message:

1.1.1 - Fixed block spacing issue when Wayfinder elements disabled.

Location:
wayfinder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wayfinder/trunk/css/editor-style.css

    r2593334 r2600095  
    11/*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] {
    35    position: relative;
    46    outline: 1px dashed transparent;
     
    1517.wp-block.rich-text {
    1618    padding: 10px 13px;
    17 }
    18 
    19 /*BUTTONS*/
    20 .wp-block-button__link {
    21     background-color: #862633;
    22     border-radius: 0;
    2319}
    2420
  • wayfinder/trunk/index.php

    r2593334 r2600095  
    44 * Plugin URI: https://wordpress.org/plugins/wayfinder
    55 * Description: Easily select and identify nested blocks in the editor.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Author: THE MOLITOR
    88 * Author URI: https://themolitor.com
     
    1010*/
    1111
    12 $wayfinder_version = '1.1.0';
     12$wayfinder_version = '1.1.1';
    1313
    1414
  • wayfinder/trunk/readme.txt

    r2593334 r2600095  
    44Requires at least: 4.7
    55Tested up to: 5.8
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    5151
    5252== Changelog ==
     53
     54= 1.1.1 =
     55
     56* Fixed block spacing issue when Wayfinder elements disabled.
    5357
    5458= 1.1.0 =
Note: See TracChangeset for help on using the changeset viewer.