Changeset 2953182
- Timestamp:
- 08/14/2023 10:27:26 AM (3 years ago)
- Location:
- order-sync-with-google-sheets-for-woocommerce
- Files:
-
- 2 deleted
- 6 edited
- 1 copied
-
tags/1.3.5 (copied) (copied from order-sync-with-google-sheets-for-woocommerce/trunk)
-
tags/1.3.5/order-sync-with-google-sheets-for-woocommerce.php (modified) (2 diffs)
-
tags/1.3.5/public/js/AppsScript.js (modified) (1 diff)
-
tags/1.3.5/readme.txt (modified) (2 diffs)
-
tags/1.3.5/src (deleted)
-
trunk/order-sync-with-google-sheets-for-woocommerce.php (modified) (2 diffs)
-
trunk/public/js/AppsScript.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src (deleted)
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 4 4 * Plugin URI: https://wcordersync.com/ 5 5 * 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. 46 * Version: 1.3.5 7 7 * Author: WC Order Sync 8 8 * Author URI: https://wcordersync.com/ … … 23 23 */ 24 24 define( 'OSGSW_FILE', __FILE__ ); 25 define( 'OSGSW_VERSION', '1.3. 4' );25 define( 'OSGSW_VERSION', '1.3.5' ); 26 26 27 27 /** -
order-sync-with-google-sheets-for-woocommerce/tags/1.3.5/public/js/AppsScript.js
r2934914 r2953182 72 72 CurrentSheet.getRange(Headers).setFontWeight("bold").setBackground(Color.primary).setFontColor(Color.white); 73 73 CurrentSheet.autoResizeColumns(1, osgsw_max_column()); 74 CurrentSheet.setColumnWidth(2, 250); 75 CurrentSheet.setColumnWidths(6,osgsw_max_column()-1,150); 74 76 75 var lastColumn = CurrentSheet.getLastColumn(); 77 76 CurrentSheet.autoResizeColumn(lastColumn); -
order-sync-with-google-sheets-for-woocommerce/tags/1.3.5/readme.txt
r2934914 r2953182 3 3 Tags: order sync, order management, woocommerce orders, order manager, ecommerce, woocommerce, inventory management, sales 4 4 Requires at least: 5.4 5 Tested up to: 6. 25 Tested up to: 6.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.3. 47 Stable tag: 1.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 113 113 == Changelog == 114 114 115 = 1.3.5 - 14 AUG 2023 = 116 * Improvement: Enhanced compatibility to support WordPress 6.3 117 115 118 = 1.3.4 - 5 JUL 2023 = 116 119 * 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 4 4 * Plugin URI: https://wcordersync.com/ 5 5 * 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. 46 * Version: 1.3.5 7 7 * Author: WC Order Sync 8 8 * Author URI: https://wcordersync.com/ … … 23 23 */ 24 24 define( 'OSGSW_FILE', __FILE__ ); 25 define( 'OSGSW_VERSION', '1.3. 4' );25 define( 'OSGSW_VERSION', '1.3.5' ); 26 26 27 27 /** -
order-sync-with-google-sheets-for-woocommerce/trunk/public/js/AppsScript.js
r2934914 r2953182 72 72 CurrentSheet.getRange(Headers).setFontWeight("bold").setBackground(Color.primary).setFontColor(Color.white); 73 73 CurrentSheet.autoResizeColumns(1, osgsw_max_column()); 74 CurrentSheet.setColumnWidth(2, 250); 75 CurrentSheet.setColumnWidths(6,osgsw_max_column()-1,150); 74 76 75 var lastColumn = CurrentSheet.getLastColumn(); 77 76 CurrentSheet.autoResizeColumn(lastColumn); -
order-sync-with-google-sheets-for-woocommerce/trunk/readme.txt
r2934914 r2953182 3 3 Tags: order sync, order management, woocommerce orders, order manager, ecommerce, woocommerce, inventory management, sales 4 4 Requires at least: 5.4 5 Tested up to: 6. 25 Tested up to: 6.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.3. 47 Stable tag: 1.3.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 113 113 == Changelog == 114 114 115 = 1.3.5 - 14 AUG 2023 = 116 * Improvement: Enhanced compatibility to support WordPress 6.3 117 115 118 = 1.3.4 - 5 JUL 2023 = 116 119 * Fix: Orders syncing issue on websites using a higher version of SQL
Note: See TracChangeset
for help on using the changeset viewer.