Plugin Directory

Changeset 2578337


Ignore:
Timestamp:
08/04/2021 07:38:44 PM (5 years ago)
Author:
themolitor
Message:

1.0.5 -- individual user settings added + bug fixes.

Location:
wayfinder
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • wayfinder/trunk/index.php

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

    r2578331 r2578337  
    44Requires at least: 4.7
    55Tested up to: 5.7
    6 Stable tag: 1.0.4
     6Stable tag: 1.0.5
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    5252== Changelog ==
    5353
    54 = 1.0.4 =
     54= 1.0.5 =
    5555
    5656* Added per-user controls on profile page to override site-wide Wayfinder settings.
    5757* Fixed bug in .css file.
    5858* Update .pot file.
     59
     60= 1.0.4 =
     61
     62* Fixed bug in .css file.
    5963
    6064= 1.0.3 =
Note: See TracChangeset for help on using the changeset viewer.