Changeset 2059408
- Timestamp:
- 03/29/2019 04:54:32 AM (7 years ago)
- Location:
- advanced-elementor/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
advanced-elementor.php (modified) (2 diffs)
-
includes/class-awe.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-elementor/trunk/README.txt
r2059384 r2059408 12 12 13 13 == Description == 14 15 ** This plugin has been moved to a new name due to licensing and will be closed shortly. The plugin has been moved to [Advanced Widgets for Elementor](https://wordpress.org/plugins/awelementor/).** 14 16 15 17 This plugin contains two very powerful Elementor widgets: **ACF Form** and **Advanced Posts**. -
advanced-elementor/trunk/advanced-elementor.php
r2059388 r2059408 8 8 * 9 9 * @wordpress-plugin 10 * Plugin Name: A dvanced Widgets forElementor11 * Plugin URI: https://wordpress.org/plugins/a dvanced-elementor/12 * Description: Advanced Widgets for Elementor page builder.10 * Plugin Name: AWElementor 11 * Plugin URI: https://wordpress.org/plugins/awelementor/ 12 * Description: Advanced Widgets for Elementor Page Builder. 13 13 * Version: 1.0.3 14 14 * Author: Mae Company … … 16 16 * License: GPL-2.0+ 17 17 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 18 * Text Domain: awe 18 * Text Domain: awelementor 19 19 * Domain Path: /languages 20 20 */ -
advanced-elementor/trunk/includes/class-awe.php
r2059388 r2059408 78 78 */ 79 79 private function load_dependencies() { 80 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-awe -loader.php';81 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-awe -i18n.php';82 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-awe -elementor.php';80 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-awelementor-loader.php'; 81 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-awelementor-i18n.php'; 82 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'includes/class-awelementor-elementor.php'; 83 83 84 //require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-awe -admin.php';85 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-awe -public.php';84 //require_once plugin_dir_path( dirname( __FILE__ ) ) . 'admin/class-awelementor-admin.php'; 85 require_once plugin_dir_path( dirname( __FILE__ ) ) . 'public/class-awelementor-public.php'; 86 86 87 87 $this->loader = new AWE_Loader();
Note: See TracChangeset
for help on using the changeset viewer.