fix: Update date filtering in supplier row collection to use DateTimeImmutable and date_query

This commit is contained in:
2026-01-10 15:56:28 +00:00
parent 03fdf89442
commit 08551e0013
2 changed files with 14 additions and 12 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.3
* Version: 1.2.4
* 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.3' );
define( 'SITI_STOCK_PLUGIN_VERSION', '1.2.4' );
define( 'SITI_STOCK_PLUGIN_FILE', __FILE__ );
define( 'SITI_STOCK_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );