From aab0d39ec8d5e2885d1fb357cfad6326324a0f7d Mon Sep 17 00:00:00 2001 From: Roberto Guagliardo Date: Sun, 1 Feb 2026 16:18:12 +0000 Subject: [PATCH] fix: Update plugin version to 1.2.8 in constant definition --- siti-stock-plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siti-stock-plugin.php b/siti-stock-plugin.php index 70ad091..658546a 100644 --- a/siti-stock-plugin.php +++ b/siti-stock-plugin.php @@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } -define( 'SITI_STOCK_PLUGIN_VERSION', '1.2.7' ); +define( 'SITI_STOCK_PLUGIN_VERSION', '1.2.8' ); define( 'SITI_STOCK_PLUGIN_FILE', __FILE__ ); define( 'SITI_STOCK_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );