From de870213396c9255c732142ca43b8d4d62ce8264 Mon Sep 17 00:00:00 2001 From: Roberto Guagliardo Date: Sat, 10 Jan 2026 15:30:48 +0000 Subject: [PATCH] chore: Update plugin version to 1.2.3 and add master branch to release workflow --- .github/workflows/release.yml | 1 + siti-stock-plugin.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8890e42..b6358dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ on: push: branches: - main + - master paths: - 'siti-stock-plugin.php' - 'includes/**' diff --git a/siti-stock-plugin.php b/siti-stock-plugin.php index f74e718..7465f0d 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.2 + * Version: 1.2.3 * 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.2' ); +define( 'SITI_STOCK_PLUGIN_VERSION', '1.2.3' ); define( 'SITI_STOCK_PLUGIN_FILE', __FILE__ ); define( 'SITI_STOCK_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );