Plugin Directory

Changeset 2598430


Ignore:
Timestamp:
09/14/2021 06:48:19 AM (4 years ago)
Author:
mithublue
Message:

readme.txt

Location:
user-frontend-for-elementor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • user-frontend-for-elementor/trunk/readme.txt

    r2423664 r2598430  
    55admin, frontend-admin, admin-panel, form-builer, post-form, user-form, display-widget, widget
    66Requires at least: 3.0.1
    7 Tested up to: 5.5.1
    8 Stable tag: 2.0.0.3
     7Tested up to: 5.8.1
     8Stable tag: 2.0.0.4
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • user-frontend-for-elementor/trunk/ufel.php

    r2423664 r2598430  
    44 * Description: Create full featured admin panel/dashboard for the frontend.
    55 * Plugin URI:
    6  * Version:     2.0.0.3
     6 * Version:     2.0.0.4
    77 * Author:      CyberCraft
    88 * Author URI:
     
    2525define('FAEL_PLUGIN_PATH', plugin_dir_path(__FILE__));
    2626define('FAEL_PLUGIN_URL', plugins_url('/', __FILE__));
    27 define('FAEL_PLUGIN_VERSION', '2.0.0.3');
     27define('FAEL_PLUGIN_VERSION', '2.0.0.4');
    2828define('FAEL_ASSET_PATH', FAEL_PLUGIN_PATH . '/assets');
    2929define('FAEL_ASSET_URL', FAEL_PLUGIN_URL . '/assets');
Note: See TracChangeset for help on using the changeset viewer.