Plugin Directory

Changeset 3351972


Ignore:
Timestamp:
08/28/2025 11:55:09 AM (7 months ago)
Author:
scaleflex
Message:

Update documentation

Location:
scaleflex-vxp-dam-dmo
Files:
55 added
1 deleted
3 edited

Legend:

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

    r3351054 r3351972  
    55Tested up to: 6.8
    66Requires at least: 4.8
    7 Stable tag: 1.0.18
     7Stable tag: 1.0.19
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    227227* Fix bug remove the space in the image URL
    228228
     229= 1.0.19 =
     230* Update documentation
     231
    229232== Upgrade Notice ==
    230233
  • scaleflex-vxp-dam-dmo/trunk/pages/part/dam-setting.php

    r3351054 r3351972  
    322322        </label>
    323323        <label class="SfxLabel-root" style="margin-top: 10px">
    324             <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>
     324            <span class="SfxLabel-text"><b>Example for webhook URL: <span style="color: #e33e3e">https://yourdomain.com/wp-json/sfxvxp/dam/v1/webhook/listen-data</span></b></span>
    325325        </label>
    326326        <div class="SfxDescription">
  • scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp.php

    r3351054 r3351972  
    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.18
     5 * Version: 1.0.19
    66 * Author: Scaleflex
    77 * Author URI: https://www.scaleflex.com
     
    1818
    1919// Define plugin constants
    20 define('SFXVXP_VERSION', '1.0.18');
     20define('SFXVXP_VERSION', '1.0.19');
    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.