Plugin Directory

Changeset 2409553

Timestamp:
10/30/2020 07:46:41 AM (4 years ago)
Author:
wpessential
Message:

30/10/2020 1.0.0.00001
Fix Blog post already class exist error

Location:
wpessential
Files:
176 added
5 edited

Legend:

Unmodified
Added
Removed
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/BlogPost/Post.php

    r2409384 r2409553  
    11<?php
    22
    3 namespace WPEssential\Plugins\BlogPost\Builders\Elementor\Shortcodes;
     3namespace WPEssential\Plugins\B;
    44
    55use WPEssential\Plugins\Builders\Elementor\Utility\Base;
     
    1818     */
    1919    public array $skins_list = [
    20         'WPEssential\Plugins\BlogPost\Builders\Elementor\Shortcodes\PostSyle1',
    21         'WPEssential\Plugins\BlogPost\Builders\Elementor\Shortcodes\PostSyle2',
     20        'WPEssential\Plugins\B\PostSyle1',
     21        'WPEssential\Plugins\B\PostSyle2',
    2222    ];
    2323
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/BlogPost/PostSyle1.php

    r2409384 r2409553  
    11<?php
    22
    3 namespace WPEssential\Plugins\BlogPost\Builders\Elementor\Shortcodes;
     3namespace WPEssential\Plugins\B;
    44
    55use Elementor\Skin_Base;
  • wpessential/trunk/inc/Builders/Elementor/Shortcodes/BlogPost/PostSyle2.php

    r2409384 r2409553  
    11<?php
    22
    3 namespace WPEssential\Plugins\BlogPost\Builders\Elementor\Shortcodes;
     3namespace WPEssential\Plugins\B;
    44
    55use Elementor\Skin_Base;
  • wpessential/trunk/readme.txt

    r2409384 r2409553  
    44Tags: elementor, addons, dynamic tags, woocommerce, custom css, custom-attribues, landing-page, smart slider 3, layer slider, revolutation slider, master slider, page builder, editor, landing page, drag-and-drop, visual editor, wysiwyg, design, maintenance mode, coming soon, under construction, website builder, landing page builder, front-end builder, wpbakery.
    55Requires PHP: 7.4
    6 Requires at least: 5.5
     6Requires at least: 5.5
    77Tested up to: 5.5
    88WC requires at least: 4.0
    99WC tested up to: 4.5
    10 Stable tag: 1.0.0
     10Stable tag: 1.0.0
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3939
    4040== Changelog ==
     41
     42
     43
     44
    4145= 30/10/2020 1.0.0 =
    4246* Initial release.
  • wpessential/trunk/wpessential.php

    r2409384 r2409553  
    55 * Plugin URI: https://wp.wpessential.org/plugins/wpessential/
    66 * Author: WPEssential
    7  * Version: 1.0.0
     7 * Version: 1.0.0
    88 * Author URI: https://wpessential.org/
    99 * Text Domain: wpessential
    10  * Requires PHP: 7.0
    11  * Requires at least: 5.5
     10 * Requires PHP: 7.
     11 * Requires at least: 5.5
    1212 * Tested up to: 5.5
    1313 * WC requires at least: 4.0
Note: See TracChangeset for help on using the changeset viewer.