fix: Update version to 1.2.5 and correct supplier meta key in supplier exports

This commit is contained in:
2026-01-10 16:08:12 +00:00
parent 08551e0013
commit e7e757f0cd
2 changed files with 5 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.4
* Version: 1.2.5
* 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.4' );
define( 'SITI_STOCK_PLUGIN_VERSION', '1.2.5' );
define( 'SITI_STOCK_PLUGIN_FILE', __FILE__ );
define( 'SITI_STOCK_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );