Changeset 2969731
- Timestamp:
- 09/21/2023 12:45:19 PM (2 years ago)
- Location:
- order-sync-with-google-sheets-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.6 (copied) (copied from order-sync-with-google-sheets-for-woocommerce/trunk)
-
tags/1.3.6/order-sync-with-google-sheets-for-woocommerce.php (modified) (2 diffs)
-
tags/1.3.6/readme.txt (modified) (2 diffs)
-
trunk/order-sync-with-google-sheets-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
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 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. 56 * Version: 1.3.6 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. 5' );25 define( 'OSGSW_VERSION', '1.3.6' ); 26 26 27 27 /** -
order-sync-with-google-sheets-for-woocommerce/tags/1.3.6/readme.txt
r2953182 r2969731 5 5 Tested up to: 6.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.3. 57 Stable tag: 1.3.6 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.6 - 21 SEP 2023 = 116 * Improvement: Enhanced performance and fixed minor issues 117 115 118 = 1.3.5 - 14 AUG 2023 = 116 119 * 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 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. 56 * Version: 1.3.6 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. 5' );25 define( 'OSGSW_VERSION', '1.3.6' ); 26 26 27 27 /** -
order-sync-with-google-sheets-for-woocommerce/trunk/readme.txt
r2953182 r2969731 5 5 Tested up to: 6.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.3. 57 Stable tag: 1.3.6 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.6 - 21 SEP 2023 = 116 * Improvement: Enhanced performance and fixed minor issues 117 115 118 = 1.3.5 - 14 AUG 2023 = 116 119 * Improvement: Enhanced compatibility to support WordPress 6.3
Note: See TracChangeset
for help on using the changeset viewer.