Plugin Directory

Changeset 2415245

Timestamp:
11/09/2020 03:36:01 PM (4 years ago)
Author:
wpessential
Message:

09/11/2020 1.0.0.00003

  • Add Layer Slider widget.
  • Add Master Slider widget.
  • Add Revolution Slider widget.
  • Add Smart Slider widget.
  • Add WooCommerce Cart widget.
  • Add WooCommerce Categories widget.
  • Add WooCommerce My Account widget.
  • Add WooCommerce Order Track widget.
  • Add WooCommerce Products widget.
  • Add WooCommerce Product Single widget.
Location:
wpessential
Files:
234 added
4 edited

Legend:

Unmodified
Added
Removed
  • wpessential/trunk/inc/Builders/Elementor/Utility/Elementor.php

    r2414070 r2415245  
    3535        );
    3636        self::register_form_widget();
     37
     38
    3739
    3840        if ( ! self::$list ) {
     
    6668        if ( function_exists( '_mc4wp_load_plugin' ) ) {
    6769            self::$list[ 'Mc4Wp' ] = 'WPEssential\Plugins\Builders\Elementor\Shortcodes\Forms\Mc4Wp';
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
    6898        }
    6999    }
  • wpessential/trunk/inc/query-functions.php

    r2414070 r2415245  
    4040}
    4141
    42 
    4342/**
    4443 * Get an array of posts.
     
    6059    }
    6160}
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
     101
     102
     103
     104
     105
     106
     107
     108
     109
     110
     111
     112
     113
     114
     115
     116
     117
     118
     119
     120
     121
     122
     123
     124
     125
     126
     127
     128
     129
     130
     131
     132
     133
     134
     135
     136
     137
     138
     139
  • wpessential/trunk/readme.txt

    r2414070 r2415245  
    88WC requires at least: 4.0
    99WC tested up to: 4.5
    10 Stable tag: 1.0.0.00002
     10Stable tag: 1.0.0.0000
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3030- [MC4WP](https://wordpress.org/plugins/mailchimp-for-wp/)
    3131
     32
     33
     34
     35
     36
     37
     38
     39
     40
    3241
    3342== Installation ==
     
    4655
    4756== Changelog ==
     57
     58
     59
     60
     61
     62
     63
     64
     65
     66
     67
     68
    4869
    4970= 07/11/2020 1.0.0.00002 =
  • wpessential/trunk/wpessential.php

    r2414070 r2415245  
    55 * Plugin URI: https://wp.wpessential.org/plugins/wpessential/
    66 * Author: WPEssential
    7  * Version: 1.0.0.00002
     7 * Version: 1.0.0.0000
    88 * Author URI: https://wpessential.org/
    99 * Text Domain: wpessential
Note: See TracChangeset for help on using the changeset viewer.