Changeset 3483320
- Timestamp:
- 03/15/2026 09:55:24 PM (2 weeks ago)
- Location:
- flowsystems-webhook-actions/trunk
- Files:
-
- 1 added
- 1 deleted
- 3 edited
-
README.txt (modified) (3 diffs)
-
admin/dist/.vite/manifest.json (modified) (1 diff)
-
admin/dist/assets/main-BBvkV09C.js (added)
-
admin/dist/assets/main-C1bVA2d5.js (deleted)
-
flowsystems-webhook-actions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flowsystems-webhook-actions/trunk/README.txt
r3483307 r3483320 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 141 141 Tokens can be set to expire and rotated at any time. Rotation issues a new secret immediately while preserving the token's name, scope, and settings. Token management always requires a WordPress admin login — tokens cannot be used to create or manage other tokens. 142 142 143 Full REST API documentation: https://flowsystems.pl/webhook-wordpress-plugin-api/143 Full REST API documentation: [REST API Reference](https://flowsystems.pl/webhook-wordpress-plugin-api/) 144 144 145 145 = AI Agents and Programmatic Automation = … … 270 270 271 271 == Changelog == 272 273 = 1.3.1 — 2026-03-15 = 274 - Fixed log details dialog showing error message from the first attempt instead of the most recent one 275 - Added [REST API Reference](https://flowsystems.pl/webhook-wordpress-plugin-api/) link to the plugin description 272 276 273 277 = 1.3.0 — 2026-03-15 = -
flowsystems-webhook-actions/trunk/admin/dist/.vite/manifest.json
r3483307 r3483320 1 1 { 2 2 "src/main.js": { 3 "file": "assets/main- C1bVA2d5.js",3 "file": "assets/main-BBvkV09C.js", 4 4 "name": "main", 5 5 "src": "src/main.js", -
flowsystems-webhook-actions/trunk/flowsystems-webhook-actions.php
r3483307 r3483320 4 4 * Plugin URI: https://flowsystems.pl/wordpress-webhook-actions 5 5 * Description: Trigger HTTP webhooks from WordPress actions (do_action). Easily connect WordPress with n8n, Zapier, Make, or custom workflows. 6 * Version: 1.3. 06 * Version: 1.3.1 7 7 * Author: Mateusz Skorupa 8 8 * Author URI: https://flowsystems.pl … … 17 17 defined('ABSPATH') || exit; 18 18 19 define('FSWA_VERSION', '1.3. 0');19 define('FSWA_VERSION', '1.3.1'); 20 20 define('FSWA_FILE', __FILE__); 21 21
Note: See TracChangeset
for help on using the changeset viewer.