Changeset 3329668
- Timestamp:
- 07/17/2025 12:01:42 PM (9 months ago)
- Location:
- scaleflex-vxp-dam-dmo
- Files:
-
- 57 added
- 3 edited
-
tags/1.0.10 (added)
-
tags/1.0.10/LICENSE.txt (added)
-
tags/1.0.10/README.txt (added)
-
tags/1.0.10/assets (added)
-
tags/1.0.10/assets/css (added)
-
tags/1.0.10/assets/css/dam-widget (added)
-
tags/1.0.10/assets/css/dam-widget/acf-fmaw.css (added)
-
tags/1.0.10/assets/css/dam-widget/core.css (added)
-
tags/1.0.10/assets/css/dam-widget/filerobot-widget.min.css (added)
-
tags/1.0.10/assets/css/dam-widget/flexboxgrid.min.css (added)
-
tags/1.0.10/assets/css/dam-widget/gutenberg-fmaw-only.css (added)
-
tags/1.0.10/assets/css/dam-widget/gutenberg-fmaw.css (added)
-
tags/1.0.10/assets/css/setting-page.css (added)
-
tags/1.0.10/assets/images (added)
-
tags/1.0.10/assets/images/android-chrome-192x192.png (added)
-
tags/1.0.10/assets/images/icon-256x256.png (added)
-
tags/1.0.10/assets/images/icon.png (added)
-
tags/1.0.10/assets/images/loading.gif (added)
-
tags/1.0.10/assets/img (added)
-
tags/1.0.10/assets/img/login-default-bg.webp (added)
-
tags/1.0.10/assets/js (added)
-
tags/1.0.10/assets/js/chart.umd.min.js (added)
-
tags/1.0.10/assets/js/cloudimage.js (added)
-
tags/1.0.10/assets/js/dam-widget (added)
-
tags/1.0.10/assets/js/dam-widget/core.js (added)
-
tags/1.0.10/assets/js/dam-widget/filerobot-enfold-theme.js (added)
-
tags/1.0.10/assets/js/dam-widget/filerobot-widget.min.js (added)
-
tags/1.0.10/assets/js/dam-widget/fmaw.js (added)
-
tags/1.0.10/assets/js/dam-widget/image_editor.js (added)
-
tags/1.0.10/assets/js/dam-widget/jquery.initialize.js (added)
-
tags/1.0.10/assets/js/dam-widget/sfxvxp-widget-page.js (added)
-
tags/1.0.10/assets/js/deactivate-popup.js (added)
-
tags/1.0.10/assets/js/js-cloudimage-responsive.min.js (added)
-
tags/1.0.10/assets/js/js-cloudimage-responsive.min.js.map (added)
-
tags/1.0.10/assets/js/lazysizes.js (added)
-
tags/1.0.10/assets/js/lazysizes.min.js (added)
-
tags/1.0.10/assets/js/report-chart.js (added)
-
tags/1.0.10/assets/js/scaleflex-vxp.js (added)
-
tags/1.0.10/assets/js/sfxvxp-main-page.js (added)
-
tags/1.0.10/assets/js/sfxvxp-settings-page.js (added)
-
tags/1.0.10/assets/js/sfxvxp-switch-page.js (added)
-
tags/1.0.10/function (added)
-
tags/1.0.10/function/register-action.php (added)
-
tags/1.0.10/function/register-filter.php (added)
-
tags/1.0.10/function/vxp-helper.php (added)
-
tags/1.0.10/pages (added)
-
tags/1.0.10/pages/part (added)
-
tags/1.0.10/pages/part/dam-setting.php (added)
-
tags/1.0.10/pages/part/dmo-setting.php (added)
-
tags/1.0.10/pages/sfxvxp_dam_widget_page.php (added)
-
tags/1.0.10/pages/sfxvxp_main_page.php (added)
-
tags/1.0.10/pages/sfxvxp_report_page.php (added)
-
tags/1.0.10/pages/sfxvxp_settings_page.php (added)
-
tags/1.0.10/pages/sfxvxp_switch_version_page.php (added)
-
tags/1.0.10/scaleflex-vxp-api.php (added)
-
tags/1.0.10/scaleflex-vxp-core.php (added)
-
tags/1.0.10/scaleflex-vxp.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/pages/part/dam-setting.php (modified) (1 diff)
-
trunk/scaleflex-vxp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scaleflex-vxp-dam-dmo/trunk/README.txt
r3320917 r3329668 5 5 Tested up to: 6.8 6 6 Requires at least: 4.8 7 Stable tag: 1.0. 97 Stable tag: 1.0.10 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 196 196 Fix bug sync asset 197 197 198 = 1.0.10 = 199 Add example url for webhook 200 198 201 == Upgrade Notice == 199 202 -
scaleflex-vxp-dam-dmo/trunk/pages/part/dam-setting.php
r3320917 r3329668 257 257 <label class="SfxLabel-root"> 258 258 <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> 259 262 </label> 260 263 <div class="SfxDescription"> -
scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp.php
r3320917 r3329668 3 3 * Plugin Name: Scaleflex VXP - DAM, DMO 4 4 * 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. 95 * Version: 1.0.10 6 6 * Author: Scaleflex 7 7 * Author URI: https://www.scaleflex.com … … 18 18 19 19 // Define plugin constants 20 define('SFXVXP_VERSION', '1.0. 9');20 define('SFXVXP_VERSION', '1.0.10'); 21 21 define('SFXVXP_PLUGIN_DIR', plugin_dir_path(__FILE__)); 22 22 define('SFXVXP_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.