Plugin Directory

Changeset 3344266


Ignore:
Timestamp:
08/14/2025 04:40:52 AM (8 months ago)
Author:
scaleflex
Message:

Fix UI issue on the widget

Location:
scaleflex-vxp-dam-dmo/trunk
Files:
3 edited

Legend:

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

    r3344082 r3344266  
    55Tested up to: 6.8
    66Requires at least: 4.8
    7 Stable tag: 1.0.16
     7Stable tag: 1.0.17
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    219219* Fix UI issue on the widget
    220220
     221= 1.0.17 =
     222* Fix UI issue on the widget
     223
    221224== Upgrade Notice ==
    222225
  • scaleflex-vxp-dam-dmo/trunk/assets/css/dam-widget/core.css

    r3344082 r3344266  
    122122}
    123123
     124#SfxPopper .filerobot-Explorer-Filters-filterBody {
     125    width: auto;
     126}
     127
    124128.tooltip
    125129{
  • scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp.php

    r3344082 r3344266  
    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.16
     5 * Version: 1.0.17
    66 * Author: Scaleflex
    77 * Author URI: https://www.scaleflex.com
     
    1818
    1919// Define plugin constants
    20 define('SFXVXP_VERSION', '1.0.16');
     20define('SFXVXP_VERSION', '1.0.17');
    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.