Add Siti Delivery Time Notices plugin and related functionality
All checks were successful
Build & Release Plugin / release (push) Successful in 8s

- Create main plugin file with metadata and initialization logic.
- Implement SitiDeliveryTimeNotice class for managing delivery time settings.
- Add JavaScript for updating delivery time notices on product pages.
- Update GitHub Actions workflow to reflect new file structure.
- Remove deprecated master-file.php.
This commit is contained in:
2026-02-01 17:35:42 +00:00
parent 2be31ef74d
commit 67551a734c
4 changed files with 637 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ on:
push:
branches: [ main ]
paths:
- 'master-file.php'
- 'siti-delivery-time-notices.php'
- 'includes/**'
- 'assets/**'
- 'languages/**'
@@ -18,8 +18,8 @@ jobs:
release:
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@c6393ed47258d6f040ceeed3994b17b7faa3ef23
with:
main_file: master-file.php
slug: siti-plugin-template
main_file: siti-delivery-time-notices.php
slug: siti-delivery-time-notices
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
secrets:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}