Changeset 3492980
- Timestamp:
- 03/27/2026 08:56:58 PM (24 hours ago)
- Location:
- search-replace-text-blocks
- Files:
-
- 11 added
- 2 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/assets (added)
-
tags/1.1.1/assets/css (added)
-
tags/1.1.1/assets/css/editor.css (added)
-
tags/1.1.1/assets/js (added)
-
tags/1.1.1/assets/js/editor.js (added)
-
tags/1.1.1/includes (added)
-
tags/1.1.1/includes/enqueue.php (added)
-
tags/1.1.1/includes/notice.php (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/search-replace-text-blocks.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/search-replace-text-blocks.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
search-replace-text-blocks/trunk/readme.txt
r3428346 r3492980 3 3 Tags: search, replace, gutenberg, blocks, editor 4 4 Requires at least: 6.0 5 Tested up to: 6.95 Tested up to: 7.0 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 89 89 == Changelog == 90 90 91 = 1.1.1 = 92 Tested up to WordPress 7.0 93 91 94 = 1.1.0 = 92 95 * Added auto-focus on search field when opening the panel -
search-replace-text-blocks/trunk/search-replace-text-blocks.php
r3428346 r3492980 4 4 * Plugin URI: https://servicios.ayudawp.com 5 5 * Description: Search and replace text within Gutenberg text blocks. Access via Ctrl+Shift+H (Cmd+Shift+H on Mac) or the editor's three-dot menu. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.4 … … 22 22 23 23 // Plugin constants. 24 define( 'SRTB_VERSION', '1.1. 0' );24 define( 'SRTB_VERSION', '1.1.1' ); 25 25 define( 'SRTB_PLUGIN_FILE', __FILE__ ); 26 26 define( 'SRTB_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.