Plugin Directory

Changeset 3334147


Ignore:
Timestamp:
07/25/2025 12:01:11 PM (8 months ago)
Author:
scaleflex
Message:

Fix the UI of upload button

Location:
scaleflex-vxp-dam-dmo
Files:
57 added
3 edited

Legend:

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

    r3330817 r3334147  
    55Tested up to: 6.8
    66Requires at least: 4.8
    7 Stable tag: 1.0.11
     7Stable tag: 1.0.12
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    202202Fix query issue
    203203
     204= 1.0.12 =
     205Fix the UI of upload button
     206
    204207== Upgrade Notice ==
    205208
  • scaleflex-vxp-dam-dmo/trunk/assets/css/dam-widget/core.css

    r3320917 r3334147  
    254254    max-width: 100% !important;
    255255}
     256
     257.filerobot-Explorer-uploadFiles-wrapper {
     258    height: initial !important;
     259}
  • scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp.php

    r3330817 r3334147  
    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.11
     5 * Version: 1.0.12
    66 * Author: Scaleflex
    77 * Author URI: https://www.scaleflex.com
     
    1818
    1919// Define plugin constants
    20 define('SFXVXP_VERSION', '1.0.11');
     20define('SFXVXP_VERSION', '1.0.12');
    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.