Plugin Directory

Changeset 3086301

Timestamp:
05/14/2024 07:46:14 AM (2 months ago)
Author:
Marc4
Message:

v1.5

Location:
clear-internal-search-button
Files:
5 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • clear-internal-search-button/trunk/clear-internal-search-button.php

    r3086120 r3086301  
    44Plugin URI: https://wordpress.org/plugins/clear-internal-search-button/
    55Description: Clear Internal Search Button adds a button to clear the text of the internal search field for posts, pages, comments, users, media library, categories, tags, plugins and themes sections in the WordPress admin area.
    6 Version: 1.4
     6Version: 1.
    77Requires at least: 6.0
    88Tested up to: 6.5
     
    2626    ));
    2727
    28     wp_enqueue_style('clear-internal-search-button-css', plugin_dir_url(__FILE__) . 'styles.css');
     28    wp_enqueue_style('clear-internal-search-button-css', plugin_dir_url(__FILE__) . 'styles.css');
    2929}
    3030add_action('admin_enqueue_scripts', 'cisb_admin_enqueue_scripts');
  • clear-internal-search-button/trunk/readme.txt

    r3086120 r3086301  
    66Requires PHP: 7.0
    77Tested PHP: 8.3
    8 Stable tag: 1.4
     8Stable tag: 1.
    99License: GNU General Public License v2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2020== Installation ==
    2121
    22 1. Use the Add New Plugin in the WordPress Admin area
    23 2. Activate the plugin through the Plugins menu in WordPress
     221. Go to **Plugins > Add New Plugin**.
     232. Search for **Clear Internal Search Button**.
     243. Install and activate the **Clear Internal Search Button** plugin.
    2425
    2526== Changelog ==
    2627
    27 = [1.4] - 2024-13-05 =
     28= [1.-05 =
    2829
    29 * Security fixes
     30* Added version to `wp_enqueue_style`.
     31* Security fix
    3032
    3133= [1.3] - 2024-27-04 =
Note: See TracChangeset for help on using the changeset viewer.