Plugin Directory

Changeset 2589366


Ignore:
Timestamp:
08/26/2021 05:03:06 PM (5 years ago)
Author:
themolitor
Message:

1.0.9 Added support for third-party block plugins that had conflicting CSS.

Location:
wayfinder/trunk
Files:
3 edited

Legend:

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

    r2583885 r2589366  
    8080    content: attr(data-title);
    8181    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;
    8686    font-size: 10px;
    8787    background: var(--wp-admin-theme-color);
     
    104104    content: attr(class);
    105105    position: absolute;
    106     top: 100%;
    107     right: -1px;
     106    top: 100% !important;
     107    right: -1px !important;
     108    bottom: auto !important;
     109    left: auto !important;
    108110    font-size: 10px;
    109111    background: var(--wp-admin-theme-color);
  • wayfinder/trunk/index.php

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

    r2583885 r2589366  
    44Requires at least: 4.7
    55Tested up to: 5.8
    6 Stable tag: 1.0.8
     6Stable tag: 1.0.9
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    5252== Changelog ==
    5353
     54= 1.0.9 =
     55
     56* Added support for third-party block plugins that had conflicting CSS.
     57
    5458= 1.0.8 =
    5559
Note: See TracChangeset for help on using the changeset viewer.