Plugin Directory

Changeset 3329668


Ignore:
Timestamp:
07/17/2025 12:01:42 PM (9 months ago)
Author:
scaleflex
Message:

Add example url for webhook

Location:
scaleflex-vxp-dam-dmo
Files:
57 added
3 edited

Legend:

Unmodified
Added
Removed
  • scaleflex-vxp-dam-dmo/trunk/README.txt

    r3320917 r3329668  
    55Tested up to: 6.8
    66Requires at least: 4.8
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.10
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    196196Fix bug sync asset
    197197
     198= 1.0.10 =
     199Add example url for webhook
     200
    198201== Upgrade Notice ==
    199202
  • scaleflex-vxp-dam-dmo/trunk/pages/part/dam-setting.php

    r3320917 r3329668  
    257257        <label class="SfxLabel-root">
    258258            <span class="SfxLabel-text"><b>Enable webhook for metadata and asset synchronization</b></span>
     259        </label>
     260        <label class="SfxLabel-root" style="margin-top: 10px">
     261            <span class="SfxLabel-text"><b>Example for webhook URL: <span style="color: #e33e3e">https://yourdomain.com/wp-json/sfxvxp/v1/webhook/listen-data</span></b></span>
    259262        </label>
    260263        <div class="SfxDescription">
  • scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp.php

    r3320917 r3329668  
    33 * Plugin Name: Scaleflex VXP - DAM, DMO
    44 * Description: Scaleflex VXP centralizes, manages, optimizes and accelerates your media assets such as images, videos and document in one single source of truth, improving team collaboration and brand consistency.
    5  * Version: 1.0.9
     5 * Version: 1.0.10
    66 * Author: Scaleflex
    77 * Author URI: https://www.scaleflex.com
     
    1818
    1919// Define plugin constants
    20 define('SFXVXP_VERSION', '1.0.9');
     20define('SFXVXP_VERSION', '1.0.10');
    2121define('SFXVXP_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2222define('SFXVXP_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.