Plugin Directory

Changeset 2701117


Ignore:
Timestamp:
03/29/2022 09:00:04 AM (4 years ago)
Author:
iqbalbary
Message:

updated to version 1.2.0

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

Legend:

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

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

    r2368981 r2701117  
    44use \Elementor\Group_Control_Border;
    55use \Elementor\Group_Control_Typography;
    6 use \Elementor\Scheme_Typography;
     6use \Elementor\Core\Schemes\Typography;
    77
    88
     
    403403                'label' => __( 'Typography', 'table-addons-for-elementor' ),
    404404                'selector' => '{{WRAPPER}} table.tafe-table {{CURRENT_ITEM}}',
    405                 'scheme' => \Elementor\Scheme_Typography::TYPOGRAPHY_4,
     405                'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_4,
    406406            ]
    407407        );
     
    516516                'name' => 'header_typography',
    517517                'selector' => '{{WRAPPER}} table.tafe-table .tafe-table-header',
    518                 'scheme' => Scheme_Typography::TYPOGRAPHY_3,
     518                'scheme' => Typography::TYPOGRAPHY_3,
    519519            ]
    520520        );
     
    586586                'name' => 'body_typography',
    587587                'selector' => '{{WRAPPER}} table.tafe-table .tafe-table-body',
    588                 'scheme' => Scheme_Typography::TYPOGRAPHY_3,
     588                'scheme' => Typography::TYPOGRAPHY_3,
    589589            ]
    590590        );
  • table-addons-for-elementor/trunk/table-addons-for-elementor.php

    r2368981 r2701117  
    44 * Description: Table extension for elementor page builder
    55 * Plugin URI:  https://iqbalbary.com/table-addons-for-elementor/
    6  * Version:     1.1.0
     6 * Version:     1.2.0
    77 * Author:      Iqbal Bary
    88 * Author URI:  https://iqbalbary.com/
Note: See TracChangeset for help on using the changeset viewer.