Changeset 3436721 for easy-text-replace/trunk/easy-text-replace.php
- Timestamp:
- 01/10/2026 04:27:19 PM (3 months ago)
- File:
-
- 1 edited
-
easy-text-replace/trunk/easy-text-replace.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-text-replace/trunk/easy-text-replace.php
r3429459 r3436721 4 4 * Plugin URI: https://wordpress.org/plugins/easy-text-replace/ 5 5 * 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. 36 * Version: 1.0.4 7 7 * Author: SH Sajal Chowdhury 8 8 * Author URI: https://easywptools.com … … 21 21 } 22 22 23 define( 'ETRP_VERSION', '1.0. 2' );23 define( 'ETRP_VERSION', '1.0.4' ); 24 24 define( 'ETRP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'ETRP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.