feat: Add supplier exports functionality with scheduling and admin management

This commit is contained in:
2026-01-10 15:19:24 +00:00
parent d8146457ea
commit ee43e18b25
5 changed files with 818 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
* Plugin Name: Siti Stock Plugin
* Plugin URI: https://github.com/SitiWeb/siti-stock-plugin
* Description: Synchroniseert WooCommerce voorraad met het externe Siti voorraadplatform.
* Version: 1.2.1
* Version: 1.2.2
* Author: Siti Web
* Author URI: https://www.siti.nl
* Requires PHP: 8.1
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) {
exit;
}
define( 'SITI_STOCK_PLUGIN_VERSION', '1.2.0' );
define( 'SITI_STOCK_PLUGIN_VERSION', '1.2.2' );
define( 'SITI_STOCK_PLUGIN_FILE', __FILE__ );
define( 'SITI_STOCK_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );