From 22aee0fa64a4c1e9b5b3a52ee7a0e6a317952133 Mon Sep 17 00:00:00 2001 From: Roberto Guagliardo Date: Sat, 10 Jan 2026 16:18:15 +0000 Subject: [PATCH] fix: Update version to 1.2.7 in plugin header and constant definition --- siti-stock-plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/siti-stock-plugin.php b/siti-stock-plugin.php index c3d2f2e..f306633 100644 --- a/siti-stock-plugin.php +++ b/siti-stock-plugin.php @@ -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.6 + * Version: 1.2.7 * 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.6' ); +define( 'SITI_STOCK_PLUGIN_VERSION', '1.2.7' ); define( 'SITI_STOCK_PLUGIN_FILE', __FILE__ ); define( 'SITI_STOCK_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );