Changeset 3352098
- Timestamp:
- 08/28/2025 02:54:36 PM (7 months ago)
- Location:
- magic-export-import/trunk
- Files:
-
- 3 edited
-
class-magic-ex-im-setup.php (modified) (1 diff)
-
includes/magic-ex-im-functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-export-import/trunk/class-magic-ex-im-setup.php
r3349173 r3352098 3 3 * Plugin Name: Magic Export & Import 4 4 * Description: The ultimate tool to migrate any content including posts, terms, users, comments, WooCommerce shop orders, menus and ACF Options pages. 5 * Version: 1.1. 15 * Version: 1.1.2 6 6 * Requires at least: 6.2 7 7 * Requires PHP: 7.4 -
magic-export-import/trunk/includes/magic-ex-im-functions.php
r3310897 r3352098 788 788 $old_uploads_path_escaped = preg_quote( $old_uploads_path, '/' ); 789 789 $new_content = preg_replace_callback( 790 '/(?:https?:\/\/[^\s"\'<> ]+|' . $old_uploads_path_escaped . '\/[^\s"\'<>]+)/i',790 '/(?:https?:\/\/[^\s"\'<>)]+|' . $old_uploads_path_escaped . '\/[^\s"\'<>)]+)/i', 791 791 function ( $matches ) use ( $old_uploads_path ) { 792 792 $old_url = $matches[0]; -
magic-export-import/trunk/readme.txt
r3349173 r3352098 4 4 Tags: export, import, content migration, csv, custom fields 5 5 Tested up to: 6.8 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPL v3 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.txt … … 79 79 == Changelog == 80 80 81 = 1.1.2 = 82 * Fixed wrong media URLs detection within background inline styles 83 81 84 = 1.1.1 = 82 85 * Polylang adapter fixes related to term parent and term translations
Note: See TracChangeset
for help on using the changeset viewer.