Plugin Directory

Changeset 3483320


Ignore:
Timestamp:
03/15/2026 09:55:24 PM (2 weeks ago)
Author:
mateuszflowsystems
Message:

Release 1.3.1

Location:
flowsystems-webhook-actions/trunk
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • flowsystems-webhook-actions/trunk/README.txt

    r3483307 r3483320  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    141141Tokens 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.
    142142
    143 Full REST API documentation: https://flowsystems.pl/webhook-wordpress-plugin-api/
     143Full REST API documentation: [REST API Reference](https://flowsystems.pl/webhook-wordpress-plugin-api/)
    144144
    145145= AI Agents and Programmatic Automation =
     
    270270
    271271== 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
    272276
    273277= 1.3.0 — 2026-03-15 =
  • flowsystems-webhook-actions/trunk/admin/dist/.vite/manifest.json

    r3483307 r3483320  
    11{
    22  "src/main.js": {
    3     "file": "assets/main-C1bVA2d5.js",
     3    "file": "assets/main-BBvkV09C.js",
    44    "name": "main",
    55    "src": "src/main.js",
  • flowsystems-webhook-actions/trunk/flowsystems-webhook-actions.php

    r3483307 r3483320  
    44 * Plugin URI: https://flowsystems.pl/wordpress-webhook-actions
    55 * Description: Trigger HTTP webhooks from WordPress actions (do_action). Easily connect WordPress with n8n, Zapier, Make, or custom workflows.
    6  * Version: 1.3.0
     6 * Version: 1.3.1
    77 * Author: Mateusz Skorupa
    88 * Author URI: https://flowsystems.pl
     
    1717defined('ABSPATH') || exit;
    1818
    19 define('FSWA_VERSION', '1.3.0');
     19define('FSWA_VERSION', '1.3.1');
    2020define('FSWA_FILE', __FILE__);
    2121
Note: See TracChangeset for help on using the changeset viewer.