Changeset 3177382
- Timestamp:
- 10/28/2024 05:22:46 PM (17 months ago)
- Location:
- wayfinder
- Files:
-
- 1 added
- 2 edited
-
tags/1.2.0 (added)
-
trunk/index.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wayfinder/trunk/index.php
r3166088 r3177382 2 2 3 3 /* Plugin Name: Wayfinder 4 * Plugin URI: https:// wordpress.org/plugins/wayfinder4 * Plugin URI: https://themolitor.com/wayfinder 5 5 * Description: Easily select and identify nested blocks in the editor. 6 * Version: 1. 1.76 * Version: 1.2.0 7 7 * Author: THE MOLITOR 8 8 * Author URI: https://themolitor.com … … 12 12 */ 13 13 14 $wayfinder_version = '1. 1.7';14 $wayfinder_version = '1.2.0'; 15 15 16 16 … … 343 343 global $wayfinder_version; 344 344 wp_enqueue_style( 'wayfinder_css',plugin_dir_url( __FILE__ ).'css/editor-style.css', array(), $wayfinder_version); 345 wp_enqueue_script('wayfinder_toggle', plugin_dir_url(__FILE__) . 'js/wayfinder-toggle.js', array('wp-data'), $wayfinder_version, true); 345 346 } 346 347 add_action( 'admin_enqueue_scripts', 'enqueue_wayfinder' ); -
wayfinder/trunk/readme.txt
r3166101 r3177382 3 3 Tags: block, finder, helper, identifier, selector 4 4 Requires at least: 4.7 5 Tested up to: 6. 66 Stable tag: 1. 1.75 Tested up to: 6.7 6 Stable tag: 1.2.0 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 21 21 * View block outline on hover (optional) 22 22 * See spacer blocks outline at all times (optional) 23 * "Shift + Alt + W" to toggle Wayfinder on/off 23 24 24 25 = Links = … … 51 52 52 53 == Changelog == 54 55 = 1.2.0 = 56 57 * Added support for WordPress 6.7. 58 * Added short key support [Shift + Alt + W] to toggle Wayfinder on/off. 53 59 54 60 = 1.1.7 =
Note: See TracChangeset
for help on using the changeset viewer.