Changeset 2579018
- Timestamp:
- 08/05/2021 11:38:54 PM (5 years ago)
- Location:
- wayfinder
- Files:
-
- 6 added
- 2 edited
-
tags/1.0.7 (added)
-
tags/1.0.7/css (added)
-
tags/1.0.7/css/editor-style.css (added)
-
tags/1.0.7/index.php (added)
-
tags/1.0.7/readme.txt (added)
-
tags/1.0.7/wayfinder.pot (added)
-
trunk/index.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wayfinder/trunk/index.php
r2579017 r2579018 4 4 * Plugin URI: https://wordpress.org/plugins/wayfinder 5 5 * Description: Easily select and identify nested blocks in the editor. 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: THE MOLITOR 8 8 * Author URI: https://themolitor.com … … 10 10 */ 11 11 12 $wayfinder_version = '1.0. 6';12 $wayfinder_version = '1.0.7'; 13 13 14 14 … … 183 183 $user_spacer_outline = get_the_author_meta( 'userspaceroutline', $user->ID ); 184 184 185 echo '<br /><h3>Wayfinder Settings</h3>'. $user_block_type.185 echo '<br /><h3>Wayfinder Settings</h3>'. 186 186 187 187 '<table class="form-table">'. -
wayfinder/trunk/readme.txt
r2579017 r2579018 4 4 Requires at least: 4.7 5 5 Tested up to: 5.7 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 52 52 == Changelog == 53 53 54 = 1.0.7 = 55 56 * Bug fixes. 57 54 58 = 1.0.6 = 55 59
Note: See TracChangeset
for help on using the changeset viewer.