feat: Update plugin to version 1.2.8 and implement SitiWebUpdater2 with license management

This commit is contained in:
2026-02-01 16:16:26 +00:00
parent 22aee0fa64
commit 87c398a7bb
6 changed files with 720 additions and 326 deletions

View File

@@ -0,0 +1,24 @@
name: Build & Release Plugin
on:
workflow_dispatch:
inputs:
release_notes:
description: "Optionele release-opmerkingen"
required: false
push:
branches: [ main ]
paths:
- 'siti-stock-plugin.php'
- 'includes/**'
- 'assets/**'
jobs:
release:
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@c6393ed47258d6f040ceeed3994b17b7faa3ef23
with:
main_file: siti-stock-plugin.php
slug: siti-stock-plugin
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
secrets:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}