Plugin Directory


Ignore:
Timestamp:
01/10/2026 04:27:19 PM (3 months ago)
Author:
shsajalchowdhury
Message:

Update to version 1.0.4 from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • easy-text-replace/trunk/easy-text-replace.php

    r3429459 r3436721  
    44 * Plugin URI: https://wordpress.org/plugins/easy-text-replace/
    55 * Description: Lightweight WordPress string replacement plugin that allows administrators to replace strings from themes, plugins, and WordPress core with minimal performance impact.
    6  * Version: 1.0.3
     6 * Version: 1.0.4
    77 * Author: SH Sajal Chowdhury
    88 * Author URI: https://easywptools.com
     
    2121}
    2222
    23 define( 'ETRP_VERSION', '1.0.2' );
     23define( 'ETRP_VERSION', '1.0.4' );
    2424define( 'ETRP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'ETRP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.