Changeset 3491394
- Timestamp:
- 03/26/2026 03:26:42 AM (9 days ago)
- Location:
- scaleflex-vxp-dam-dmo
- Files:
-
- 52 added
- 7 edited
-
tags/1.0.33 (added)
-
tags/1.0.33/LICENSE.txt (added)
-
tags/1.0.33/README.txt (added)
-
tags/1.0.33/assets (added)
-
tags/1.0.33/assets/css (added)
-
tags/1.0.33/assets/css/dam-widget (added)
-
tags/1.0.33/assets/css/dam-widget/acf-fmaw.css (added)
-
tags/1.0.33/assets/css/dam-widget/core.css (added)
-
tags/1.0.33/assets/css/dam-widget/flexboxgrid.min.css (added)
-
tags/1.0.33/assets/css/dam-widget/gutenberg-fmaw-only.css (added)
-
tags/1.0.33/assets/css/dam-widget/gutenberg-fmaw.css (added)
-
tags/1.0.33/assets/css/setting-page.css (added)
-
tags/1.0.33/assets/images (added)
-
tags/1.0.33/assets/images/android-chrome-192x192.png (added)
-
tags/1.0.33/assets/images/icon-256x256.png (added)
-
tags/1.0.33/assets/images/icon.png (added)
-
tags/1.0.33/assets/images/loading.gif (added)
-
tags/1.0.33/assets/img (added)
-
tags/1.0.33/assets/img/login-default-bg.webp (added)
-
tags/1.0.33/assets/js (added)
-
tags/1.0.33/assets/js/chart.umd.min.js (added)
-
tags/1.0.33/assets/js/cloudimage.js (added)
-
tags/1.0.33/assets/js/dam-widget (added)
-
tags/1.0.33/assets/js/dam-widget/fmaw.js (added)
-
tags/1.0.33/assets/js/dam-widget/jquery.initialize.js (added)
-
tags/1.0.33/assets/js/dam-widget/sfxvxp-widget-page.js (added)
-
tags/1.0.33/assets/js/deactivate-popup.js (added)
-
tags/1.0.33/assets/js/js-cloudimage-responsive.min.js (added)
-
tags/1.0.33/assets/js/js-cloudimage-responsive.min.js.map (added)
-
tags/1.0.33/assets/js/lazysizes.js (added)
-
tags/1.0.33/assets/js/lazysizes.min.js (added)
-
tags/1.0.33/assets/js/report-chart.js (added)
-
tags/1.0.33/assets/js/scaleflex-vxp.js (added)
-
tags/1.0.33/assets/js/sfxvxp-main-page.js (added)
-
tags/1.0.33/assets/js/sfxvxp-settings-page.js (added)
-
tags/1.0.33/assets/js/sfxvxp-switch-page.js (added)
-
tags/1.0.33/function (added)
-
tags/1.0.33/function/register-action.php (added)
-
tags/1.0.33/function/register-filter.php (added)
-
tags/1.0.33/function/vxp-helper.php (added)
-
tags/1.0.33/pages (added)
-
tags/1.0.33/pages/part (added)
-
tags/1.0.33/pages/part/dam-setting.php (added)
-
tags/1.0.33/pages/part/dmo-setting.php (added)
-
tags/1.0.33/pages/sfxvxp_dam_widget_page.php (added)
-
tags/1.0.33/pages/sfxvxp_main_page.php (added)
-
tags/1.0.33/pages/sfxvxp_report_page.php (added)
-
tags/1.0.33/pages/sfxvxp_settings_page.php (added)
-
tags/1.0.33/pages/sfxvxp_switch_version_page.php (added)
-
tags/1.0.33/scaleflex-vxp-api.php (added)
-
tags/1.0.33/scaleflex-vxp-core.php (added)
-
tags/1.0.33/scaleflex-vxp.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/assets/js/dam-widget/fmaw.js (modified) (3 diffs)
-
trunk/assets/js/dam-widget/sfxvxp-widget-page.js (modified) (1 diff)
-
trunk/assets/js/scaleflex-vxp.js (modified) (2 diffs)
-
trunk/function/register-action.php (modified) (2 diffs)
-
trunk/function/vxp-helper.php (modified) (1 diff)
-
trunk/scaleflex-vxp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scaleflex-vxp-dam-dmo/trunk/README.txt
r3480791 r3491394 5 5 Tested up to: 6.8.3 6 6 Requires at least: 4.8 7 Stable tag: 1.0.3 27 Stable tag: 1.0.33 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 272 272 * Fix the bug that the asset synced doesn't update metadata/URL link after being inserted again 273 273 274 = 1.0.32 = 275 * Fix the bug on Yoast SEO 276 274 277 = 1.0.33 = 275 278 * Fix the bug on Yoast SEO -
scaleflex-vxp-dam-dmo/trunk/assets/js/dam-widget/fmaw.js
r3480791 r3491394 60 60 tinyInstance.on('ObjectResized', function(e) { 61 61 var url = new URL(jQuery(e.target).attr('src')); 62 console.log(url); 62 63 63 var params = new URLSearchParams(url.search); 64 64 if (params.has('w')) { … … 75 75 76 76 url.search = `?${params.toString()}`; 77 // console.log(url.toString());78 77 jQuery(e.target).attr('src', url.toString()); 79 78 jQuery(e.target).attr('data-mce-src', url.toString()); … … 153 152 } 154 153 155 console.log('Media opened for editor:', id);154 // console.log('Media opened for editor:', id); 156 155 157 156 return result; -
scaleflex-vxp-dam-dmo/trunk/assets/js/dam-widget/sfxvxp-widget-page.js
r3480791 r3491394 352 352 function wp_media_selection_attachment(frame, item,res) { 353 353 let attachment = new wp.media.model.Attachment(res.attachment_data); 354 console.log(frame);355 354 if (frame.state().get('selection').multiple == false) { 356 355 frame.state().get('selection').reset([attachment]); -
scaleflex-vxp-dam-dmo/trunk/assets/js/scaleflex-vxp.js
r3320917 r3491394 9 9 tinyInstance.on('ObjectResized', function(e) { 10 10 var url = new URL($(e.target).attr('src')); 11 // console.log(url); 11 12 12 var params = new URLSearchParams(url.search); 13 13 if (params.has('w')) { … … 24 24 25 25 url.search = `?${params.toString()}`; 26 // console.log(url.toString());27 26 $(e.target).attr('src', url.toString()); 28 27 }); -
scaleflex-vxp-dam-dmo/trunk/function/register-action.php
r3480791 r3491394 1154 1154 $fr_data = (isset($_POST['fr_data'])) ? json_decode(wp_unslash($_POST['fr_data']), true) : []; 1155 1155 $file = (isset($fr_data['file'])) ? $fr_data['file'] : []; 1156 1156 1157 if (count($file) == 0) { 1157 1158 wp_send_json_error([ … … 1163 1164 $uuid = $file['uuid']; 1164 1165 if (isset($file['url']['download'])) { 1166 $file['url']['download'] = str_replace('%20', '+', $file['url']['download']); 1165 1167 $fr_link = $file['url']['download']; 1166 1168 } else { 1169 $file['url']['cdn'] = str_replace('%20', '+', $file['url']['cdn']); 1167 1170 $fr_link = $file['url']['cdn']; 1168 1171 } -
scaleflex-vxp-dam-dmo/trunk/function/vxp-helper.php
r3425037 r3491394 140 140 { 141 141 $file_url = $this->remove_query_param($file->url->cdn, 'vh'); 142 $file->url->cdn = $file_url; 143 142 144 $filename = sanitize_file_name($file->name); 143 145 -
scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp.php
r3480791 r3491394 3 3 * Plugin Name: Scaleflex VXP - DAM & Cloudimage 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.3 25 * Version: 1.0.33 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.3 2');20 define('SFXVXP_VERSION', '1.0.33'); 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.