Plugin Directory

Changeset 2953182


Ignore:
Timestamp:
08/14/2023 10:27:26 AM (3 years ago)
Author:
ordersyncplugin
Message:

Update to version 1.3.5 from GitHub

Location:
order-sync-with-google-sheets-for-woocommerce
Files:
2 deleted
6 edited
1 copied

Legend:

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

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

    r2934914 r2953182  
    7272    CurrentSheet.getRange(Headers).setFontWeight("bold").setBackground(Color.primary).setFontColor(Color.white);
    7373    CurrentSheet.autoResizeColumns(1, osgsw_max_column());
    74     CurrentSheet.setColumnWidth(2, 250);
    75     CurrentSheet.setColumnWidths(6,osgsw_max_column()-1,150);
     74
    7675    var lastColumn = CurrentSheet.getLastColumn();
    7776  CurrentSheet.autoResizeColumn(lastColumn);
  • order-sync-with-google-sheets-for-woocommerce/tags/1.3.5/readme.txt

    r2934914 r2953182  
    33Tags: order sync, order management, woocommerce orders, order manager, ecommerce, woocommerce, inventory management, sales
    44Requires at least: 5.4
    5 Tested up to: 6.2
     5Tested up to: 6.3
    66Requires PHP: 5.6
    7 Stable tag: 1.3.4
     7Stable tag: 1.3.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    113113== Changelog ==
    114114
     115= 1.3.5 - 14 AUG 2023 =
     116* Improvement: Enhanced compatibility to support WordPress 6.3
     117
    115118= 1.3.4 - 5 JUL 2023 =
    116119* Fix: Orders syncing issue on websites using a higher version of SQL
  • order-sync-with-google-sheets-for-woocommerce/trunk/order-sync-with-google-sheets-for-woocommerce.php

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

    r2934914 r2953182  
    7272    CurrentSheet.getRange(Headers).setFontWeight("bold").setBackground(Color.primary).setFontColor(Color.white);
    7373    CurrentSheet.autoResizeColumns(1, osgsw_max_column());
    74     CurrentSheet.setColumnWidth(2, 250);
    75     CurrentSheet.setColumnWidths(6,osgsw_max_column()-1,150);
     74
    7675    var lastColumn = CurrentSheet.getLastColumn();
    7776  CurrentSheet.autoResizeColumn(lastColumn);
  • order-sync-with-google-sheets-for-woocommerce/trunk/readme.txt

    r2934914 r2953182  
    33Tags: order sync, order management, woocommerce orders, order manager, ecommerce, woocommerce, inventory management, sales
    44Requires at least: 5.4
    5 Tested up to: 6.2
     5Tested up to: 6.3
    66Requires PHP: 5.6
    7 Stable tag: 1.3.4
     7Stable tag: 1.3.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    113113== Changelog ==
    114114
     115= 1.3.5 - 14 AUG 2023 =
     116* Improvement: Enhanced compatibility to support WordPress 6.3
     117
    115118= 1.3.4 - 5 JUL 2023 =
    116119* Fix: Orders syncing issue on websites using a higher version of SQL
Note: See TracChangeset for help on using the changeset viewer.