Plugin Directory

Changeset 3422460


Ignore:
Timestamp:
12/18/2025 04:53:36 AM (4 months ago)
Author:
scaleflex
Message:

Update README file

Location:
scaleflex-vxp-dam-dmo
Files:
52 added
2 edited

Legend:

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

    r3417031 r3422460  
    55Tested up to: 6.8.3
    66Requires at least: 4.8
    7 Stable tag: 1.0.29
     7Stable tag: 1.0.30
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868If you have suggestions for new features, feel free to email us at hello@scaleflex.com
    6969
    70 Scaleflex VXP is crafted by the [Scaleflex](https://www.scaleflex.com/?utm_source=WordPress&utm_medium=referral&utm_campaign=cloudimage_wordpress_plugins_page&utm_content=organic_plugin_profile) team.
     70Scaleflex VXP is crafted by the [Scaleflex](https://www.scaleflex.com/?utm_source=WordPress&utm_medium=referral&utm_campaign=vxp_wordpress_plugins_page&utm_content=organic_plugin_profile) team.
    7171
    7272The plugin includes third-party libraries in minified form. Their full source code is publicly available and documented under the "External Libraries" section below.
     
    8282= How much does Scaleflex VXP cost? =
    8383
    84 Scaleflex VXP is a SaaS that doesn’t offer a free tier for the time being. Depending on your needs, one of our representatives can present the best match for you in terms of plan and options included. You can request your quote [here](https://www.scaleflex.com/contact-us?utm_source=WordPress&utm_medium=referral&utm_campaign=filerobot_wordpress_plugins_page&utm_content=organic_plugin_profile).
     84Scaleflex VXP is a SaaS that doesn’t offer a free tier for the time being. Depending on your needs, one of our representatives can present the best match for you in terms of plan and options included. You can request your quote [here](https://www.scaleflex.com/contact-us?utm_source=WordPress&utm_medium=referral&utm_campaign=vxp_wordpress_plugins_page&utm_content=organic_plugin_profile).
    8585
    8686= Will my original images be affected? =
     
    151151
    1521521. Navigate to the Install Plugins page in your WordPress dashboard.
    153 2. If you haven't done so already, create an account on the [Scaleflex website](https://www.scaleflex.com/filerobot-free-trial??utm_source=WordPress&utm_medium=referral&utm_campaign=filerobot_wordpress_plugins_page&utm_content=organic_plugin_profile).
     1532. If you haven't done so already, create an account on the [Scaleflex website](https://www.scaleflex.com/filerobot-free-trial?utm_source=WordPress&utm_medium=referral&utm_campaign=vxp_wordpress_plugins_page&utm_content=organic_plugin_profile).
    1541543. Activate the Scaleflex VXP plugin within the Plugins page of your WordPress dashboard. Simply input your Scaleflex VXP token to complete the activation process.
    155155
     
    266266* Improve the performance
    267267
     268= 1.0.30 =
     269* Update README file
     270
    268271
    269272== Upgrade Notice ==
  • scaleflex-vxp-dam-dmo/trunk/scaleflex-vxp.php

    r3417031 r3422460  
    33 * Plugin Name: Scaleflex VXP - DAM & Cloudimage
    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.29
     5 * Version: 1.0.30
    66 * Author: Scaleflex
    77 * Author URI: https://www.scaleflex.com
     
    1818
    1919// Define plugin constants
    20 define('SFXVXP_VERSION', '1.0.29');
     20define('SFXVXP_VERSION', '1.0.30');
    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.