Plugin Directory

Changeset 3352098


Ignore:
Timestamp:
08/28/2025 02:54:36 PM (7 months ago)
Author:
kovalchik8
Message:

Fix for the last commit

Location:
magic-export-import/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • magic-export-import/trunk/class-magic-ex-im-setup.php

    r3349173 r3352098  
    33 * Plugin Name: Magic Export & Import
    44 * 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.1
     5 * Version: 1.1.2
    66 * Requires at least: 6.2
    77 * Requires PHP: 7.4
  • magic-export-import/trunk/includes/magic-ex-im-functions.php

    r3310897 r3352098  
    788788    $old_uploads_path_escaped = preg_quote( $old_uploads_path, '/' );
    789789    $new_content              = preg_replace_callback(
    790         '/(?:https?:\/\/[^\s"\'<>]+|' . $old_uploads_path_escaped . '\/[^\s"\'<>]+)/i',
     790        '/(?:https?:\/\/[^\s"\'<>)]+|' . $old_uploads_path_escaped . '\/[^\s"\'<>)]+)/i',
    791791        function ( $matches ) use ( $old_uploads_path ) {
    792792            $old_url = $matches[0];
  • magic-export-import/trunk/readme.txt

    r3349173 r3352098  
    44Tags: export, import, content migration, csv, custom fields
    55Tested up to: 6.8
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: GPL v3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    7979== Changelog ==
    8080
     81= 1.1.2 =
     82* Fixed wrong media URLs detection within background inline styles
     83
    8184= 1.1.1 =
    8285* Polylang adapter fixes related to term parent and term translations
Note: See TracChangeset for help on using the changeset viewer.