Plugin Directory

Changeset 2172401


Ignore:
Timestamp:
10/13/2019 11:40:35 AM (6 years ago)
Author:
iqbalbary
Message:

dynamic data added and version update

Location:
table-addons-for-elementor
Files:
30 added
3 edited

Legend:

Unmodified
Added
Removed
  • table-addons-for-elementor/trunk/README.txt

    r2096751 r2172401  
    1616With Table Addons For Elementor, you can create any type of table for WordPress. There is no limitation for table cell and row number, you can create any number of table cell or row you need for your table. It has advance feature of Elementor which gives you option to stylish your table.
    1717
     18### Example File Templates
     19
     20* Sample example 1 - [JSON Link](http://iqbalbary.com/plugin-data/elementor-table/elementor-140-2019-10-13.json)
     21* Sample example 2 - [JSON Link](http://iqbalbary.com/plugin-data/elementor-table/elementor-143-2019-10-13.json)
     22* Sample example 3 - [JSON Link](http://iqbalbary.com/plugin-data/elementor-table/elementor-146-2019-10-13.json)
     23* Sample example 4 - [JSON Link](http://iqbalbary.com/plugin-data/elementor-table/elementor-149-2019-10-13.json)
     24
    1825== Installation ==
    1926
     
    3138== Changelog ==
    3239
    33 = 1.0 =
     40= 1.0.1 =
     41* Dynamic field added
     42= 1.0.0 =
    3443* Initial version of the plugin.
  • table-addons-for-elementor/trunk/includes/class-table-addons-for-elementor-widget.php

    r2096751 r2172401  
    109109                        'placeholder' => __( 'table data', 'table-addons-for-elementor' ),
    110110                        'default' => __( 'table data', 'table-addons-for-elementor' ),
     111                        'dynamic' => [
     112                            'active' => true,
     113                        ]
    111114                    ],
    112115                    [
     
    259262                'placeholder' => __( 'Table Data', 'table-addons-for-elementor' ),
    260263                'default' => __( 'Table Data', 'table-addons-for-elementor' ),
     264                'dynamic' => [
     265                    'active' => true,
     266                ]
    261267            ]
    262268        );
  • table-addons-for-elementor/trunk/table-addons-for-elementor.php

    r2096751 r2172401  
    44 * Description: Table extension for elementor page builder
    55 * Plugin URI:  https://iqbalbary.com/table-addons-for-elementor/
    6  * Version:     1.0.0
     6 * Version:     1.0.1
    77 * Author:      Iqbal Bary
    88 * Author URI:  https://iqbalbary.com/
     
    2222 * Currently plugin version.
    2323 */
    24 define( 'TABLE_ADDONS_FOR_ELEMENTOR_VERSION', '1.0.0' );
     24define( 'TABLE_ADDONS_FOR_ELEMENTOR_VERSION', '1.0.1' );
    2525
    2626/**
Note: See TracChangeset for help on using the changeset viewer.