Changeset 3258358
- Timestamp:
- 03/19/2025 09:34:36 AM (12 months ago)
- Location:
- extendago-wp-connection/trunk
- Files:
-
- 3 edited
-
extendago-wp-connection.php (modified) (1 diff)
-
includes/cronjob/class-extendago-cronjob-functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extendago-wp-connection/trunk/extendago-wp-connection.php
r3257883 r3258358 4 4 Plugin URI: https://extendago-connect.com/ 5 5 Description: The Wordpress plugin for connecting Woocommerce with Extenda GO / Wallmob. You can manage your products inside Extenda GO or make your webshop as leading foor product manangement. You Stock changes will be two-way binding. 6 Version: 1.6. 26 Version: 1.6.3 7 7 Requires Plugins: woocommerce 8 8 Author: Arture B.V. -
extendago-wp-connection/trunk/includes/cronjob/class-extendago-cronjob-functions.php
r3257883 r3258358 700 700 if( (isset($processing_export_time) && $processing_export_time >= $past_minute) ){ 701 701 $this->logging->log_file_write( 'Product cronjob | Processing export files already running' ); 702 //return;702 return; 703 703 } 704 704 -
extendago-wp-connection/trunk/readme.txt
r3257883 r3258358 5 5 Requires at least: 6.0 6 6 Tested up to: 6.7.1 7 Stable tag: 1.6. 27 Stable tag: 1.6.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 31 31 == Changelog = 32 32 33 = 1.6.3 = 34 * Minor bugfix inside export processing runs 35 33 36 = 1.6.2 = 34 37 * New status icons foreach cronjob
Note: See TracChangeset
for help on using the changeset viewer.