Changeset 2598430
- Timestamp:
- 09/14/2021 06:48:19 AM (4 years ago)
- Location:
- user-frontend-for-elementor/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
ufel.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
user-frontend-for-elementor/trunk/readme.txt
r2423664 r2598430 5 5 admin, frontend-admin, admin-panel, form-builer, post-form, user-form, display-widget, widget 6 6 Requires at least: 3.0.1 7 Tested up to: 5. 5.18 Stable tag: 2.0.0. 37 Tested up to: 5.8.1 8 Stable tag: 2.0.0.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
user-frontend-for-elementor/trunk/ufel.php
r2423664 r2598430 4 4 * Description: Create full featured admin panel/dashboard for the frontend. 5 5 * Plugin URI: 6 * Version: 2.0.0. 36 * Version: 2.0.0.4 7 7 * Author: CyberCraft 8 8 * Author URI: … … 25 25 define('FAEL_PLUGIN_PATH', plugin_dir_path(__FILE__)); 26 26 define('FAEL_PLUGIN_URL', plugins_url('/', __FILE__)); 27 define('FAEL_PLUGIN_VERSION', '2.0.0. 3');27 define('FAEL_PLUGIN_VERSION', '2.0.0.4'); 28 28 define('FAEL_ASSET_PATH', FAEL_PLUGIN_PATH . '/assets'); 29 29 define('FAEL_ASSET_URL', FAEL_PLUGIN_URL . '/assets');
Note: See TracChangeset
for help on using the changeset viewer.