Plugin Directory

Changeset 2557477

Timestamp:
07/02/2021 05:25:36 AM (3 years ago)
Author:
wpessential
Message:

02/07/2021 1.0.0.00009

  • Fix elementor builder errors.
  • Enhance the WooCommerce elementor shortcodes
  • Enhance the Slider elementor shortcodes
  • Enhance the Forms elementor shortcodes
Location:
wpessential/trunk
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/Forms/CalderaForm.php

    r2414070 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\Forms;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Select;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class CalderaForm extends Base implements Shortcodes
     7class CalderaForm extends
    108{
    119    /**
     
    2119    {
    2220        return [ 'contact form', 'contact', 'form', 'caldera form' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/Forms/ContactForm7.php

    r2446210 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\Forms;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Select;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class ContactForm7 extends Base implements Shortcodes
     7class ContactForm7 extends
    108{
    119
     
    2220    {
    2321        return [ 'contact form 7', 'contact', 'form' ];
    24     }
    25 
    26     /**
    27      * Whether the reload preview is required or not.
    28      *
    29      * Used to determine whether the reload preview is required.
    30      *
    31      * @return bool Whether the reload preview is required.
    32      * @since 1.0.0
    33      * @access public
    34      *
    35      */
    36     public function is_reload_preview_required ()
    37     {
    38         return true;
    3922    }
    4023
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/Forms/FormidableForm.php

    r2414070 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\Forms;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Select;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class FormidableForm extends Base implements Shortcodes
     7class FormidableForm extends
    108{
    119    /**
     
    2119    {
    2220        return [ 'contact form', 'contact', 'form', 'formidable' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/Forms/Mc4Wp.php

    r2446210 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\Forms;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Select;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class Mc4Wp extends Base implements Shortcodes
     7class Mc4Wp extends
    108{
    119    /**
     
    2119    {
    2220        return [ 'newsletter form', 'newsletter', 'form' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/Forms/NinjaForm.php

    r2414070 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\Forms;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Select;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class NinjaForm extends Base implements Shortcodes
     7class NinjaForm extends
    108{
    119    /**
     
    2119    {
    2220        return [ 'contact form', 'contact', 'form', 'ninja form' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/Forms/WPForm.php

    r2446210 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\Forms;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Select;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class WPForm extends Base implements Shortcodes
     7class WPForm extends
    108{
    119    /**
     
    2119    {
    2220        return [ 'contact form', 'contact', 'form', 'wp form' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/Sliders/LayerSlider.php

    r2415245 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\Sliders;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Select;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class LayerSlider extends Base implements Shortcodes
     7class LayerSlider extends
    108{
    119    /**
     
    2119    {
    2220        return [ 'slider', 'layerslider', 'layer', 'layer slider' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/Sliders/MasterSlider.php

    r2415245 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\Sliders;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Select;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class MasterSlider extends Base implements Shortcodes
     7class MasterSlider extends
    108{
    119    /**
     
    2119    {
    2220        return [ 'slider', 'masterslider', 'layer', 'master slider' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/Sliders/RevolutionSlider.php

    r2415245 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\Sliders;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Select;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class RevolutionSlider extends Base implements Shortcodes
     7class RevolutionSlider extends
    108{
    119    /**
     
    2119    {
    2220        return [ 'slider', 'revolutionslider', 'layer', 'revolution slider' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/Sliders/SmartSlider.php

    r2415245 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\Sliders;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Select;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class SmartSlider extends Base implements Shortcodes
     7class SmartSlider extends
    108{
    119    /**
     
    2119    {
    2220        return [ 'slider', 'smartslider', 'layer', 'smart slider' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/WooCommerce/Cart.php

    r2415245 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\WooCommerce;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\RawHtml;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class Cart extends Base implements Shortcodes
     7class Cart extends
    108{
    119    /**
     
    1311     * Retrieve widget keywords.
    1412     *
    15      * @return array Widget icon.
     13     * @return array Widget .
    1614     * @access public
    1715     * @since 1.0.0
     
    2119    {
    2220        return [ 'cart', 'woocommerce cart', 'woocommerce' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
     
    7457    public function render ()
    7558    {
    76         $settings = $this->get_settings_for_display();
     59        $settings = $this->get_settings_for_display();
    7760        /*$settings[ 'wpe_st_post_info_data_list' ] = urlencode( json_encode( $settings[ 'wpe_st_post_info_data_list' ] ) );
    7861        $settings[ 'wpe_st_post_button_icon' ]    = urlencode( json_encode( $settings[ 'wpe_st_post_button_icon' ] ) );*/
    7962        //wpe_error( $settings );
    80         $settings = wpe_collect( $settings );
     63        $settings = wpe_collect( $settings );
    8164        echo do_shortcode( "[woocommerce_cart]" );
    8265    }
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/WooCommerce/Categories.php

    r2415245 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\WooCommerce;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\RawHtml;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class Categories extends Base implements Shortcodes
     7class Categories extends
    108{
    119    /**
     
    1311     * Retrieve widget keywords.
    1412     *
    15      * @return array Widget icon.
     13     * @return array Widget .
    1614     * @access public
    1715     * @since 1.0.0
     
    2119    {
    2220        return [ 'categories', 'woocommerce categories', 'woocommerce' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/WooCommerce/MyAccount.php

    r2415245 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\WooCommerce;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\RawHtml;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class MyAccount extends Base implements Shortcodes
     7class MyAccount extends
    108{
    119    /**
     
    1311     * Retrieve widget keywords.
    1412     *
    15      * @return array Widget icon.
     13     * @return array Widget .
    1614     * @access public
    1715     * @since 1.0.0
     
    2018    public function set_keywords ()
    2119    {
    22         return [ 'myaccount', 'woocommerce myaccount', 'woocommerce' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
     20        return [ 'my account', 'woocommerce my account', 'woocommerce' ];
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/WooCommerce/OrderTrack.php

    r2415245 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\WooCommerce;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\RawHtml;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class OrderTrack extends Base implements Shortcodes
     7class OrderTrack extends
    108{
    119    /**
     
    1311     * Retrieve widget keywords.
    1412     *
    15      * @return array Widget icon.
     13     * @return array Widget .
    1614     * @access public
    1715     * @since 1.0.0
     
    2018    public function set_keywords ()
    2119    {
    22         return [ 'ordertrack', 'woocommerce order track', 'woocommerce' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
     20        return [ 'order track', 'woocommerce order track', 'woocommerce' ];
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/WooCommerce/ProductSingle.php

    r2551814 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\WooCommerce;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\Text;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class ProductSingle extends Base implements Shortcodes
     7class ProductSingle extends
    108{
    119    /**
     
    1311     * Retrieve widget keywords.
    1412     *
    15      * @return array Widget icon.
     13     * @return array Widget .
    1614     * @access public
    1715     * @since 1.0.0
     
    2119    {
    2220        return [ 'productsingle', 'woocommerce product single', 'woocommerce' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/WooCommerce/Products.php

    r2415245 r2557477  
    33namespace WPEssential\Plugins\Builders\Elementor\Shortcodes\WooCommerce;
    44
    5 use WPEssential\Plugins\Builders\Elementor\Utility\Base;
    65use WPEssential\Plugins\Fields\RawHtml;
    7 use WPEssential\Plugins\Implement\Shortcodes;
    86
    9 class Products extends Base implements Shortcodes
     7class Products extends
    108{
    119    /**
     
    1311     * Retrieve widget keywords.
    1412     *
    15      * @return array Widget icon.
     13     * @return array Widget .
    1614     * @access public
    1715     * @since 1.0.0
     
    2119    {
    2220        return [ 'products', 'woocommerce products', 'woocommerce' ];
    23     }
    24 
    25     /**
    26      * Whether the reload preview is required or not.
    27      *
    28      * Used to determine whether the reload preview is required.
    29      *
    30      * @return bool Whether the reload preview is required.
    31      * @since 1.0.0
    32      * @access public
    33      *
    34      */
    35     public function is_reload_preview_required ()
    36     {
    37         return true;
    3821    }
    3922
  • wpessential/trunk/inc/Builders/Elementor/Utility/Categories.php

    r2409384 r2557477  
    2828            'wpe/elementor/categories',
    2929            [
    30                 'wpessential' => [
    31                     'title' => __( 'WPEssential', 'plugin-name' ),
     30                'wpessential'    => [
     31                    'title' => __( 'WPEssential', 'wpessential' ),
     32                    'icon'  => 'wpe-icons wpe',
     33                ],
     34                'wpessential-wc' => [
     35                    'title' => __( 'WPEssential WC', 'wpessential' ),
     36                    'icon'  => 'wpe-icons wpe',
     37                ],
     38                'wpessential-form' => [
     39                    'title' => __( 'WPEssential Form', 'wpessential' ),
     40                    'icon'  => 'wpe-icons wpe',
     41                ],
     42                'wpessential-slider' => [
     43                    'title' => __( 'WPEssential Slider', 'wpessential' ),
    3244                    'icon'  => 'wpe-icons wpe',
    3345                ]
  • wpessential/trunk/readme.txt

    r2556264 r2557477  
    88WC requires at least: 4.0
    99WC tested up to: 5.0
    10 Stable tag: 1.0.0.00008
     10Stable tag: 1.0.0.0000
    1111License: GPL v2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5555
    5656== Changelog ==
     57
     58
     59
     60
     61
     62
    5763
    5864= 30/06/2021 1.0.0.00008 =
  • wpessential/trunk/wpessential.php

    r2556264 r2557477  
    1313 * Plugin URI: https://wp.wpessential.org/plugins/wpessential/
    1414 * Author: WPEssential
    15  * Version: 1.0.0.00008
     15 * Version: 1.0.0.0000
    1616 * Author URI: https://wpessential.org/
    1717 * Text Domain: wpessential
Note: See TracChangeset for help on using the changeset viewer.