Plugin Directory

Changeset 2879853


Ignore:
Timestamp:
03/14/2023 02:27:29 PM (3 years ago)
Author:
iqbalbary
Message:

updated 1.3.0

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

Legend:

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

    r2701117 r2879853  
    55Tags: elementor table, elementor table addons, table for elementor, table addons for elementor
    66Requires at least: 3.0.1
    7 Tested up to: 5.9
    8 Stable tag: 1.2
     7Tested up to: 6.1.1
     8Stable tag: 1.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838== Changelog ==
    3939
     40= 1.3.0 =
     41* Elmentor icon update
    4042= 1.2.0 =
    4143* Elmentor deprecated class update
  • table-addons-for-elementor/trunk/includes/class-table-addons-for-elementor-widget.php

    r2701117 r2879853  
    7171
    7272    /**
    73      * Register oEmbed widget controls.
     73     * Register widget controls.
    7474     *
    7575     * Adds different input fields to allow the user to change and customize the widget settings.
     
    7878     * @access protected
    7979     */
    80     protected function _register_controls() {
     80    protected function register_controls() {
    8181        //Table Header start
    8282        $this->start_controls_section(
     
    124124            'colspannumber', [
    125125                'label' => __( 'colSpan Number', 'elementor' ),
    126                 'type' => Controls_Manager::TEXT,
     126                'type' => Controls_Manager::NUMBER,
    127127                'condition' => [
    128128                    'advance' => 'yes',
     
    182182                    'left' => [
    183183                        'title' => __( 'Left', 'table-addons-for-elementor' ),
    184                         'icon' => 'fa fa-align-left',
     184                        'icon' => 'eicon-h-align-left',
    185185                    ],
    186186                    'center' => [
    187187                        'title' => __( 'Center', 'table-addons-for-elementor' ),
    188                         'icon' => 'fa fa-align-center',
     188                        'icon' => 'eicon-h-align-center',
    189189                    ],
    190190                    'right' => [
    191191                        'title' => __( 'Right', 'table-addons-for-elementor' ),
    192                         'icon' => 'fa fa-align-right',
     192                        'icon' => 'eicon-h-align-right',
    193193                    ],
    194194                    'justify' => [
    195195                        'title' => __( 'Justified', 'table-addons-for-elementor' ),
    196                         'icon' => 'fa fa-align-justify',
     196                        'icon' => 'eicon-h-align-stretch',
    197197                    ],
    198198                ],
     
    307307            'colspannumber', [
    308308                'label' => __( 'colSpan Number', 'elementor' ),
    309                 'type' => Controls_Manager::TEXT,
     309                'type' => Controls_Manager::NUMBER,
    310310                'condition' => [
    311311                    'advance' => 'yes',
     
    332332            'rowspannumber', [
    333333                'label' => __( 'rowSpan Number', 'elementor' ),
    334                 'type' => Controls_Manager::TEXT,
     334                'type' => Controls_Manager::NUMBER,
    335335                'condition' => [
    336336                    'advance' => 'yes',
     
    352352                    'left' => [
    353353                        'title' => __( 'Left', 'table-addons-for-elementor' ),
    354                         'icon' => 'fa fa-align-left',
     354                        'icon' => 'eicon-h-align-left',
    355355                    ],
    356356                    'center' => [
    357357                        'title' => __( 'Center', 'table-addons-for-elementor' ),
    358                         'icon' => 'fa fa-align-center',
     358                        'icon' => 'eicon-h-align-center',
    359359                    ],
    360360                    'right' => [
    361361                        'title' => __( 'Right', 'table-addons-for-elementor' ),
    362                         'icon' => 'fa fa-align-right',
     362                        'icon' => 'eicon-h-align-right',
    363363                    ],
    364364                    'justify' => [
    365365                        'title' => __( 'Justified', 'table-addons-for-elementor' ),
    366                         'icon' => 'fa fa-align-justify',
     366                        'icon' => 'eicon-h-align-stretch',
    367367                    ],
    368368                ],
     
    479479                    'left' => [
    480480                        'title' => __( 'Left', 'table-addons-for-elementor' ),
    481                         'icon' => 'fa fa-align-left',
     481                        'icon' => 'eicon-h-align-left',
    482482                    ],
    483483                    'center' => [
    484484                        'title' => __( 'Center', 'table-addons-for-elementor' ),
    485                         'icon' => 'fa fa-align-center',
     485                        'icon' => 'eicon-h-align-center',
    486486                    ],
    487487                    'right' => [
    488488                        'title' => __( 'Right', 'table-addons-for-elementor' ),
    489                         'icon' => 'fa fa-align-right',
     489                        'icon' => 'eicon-h-align-right',
    490490                    ],
    491491                    'justify' => [
    492492                        'title' => __( 'Justified', 'table-addons-for-elementor' ),
    493                         'icon' => 'fa fa-align-justify',
     493                        'icon' => 'eicon-h-align-stretch',
    494494                    ],
    495495                ],
     
    514514            Group_Control_Typography::get_type(),
    515515            [
     516                'label' => __( 'Typography', 'table-addons-for-elementor' ),
    516517                'name' => 'header_typography',
    517518                'selector' => '{{WRAPPER}} table.tafe-table .tafe-table-header',
    518                 'scheme' => Typography::TYPOGRAPHY_3,
    519519            ]
    520520        );
     
    549549                    'left' => [
    550550                        'title' => __( 'Left', 'table-addons-for-elementor' ),
    551                         'icon' => 'fa fa-align-left',
     551                        'icon' => 'eicon-h-align-left',
    552552                    ],
    553553                    'center' => [
    554554                        'title' => __( 'Center', 'table-addons-for-elementor' ),
    555                         'icon' => 'fa fa-align-center',
     555                        'icon' => 'eicon-h-align-center',
    556556                    ],
    557557                    'right' => [
    558558                        'title' => __( 'Right', 'table-addons-for-elementor' ),
    559                         'icon' => 'fa fa-align-right',
     559                        'icon' => 'eicon-h-align-right',
    560560                    ],
    561561                    'justify' => [
    562562                        'title' => __( 'Justified', 'table-addons-for-elementor' ),
    563                         'icon' => 'fa fa-align-justify',
     563                        'icon' => 'eicon-h-align-stretch',
    564564                    ],
    565565                ],
     
    683683    }
    684684
    685     protected function _content_template() {
     685    protected function content_template() {
    686686        ?>
    687687        <table class="tafe-table">
  • table-addons-for-elementor/trunk/table-addons-for-elementor.php

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