Plugin Directory

Changeset 3357438


Ignore:
Timestamp:
09/07/2025 02:24:36 PM (7 months ago)
Author:
kovalchik8
Message:

Shop orders are now allowed to be updated if not powered with HPOS.

Location:
magic-export-import
Files:
58 added
5 edited

Legend:

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

    r3354185 r3357438  
    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.3
     5 * Version: 1.1.4
    66 * Requires at least: 6.2
    77 * Requires PHP: 7.4
  • magic-export-import/trunk/includes/magic-types/class-magic-ex-im-type-posts.php

    r3349173 r3357438  
    554554
    555555    /**
    556      * {@inheritDoc}.
    557      */
    558     protected function allow_to_update_items() {
    559         return 'shop_order' !== $this->magic_item;
    560     }
    561 
    562     /**
    563556     * {@inheritDoc}
    564557     *
  • magic-export-import/trunk/readme.txt

    r3354185 r3357438  
    44Tags: export, import, content migration, csv, custom fields
    55Tested up to: 6.8
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.4
    77License: GPL v3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    7979== Changelog ==
    8080
     81= 1.1.4 =
     82* Shop orders are now allowed to be updated if not powered with HPOS.
     83
    8184= 1.1.3 =
    8285* Fixed Polylang adapter wrong key on get_terms (name instead of slug)
Note: See TracChangeset for help on using the changeset viewer.