Plugin Directory

Changeset 2992891


Ignore:
Timestamp:
11/09/2023 06:51:47 AM (2 years ago)
Author:
ordersyncplugin
Message:

Update to version 1.4.2 from GitHub

Location:
order-sync-with-google-sheets-for-woocommerce
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • order-sync-with-google-sheets-for-woocommerce/tags/1.4.2/includes/classes/class-hooks.php

    r2988045 r2992891  
    484484                $osgs_plugin = wppool_plugin_init( 'order_sync_with_google_sheets_for_woocommerce', $default_image );
    485485                $image = OSGSW_URL . '/includes/ordersync-sdk/osgs.png';
    486                 $to = '2023-11-05';
    487                 $from = '2023-10-23';
     486                $to = '2023-11-27';
     487                $from = '2023-11-16';
    488488                if( $osgs_plugin && is_object( $osgs_plugin ) && method_exists( $osgs_plugin, 'set_campaign' ) ) {
    489489                    $osgs_plugin->set_campaign($image, $to, $from );
  • order-sync-with-google-sheets-for-woocommerce/tags/1.4.2/order-sync-with-google-sheets-for-woocommerce.php

    r2988045 r2992891  
    44 * Plugin URI: https://wcordersync.com/
    55 * Description: Sync WooCommerce orders with Google Sheets. Perform WooCommerce order sync, e-commerce order management and sales order management from Google Sheets.
    6  * Version: 1.4.1
     6 * Version: 1.4.2
    77 * Author: WC Order Sync
    88 * Author URI: https://wcordersync.com/
     
    2323 */
    2424define( 'OSGSW_FILE', __FILE__ );
    25 define( 'OSGSW_VERSION', '1.4.1' );
     25define( 'OSGSW_VERSION', '1.4.2' );
    2626
    2727/**
  • order-sync-with-google-sheets-for-woocommerce/tags/1.4.2/readme.txt

    r2988045 r2992891  
    33Tags: order sync, order management, woocommerce orders, order manager, ecommerce, woocommerce, inventory management, sales
    44Requires at least: 5.4
    5 Tested up to: 6.3
     5Tested up to: 6.4
    66Requires PHP: 5.6
    7 Stable tag: 1.4.1
     7Stable tag: 1.4.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    118118
    119119== Changelog ==
     120
     121= 1.4.2 - 9 Nov 2023 =
     122* Improvement: Enhanced compatibility to support WordPress 6.4
     123
    120124= 1.4.1 - 2 Nov 2023 =
    121125* Fix: Fixed an issue that caused a fatal error when calling the set_campaign method on null due to a conflict between the SDK and some plugin
  • order-sync-with-google-sheets-for-woocommerce/trunk/includes/classes/class-hooks.php

    r2988045 r2992891  
    484484                $osgs_plugin = wppool_plugin_init( 'order_sync_with_google_sheets_for_woocommerce', $default_image );
    485485                $image = OSGSW_URL . '/includes/ordersync-sdk/osgs.png';
    486                 $to = '2023-11-05';
    487                 $from = '2023-10-23';
     486                $to = '2023-11-27';
     487                $from = '2023-11-16';
    488488                if( $osgs_plugin && is_object( $osgs_plugin ) && method_exists( $osgs_plugin, 'set_campaign' ) ) {
    489489                    $osgs_plugin->set_campaign($image, $to, $from );
  • order-sync-with-google-sheets-for-woocommerce/trunk/order-sync-with-google-sheets-for-woocommerce.php

    r2988045 r2992891  
    44 * Plugin URI: https://wcordersync.com/
    55 * Description: Sync WooCommerce orders with Google Sheets. Perform WooCommerce order sync, e-commerce order management and sales order management from Google Sheets.
    6  * Version: 1.4.1
     6 * Version: 1.4.2
    77 * Author: WC Order Sync
    88 * Author URI: https://wcordersync.com/
     
    2323 */
    2424define( 'OSGSW_FILE', __FILE__ );
    25 define( 'OSGSW_VERSION', '1.4.1' );
     25define( 'OSGSW_VERSION', '1.4.2' );
    2626
    2727/**
  • order-sync-with-google-sheets-for-woocommerce/trunk/readme.txt

    r2988045 r2992891  
    33Tags: order sync, order management, woocommerce orders, order manager, ecommerce, woocommerce, inventory management, sales
    44Requires at least: 5.4
    5 Tested up to: 6.3
     5Tested up to: 6.4
    66Requires PHP: 5.6
    7 Stable tag: 1.4.1
     7Stable tag: 1.4.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    118118
    119119== Changelog ==
     120
     121= 1.4.2 - 9 Nov 2023 =
     122* Improvement: Enhanced compatibility to support WordPress 6.4
     123
    120124= 1.4.1 - 2 Nov 2023 =
    121125* Fix: Fixed an issue that caused a fatal error when calling the set_campaign method on null due to a conflict between the SDK and some plugin
Note: See TracChangeset for help on using the changeset viewer.