Plugin Directory

Changeset 2579018


Ignore:
Timestamp:
08/05/2021 11:38:54 PM (5 years ago)
Author:
themolitor
Message:

1.0.7 - bug fixes

Location:
wayfinder
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • wayfinder/trunk/index.php

    r2579017 r2579018  
    44 * Plugin URI: https://wordpress.org/plugins/wayfinder
    55 * Description: Easily select and identify nested blocks in the editor.
    6  * Version: 1.0.6
     6 * Version: 1.0.7
    77 * Author: THE MOLITOR
    88 * Author URI: https://themolitor.com
     
    1010*/
    1111
    12 $wayfinder_version = '1.0.6';
     12$wayfinder_version = '1.0.7';
    1313
    1414
     
    183183    $user_spacer_outline = get_the_author_meta( 'userspaceroutline', $user->ID );
    184184
    185     echo '<br /><h3>Wayfinder Settings</h3>'.$user_block_type.
     185    echo '<br /><h3>Wayfinder Settings</h3>'.
    186186
    187187    '<table class="form-table">'.
  • wayfinder/trunk/readme.txt

    r2579017 r2579018  
    44Requires at least: 4.7
    55Tested up to: 5.7
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    5252== Changelog ==
    5353
     54= 1.0.7 =
     55
     56* Bug fixes.
     57
    5458= 1.0.6 =
    5559
Note: See TracChangeset for help on using the changeset viewer.