Plugin Directory

Changeset 3492980


Ignore:
Timestamp:
03/27/2026 08:56:58 PM (24 hours ago)
Author:
fernandot
Message:

Probado en wp 7

Location:
search-replace-text-blocks
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • search-replace-text-blocks/trunk/readme.txt

    r3428346 r3492980  
    33Tags: search, replace, gutenberg, blocks, editor
    44Requires at least: 6.0
    5 Tested up to: 6.9
     5Tested up to: 7.0
    66Requires PHP: 7.4
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 1.1.1 =
     92Tested up to WordPress 7.0
     93
    9194= 1.1.0 =
    9295* Added auto-focus on search field when opening the panel
  • search-replace-text-blocks/trunk/search-replace-text-blocks.php

    r3428346 r3492980  
    44 * Plugin URI: https://servicios.ayudawp.com
    55 * 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.0
     6 * Version: 1.1.1
    77 * Requires at least: 6.0
    88 * Requires PHP: 7.4
     
    2222
    2323// Plugin constants.
    24 define( 'SRTB_VERSION', '1.1.0' );
     24define( 'SRTB_VERSION', '1.1.1' );
    2525define( 'SRTB_PLUGIN_FILE', __FILE__ );
    2626define( 'SRTB_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.