Changeset 3355530
- Timestamp:
- 09/03/2025 03:24:32 PM (7 months ago)
- Location:
- scaleflex-vxp-dam-dmo
- Files:
-
- 59 added
- 4 edited
-
tags/1.0.20 (added)
-
tags/1.0.20/LICENSE.txt (added)
-
tags/1.0.20/README.txt (added)
-
tags/1.0.20/assets (added)
-
tags/1.0.20/assets/css (added)
-
tags/1.0.20/assets/css/dam-widget (added)
-
tags/1.0.20/assets/css/dam-widget/acf-fmaw.css (added)
-
tags/1.0.20/assets/css/dam-widget/core.css (added)
-
tags/1.0.20/assets/css/dam-widget/filerobot-widget.min.css (added)
-
tags/1.0.20/assets/css/dam-widget/flexboxgrid.min.css (added)
-
tags/1.0.20/assets/css/dam-widget/gutenberg-fmaw-only.css (added)
-
tags/1.0.20/assets/css/dam-widget/gutenberg-fmaw.css (added)
-
tags/1.0.20/assets/css/dam-widget/scaleflex-widget.min.css (added)
-
tags/1.0.20/assets/css/setting-page.css (added)
-
tags/1.0.20/assets/images (added)
-
tags/1.0.20/assets/images/android-chrome-192x192.png (added)
-
tags/1.0.20/assets/images/icon-256x256.png (added)
-
tags/1.0.20/assets/images/icon.png (added)
-
tags/1.0.20/assets/images/loading.gif (added)
-
tags/1.0.20/assets/img (added)
-
tags/1.0.20/assets/img/login-default-bg.webp (added)
-
tags/1.0.20/assets/js (added)
-
tags/1.0.20/assets/js/chart.umd.min.js (added)
-
tags/1.0.20/assets/js/cloudimage.js (added)
-
tags/1.0.20/assets/js/dam-widget (added)
-
tags/1.0.20/assets/js/dam-widget/filerobot-widget.min.js (added)
-
tags/1.0.20/assets/js/dam-widget/fmaw.js (added)
-
tags/1.0.20/assets/js/dam-widget/image_editor.js (added)
-
tags/1.0.20/assets/js/dam-widget/jquery.initialize.js (added)
-
tags/1.0.20/assets/js/dam-widget/scaleflex-widget.min.js (added)
-
tags/1.0.20/assets/js/dam-widget/sfxvxp-widget-page.js (added)
-
tags/1.0.20/assets/js/deactivate-popup.js (added)
-
tags/1.0.20/assets/js/js-cloudimage-responsive.min.js (added)
-
tags/1.0.20/assets/js/js-cloudimage-responsive.min.js.map (added)
-
tags/1.0.20/assets/js/lazysizes.js (added)
-
tags/1.0.20/assets/js/lazysizes.min.js (added)
-
tags/1.0.20/assets/js/report-chart.js (added)
-
tags/1.0.20/assets/js/scaleflex-vxp.js (added)
-
tags/1.0.20/assets/js/sfxvxp-main-page.js (added)
-
tags/1.0.20/assets/js/sfxvxp-settings-page.js (added)
-
tags/1.0.20/assets/js/sfxvxp-switch-page.js (added)
-
tags/1.0.20/function (added)
-
tags/1.0.20/function/register-action.php (added)
-
tags/1.0.20/function/register-filter.php (added)
-
tags/1.0.20/function/vxp-helper.php (added)
-
tags/1.0.20/pages (added)
-
tags/1.0.20/pages/part (added)
-
tags/1.0.20/pages/part/dam-setting.php (added)
-
tags/1.0.20/pages/part/dmo-setting.php (added)
-
tags/1.0.20/pages/sfxvxp_dam_widget_page.php (added)
-
tags/1.0.20/pages/sfxvxp_main_page.php (added)
-
tags/1.0.20/pages/sfxvxp_report_page.php (added)
-
tags/1.0.20/pages/sfxvxp_settings_page.php (added)
-
tags/1.0.20/pages/sfxvxp_switch_version_page.php (added)
-
tags/1.0.20/scaleflex-vxp-api.php (added)
-
tags/1.0.20/scaleflex-vxp-core.php (added)
-
tags/1.0.20/scaleflex-vxp.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/assets/css/dam-widget/filerobot-widget.min.css (added)
-
trunk/assets/js/dam-widget/filerobot-widget.min.js (added)
-
trunk/assets/js/dam-widget/sfxvxp-widget-page.js (modified) (5 diffs)
-
trunk/function/register-action.php (modified) (2 diffs)
-
trunk/scaleflex-vxp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scaleflex-vxp-dam-dmo/trunk/README.txt
r3351972 r3355530 5 5 Tested up to: 6.8 6 6 Requires at least: 4.8 7 Stable tag: 1.0. 197 Stable tag: 1.0.20 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 230 230 * Update documentation 231 231 232 = 1.0.20 = 233 * Revert back to the previous widget version 234 232 235 == Upgrade Notice == 233 236 -
scaleflex-vxp-dam-dmo/trunk/assets/js/dam-widget/sfxvxp-widget-page.js
r3351054 r3355530 27 27 28 28 var exportButtonText = sfxvxp_admin_meta.insert_btn; 29 if ( ScaleflexWidget === undefined) {30 let ScaleflexWidget = window.ScaleflexWidget ;29 if (Filerobot === undefined) { 30 let Filerobot = window.Filerobot ; 31 31 } 32 32 … … 36 36 let scaleflexWidget = null; 37 37 38 scaleflexWidget = ScaleflexWidget.Core({38 scaleflexWidget = Filerobot.Core({ 39 39 securityTemplateID : demoSecurityTemplateID, 40 40 container : demoContainer, … … 42 42 43 43 // Plugins 44 const Explorer = ScaleflexWidget.Explorer;45 const XHRUpload = ScaleflexWidget.XHRUpload;46 const ProgressPanel = ScaleflexWidget.ProgressPanel44 const Explorer = Filerobot.Explorer; 45 const XHRUpload = Filerobot.XHRUpload; 46 const ProgressPanel = Filerobot.ProgressPanel 47 47 48 48 let queryString = window.location.search; … … 102 102 103 103 let height = 1000; 104 if (jQuery('body .media-modal-content .media-frame-content ').length > 0) {104 if (jQuery('body .media-modal-content .media-frame-content:visible').length > 0) { 105 105 height = jQuery('body .media-modal-content .media-frame-content').height(); 106 106 } 107 108 if (height === 0) height = 1000; 107 109 108 110 let widgetConfig = { … … 129 131 } 130 132 }, 131 ExploreViewComponent: ScaleflexWidget.Explorer.ExploreViewComponent133 // ExploreViewComponent: ScaleflexWidget.Explorer.ExploreViewComponent 132 134 } 133 135 -
scaleflex-vxp-dam-dmo/trunk/function/register-action.php
r3351054 r3355530 474 474 // Add Styles 475 475 wp_enqueue_style('sfxvxp-core-css', SFXVXP_PLUGIN_URL . 'assets/css/dam-widget/core.css', [], SFXVXP_VERSION); 476 wp_enqueue_style('sfxvxp-lib-css', SFXVXP_PLUGIN_URL . 'assets/css/dam-widget/ scaleflex-widget.min.css', [], SFXVXP_VERSION);476 wp_enqueue_style('sfxvxp-lib-css', SFXVXP_PLUGIN_URL . 'assets/css/dam-widget/filerobot-widget.min.css', [], SFXVXP_VERSION); 477 477 wp_enqueue_style('sfxvxp-flexboxgrid', SFXVXP_PLUGIN_URL . 'assets/css/dam-widget/flexboxgrid.min.css', [], SFXVXP_VERSION); 478 478 wp_enqueue_style('sfxvxp-acf-fmaw', SFXVXP_PLUGIN_URL . 'assets/css/dam-widget/acf-fmaw.css', [], SFXVXP_VERSION); … … 487 487 ); 488 488 489 wp_register_script('sfxvxp_fmaw', SFXVXP_PLUGIN_URL . 'assets/js/dam-widget/ scaleflex-widget.min.js', ['jquery'], SFXVXP_VERSION, true);489 wp_register_script('sfxvxp_fmaw', SFXVXP_PLUGIN_URL . 'assets/js/dam-widget/filerobot-widget.min.js', ['jquery'], SFXVXP_VERSION, true); 490 490 wp_register_script('sfxvxp_media_tab', SFXVXP_PLUGIN_URL . 'assets/js/dam-widget/fmaw.js', ['sfxvxp_fmaw'], SFXVXP_VERSION, true); 491 491 // $response = $this->test_connection($this->dam_token, $this->dam_sec, $this->dame_directory); -
scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp.php
r3351972 r3355530 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. 195 * Version: 1.0.20 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. 19');20 define('SFXVXP_VERSION', '1.0.20'); 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.