Plugin Directory

Changeset 2059408


Ignore:
Timestamp:
03/29/2019 04:54:32 AM (7 years ago)
Author:
maecompany
Message:

Rebranding notice.

Location:
advanced-elementor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • advanced-elementor/trunk/README.txt

    r2059384 r2059408  
    1212
    1313== 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/).**
    1416
    1517This plugin contains two very powerful Elementor widgets: **ACF Form** and **Advanced Posts**.
  • advanced-elementor/trunk/advanced-elementor.php

    r2059388 r2059408  
    88 *
    99 * @wordpress-plugin
    10  * Plugin Name:       Advanced Widgets for Elementor
    11  * Plugin URI:        https://wordpress.org/plugins/advanced-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.
    1313 * Version:           1.0.3
    1414 * Author:            Mae Company
     
    1616 * License:           GPL-2.0+
    1717 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    18  * Text Domain:       awe
     18 * Text Domain:       awelementor
    1919 * Domain Path:       /languages
    2020 */
  • advanced-elementor/trunk/includes/class-awe.php

    r2059388 r2059408  
    7878     */
    7979    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';
    8383
    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';
    8686
    8787        $this->loader = new AWE_Loader();
Note: See TracChangeset for help on using the changeset viewer.