Changeset 3392992
- Timestamp:
- 11/10/2025 01:57:09 PM (4 months ago)
- Location:
- easy-search-replace
- Files:
-
- 12 added
- 2 edited
-
tags/1.1.2 (added)
-
tags/1.1.2/assets (added)
-
tags/1.1.2/assets/admin.css (added)
-
tags/1.1.2/assets/admin.js (added)
-
tags/1.1.2/assets/select2.css (added)
-
tags/1.1.2/assets/select2.js (added)
-
tags/1.1.2/easy-search-replace.php (added)
-
tags/1.1.2/inc (added)
-
tags/1.1.2/inc/options.php (added)
-
tags/1.1.2/lib (added)
-
tags/1.1.2/lib/dom.php (added)
-
tags/1.1.2/readme.txt (added)
-
trunk/easy-search-replace.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-search-replace/trunk/easy-search-replace.php
r3392915 r3392992 3 3 * Plugin Name: Easy Search Replace 4 4 * Description: Easy Search Replace is a plugin that allows you to search and replace text within your WordPress. 5 * Version: 1.1. 15 * Version: 1.1.2 6 6 * Author: Uzair 7 7 * Author URI: https://easywpstuff.com … … 40 40 $current_post_id = is_singular() && isset( $post->ID ) ? $post->ID : null; 41 41 $current_type = is_singular() && isset( $post->post_type ) ? $post->post_type : null; 42 if ( is_home() && get_option( 'page_for_posts' ) ) { 43 $current_post_id = (int) get_option( 'page_for_posts' ); 44 $current_type = 'page'; 45 } 42 46 $current_url = home_url( add_query_arg( [], $_SERVER['REQUEST_URI'] ) ); 43 47 -
easy-search-replace/trunk/readme.txt
r3392912 r3392992 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.2 8 Stable tag: 1.1. 18 Stable tag: 1.1.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 107 107 108 108 == Changelog == 109 = 1.1.2 = 110 * bugs fixed 109 111 = 1.1.1 = 110 112 * Fixed advanced options bug … … 126 128 127 129 == Upgrade Notice == 128 **1.1. 1** – Fixed advanced options issue130 **1.1.2** – bugs fixed
Note: See TracChangeset
for help on using the changeset viewer.