Changeset 3344266
- Timestamp:
- 08/14/2025 04:40:52 AM (8 months ago)
- Location:
- scaleflex-vxp-dam-dmo/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
assets/css/dam-widget/core.css (modified) (1 diff)
-
scaleflex-vxp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scaleflex-vxp-dam-dmo/trunk/README.txt
r3344082 r3344266 5 5 Tested up to: 6.8 6 6 Requires at least: 4.8 7 Stable tag: 1.0.1 67 Stable tag: 1.0.17 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 219 219 * Fix UI issue on the widget 220 220 221 = 1.0.17 = 222 * Fix UI issue on the widget 223 221 224 == Upgrade Notice == 222 225 -
scaleflex-vxp-dam-dmo/trunk/assets/css/dam-widget/core.css
r3344082 r3344266 122 122 } 123 123 124 #SfxPopper .filerobot-Explorer-Filters-filterBody { 125 width: auto; 126 } 127 124 128 .tooltip 125 129 { -
scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp.php
r3344082 r3344266 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.1 65 * Version: 1.0.17 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.1 6');20 define('SFXVXP_VERSION', '1.0.17'); 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.