Changeset 2992891
- Timestamp:
- 11/09/2023 06:51:47 AM (2 years ago)
- Location:
- order-sync-with-google-sheets-for-woocommerce
- Files:
-
- 8 edited
- 1 copied
-
tags/1.4.2 (copied) (copied from order-sync-with-google-sheets-for-woocommerce/trunk)
-
tags/1.4.2/includes/classes/class-hooks.php (modified) (1 diff)
-
tags/1.4.2/includes/ordersync-sdk/osgs.png (modified) (previous)
-
tags/1.4.2/order-sync-with-google-sheets-for-woocommerce.php (modified) (2 diffs)
-
tags/1.4.2/readme.txt (modified) (2 diffs)
-
trunk/includes/classes/class-hooks.php (modified) (1 diff)
-
trunk/includes/ordersync-sdk/osgs.png (modified) (previous)
-
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.4.2/includes/classes/class-hooks.php
r2988045 r2992891 484 484 $osgs_plugin = wppool_plugin_init( 'order_sync_with_google_sheets_for_woocommerce', $default_image ); 485 485 $image = OSGSW_URL . '/includes/ordersync-sdk/osgs.png'; 486 $to = '2023-11- 05';487 $from = '2023-1 0-23';486 $to = '2023-11-27'; 487 $from = '2023-11-16'; 488 488 if( $osgs_plugin && is_object( $osgs_plugin ) && method_exists( $osgs_plugin, 'set_campaign' ) ) { 489 489 $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 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.4. 16 * Version: 1.4.2 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.4. 1' );25 define( 'OSGSW_VERSION', '1.4.2' ); 26 26 27 27 /** -
order-sync-with-google-sheets-for-woocommerce/tags/1.4.2/readme.txt
r2988045 r2992891 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. 35 Tested up to: 6.4 6 6 Requires PHP: 5.6 7 Stable tag: 1.4. 17 Stable tag: 1.4.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 118 118 119 119 == Changelog == 120 121 = 1.4.2 - 9 Nov 2023 = 122 * Improvement: Enhanced compatibility to support WordPress 6.4 123 120 124 = 1.4.1 - 2 Nov 2023 = 121 125 * 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 484 484 $osgs_plugin = wppool_plugin_init( 'order_sync_with_google_sheets_for_woocommerce', $default_image ); 485 485 $image = OSGSW_URL . '/includes/ordersync-sdk/osgs.png'; 486 $to = '2023-11- 05';487 $from = '2023-1 0-23';486 $to = '2023-11-27'; 487 $from = '2023-11-16'; 488 488 if( $osgs_plugin && is_object( $osgs_plugin ) && method_exists( $osgs_plugin, 'set_campaign' ) ) { 489 489 $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 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.4. 16 * Version: 1.4.2 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.4. 1' );25 define( 'OSGSW_VERSION', '1.4.2' ); 26 26 27 27 /** -
order-sync-with-google-sheets-for-woocommerce/trunk/readme.txt
r2988045 r2992891 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. 35 Tested up to: 6.4 6 6 Requires PHP: 5.6 7 Stable tag: 1.4. 17 Stable tag: 1.4.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 118 118 119 119 == Changelog == 120 121 = 1.4.2 - 9 Nov 2023 = 122 * Improvement: Enhanced compatibility to support WordPress 6.4 123 120 124 = 1.4.1 - 2 Nov 2023 = 121 125 * 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.