Plugin Directory

Changeset 3449944


Ignore:
Timestamp:
01/29/2026 07:22:09 PM (2 days ago)
Author:
icopydoc
Message:

v0.8.1

Location:
import-products-to-ozon
Files:
88 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • import-products-to-ozon/trunk/classes/system/class-ip2oz-debug-page.php

    r3425582 r3449944  
    99 * @since           0.1.0
    1010 *
    11  * @version         0.1.0 (02-03-2023)
     11 * @version         0.8.1 (29-01-2026)
    1212 * @author          Maxim Glazunov
    1313 * @link            https://icopydoc.ru/
     
    300300        $conflict_with_plugins = 0;
    301301        $conflict_with_plugins_list = '';
    302         $check_global_attr_count = wc_get_attribute_taxonomies();
    303         if ( count( $check_global_attr_count ) < 1 ) {
    304             $possible_problems_count++;
    305             $possible_problems .= '<li>' . __( 'Your site has no global attributes! This may affect the quality of the import to ok.ru. This can also cause difficulties when setting up the plugin', 'import-products-to-ozon' ) . '. <a href="https://icopydoc.ru/globalnyj-i-lokalnyj-atributy-v-woocommerce/?utm_source=import-products-to-ozon&utm_medium=organic&utm_campaign=in-plugin-import-products-to-ozon&utm_content=debug-page&utm_term=possible-problems">' . __( 'Please read the recommendations', 'import-products-to-ozon' ) . '</a>.</li>';
    306         }
    307302        if ( is_plugin_active( 'snow-storm/snow-storm.php' ) ) {
    308303            $possible_problems_count++;
  • import-products-to-ozon/trunk/import-products-to-ozon.php

    r3425582 r3449944  
    1818 * Plugin URI:              https://icopydoc.ru/category/documentation/import-products-to-ozon/
    1919 * Description:             Plugin for importing products from WooCommerce to OZON. Helps to increase sales.
    20  * Version:                 0.8.0
     20 * Version:                 0.8.1
    2121 * Requires at least:       5.0
    2222 * Requires PHP:            7.4.0
     
    9797
    9898// Define constants
    99 define( 'IP2OZ_PLUGIN_VERSION', '0.8.0' );
     99define( 'IP2OZ_PLUGIN_VERSION', '0.8.1' );
    100100
    101101$upload_dir = wp_get_upload_dir();
  • import-products-to-ozon/trunk/packages.php

    r3374609 r3449944  
    99
    1010require_once IP2OZ_PLUGIN_DIR_PATH . 'classes/system/class-ip2oz.php';
    11 require_once IP2OZ_PLUGIN_DIR_PATH . 'classes/system/class-ip2oz-data-arr.php';
     11require_once IP2OZ_PLUGIN_DIR_PATH . 'includes/class-ip2oz-data.php';
    1212require_once IP2OZ_PLUGIN_DIR_PATH . 'classes/system/class-ip2oz-debug-page.php';
    1313require_once IP2OZ_PLUGIN_DIR_PATH . 'classes/system/class-ip2oz-error-log.php';
  • import-products-to-ozon/trunk/readme.txt

    r3425582 r3449944  
    55Requires at least: 5.0
    66Tested up to: 6.9
    7 Stable tag: 0.8.0
     7Stable tag: 0.8.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838== Changelog ==
     39
     40= 0.8.1 =
     41*Release Date 29-01-2026*
     42
     43* Added support VAT 22%.
    3944
    4045= 0.8.0 =
     
    9499== Upgrade Notice ==
    95100
    96 = 0.8.0 =
    97 *Release Date 21-12-2025*
     101= 0.8.1 =
     102*Release Date 29-01-2026*
    98103
    99 * Improved work with WP-Cron.
     104* Added support VAT 22%.
Note: See TracChangeset for help on using the changeset viewer.