Plugin Directory

Changeset 2969731


Ignore:
Timestamp:
09/21/2023 12:45:19 PM (2 years ago)
Author:
ordersyncplugin
Message:

Update to version 1.3.6 from GitHub

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

Legend:

Unmodified
Added
Removed
  • order-sync-with-google-sheets-for-woocommerce/tags/1.3.6/order-sync-with-google-sheets-for-woocommerce.php

    r2953182 r2969731  
    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.3.5
     6 * Version: 1.3.6
    77 * Author: WC Order Sync
    88 * Author URI: https://wcordersync.com/
     
    2323 */
    2424define( 'OSGSW_FILE', __FILE__ );
    25 define( 'OSGSW_VERSION', '1.3.5' );
     25define( 'OSGSW_VERSION', '1.3.6' );
    2626
    2727/**
  • order-sync-with-google-sheets-for-woocommerce/tags/1.3.6/readme.txt

    r2953182 r2969731  
    55Tested up to: 6.3
    66Requires PHP: 5.6
    7 Stable tag: 1.3.5
     7Stable tag: 1.3.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    113113== Changelog ==
    114114
     115= 1.3.6 - 21 SEP 2023 =
     116* Improvement: Enhanced performance and fixed minor issues
     117
    115118= 1.3.5 - 14 AUG 2023 =
    116119* Improvement: Enhanced compatibility to support WordPress 6.3
  • order-sync-with-google-sheets-for-woocommerce/trunk/order-sync-with-google-sheets-for-woocommerce.php

    r2953182 r2969731  
    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.3.5
     6 * Version: 1.3.6
    77 * Author: WC Order Sync
    88 * Author URI: https://wcordersync.com/
     
    2323 */
    2424define( 'OSGSW_FILE', __FILE__ );
    25 define( 'OSGSW_VERSION', '1.3.5' );
     25define( 'OSGSW_VERSION', '1.3.6' );
    2626
    2727/**
  • order-sync-with-google-sheets-for-woocommerce/trunk/readme.txt

    r2953182 r2969731  
    55Tested up to: 6.3
    66Requires PHP: 5.6
    7 Stable tag: 1.3.5
     7Stable tag: 1.3.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    113113== Changelog ==
    114114
     115= 1.3.6 - 21 SEP 2023 =
     116* Improvement: Enhanced performance and fixed minor issues
     117
    115118= 1.3.5 - 14 AUG 2023 =
    116119* Improvement: Enhanced compatibility to support WordPress 6.3
Note: See TracChangeset for help on using the changeset viewer.