Changeset 2172401
- Timestamp:
- 10/13/2019 11:40:35 AM (6 years ago)
- Location:
- table-addons-for-elementor
- Files:
-
- 30 added
- 3 edited
-
tags/1.0.0 (added)
-
tags/1.0.0/README.txt (added)
-
tags/1.0.0/admin (added)
-
tags/1.0.0/admin/class-table-addons-for-elementor-admin.php (added)
-
tags/1.0.0/admin/css (added)
-
tags/1.0.0/admin/css/table-addons-for-elementor-admin.css (added)
-
tags/1.0.0/admin/index.php (added)
-
tags/1.0.0/admin/js (added)
-
tags/1.0.0/admin/js/table-addons-for-elementor-admin.js (added)
-
tags/1.0.0/includes (added)
-
tags/1.0.0/includes/class-table-addons-for-elementor-activator.php (added)
-
tags/1.0.0/includes/class-table-addons-for-elementor-deactivator.php (added)
-
tags/1.0.0/includes/class-table-addons-for-elementor-extension.php (added)
-
tags/1.0.0/includes/class-table-addons-for-elementor-i18n.php (added)
-
tags/1.0.0/includes/class-table-addons-for-elementor-loader.php (added)
-
tags/1.0.0/includes/class-table-addons-for-elementor-widget.php (added)
-
tags/1.0.0/includes/class-table-addons-for-elementor.php (added)
-
tags/1.0.0/includes/index.php (added)
-
tags/1.0.0/index.php (added)
-
tags/1.0.0/languages (added)
-
tags/1.0.0/languages/table-addons-elementor.pot (added)
-
tags/1.0.0/public (added)
-
tags/1.0.0/public/class-table-addons-for-elementor-public.php (added)
-
tags/1.0.0/public/css (added)
-
tags/1.0.0/public/css/table-addons-for-elementor-public.css (added)
-
tags/1.0.0/public/index.php (added)
-
tags/1.0.0/public/js (added)
-
tags/1.0.0/public/js/table-addons-for-elementor-public.js (added)
-
tags/1.0.0/table-addons-for-elementor.php (added)
-
tags/1.0.0/uninstall.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-table-addons-for-elementor-widget.php (modified) (2 diffs)
-
trunk/table-addons-for-elementor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
table-addons-for-elementor/trunk/README.txt
r2096751 r2172401 16 16 With 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. 17 17 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 18 25 == Installation == 19 26 … … 31 38 == Changelog == 32 39 33 = 1.0 = 40 = 1.0.1 = 41 * Dynamic field added 42 = 1.0.0 = 34 43 * Initial version of the plugin. -
table-addons-for-elementor/trunk/includes/class-table-addons-for-elementor-widget.php
r2096751 r2172401 109 109 'placeholder' => __( 'table data', 'table-addons-for-elementor' ), 110 110 'default' => __( 'table data', 'table-addons-for-elementor' ), 111 'dynamic' => [ 112 'active' => true, 113 ] 111 114 ], 112 115 [ … … 259 262 'placeholder' => __( 'Table Data', 'table-addons-for-elementor' ), 260 263 'default' => __( 'Table Data', 'table-addons-for-elementor' ), 264 'dynamic' => [ 265 'active' => true, 266 ] 261 267 ] 262 268 ); -
table-addons-for-elementor/trunk/table-addons-for-elementor.php
r2096751 r2172401 4 4 * Description: Table extension for elementor page builder 5 5 * Plugin URI: https://iqbalbary.com/table-addons-for-elementor/ 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Iqbal Bary 8 8 * Author URI: https://iqbalbary.com/ … … 22 22 * Currently plugin version. 23 23 */ 24 define( 'TABLE_ADDONS_FOR_ELEMENTOR_VERSION', '1.0. 0' );24 define( 'TABLE_ADDONS_FOR_ELEMENTOR_VERSION', '1.0.1' ); 25 25 26 26 /**
Note: See TracChangeset
for help on using the changeset viewer.