Plugin Directory

Changeset 3088287


Ignore:
Timestamp:
05/17/2024 12:05:15 PM (23 months ago)
Author:
fusionplugin
Message:

Updated to version 2.1.1

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

Legend:

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

    r3088274 r3088287  
    55Requires at least: 3.0.1
    66Tested up to: 6.5.3
    7 Stable tag: 2.1.0
     7Stable tag: 2.1.1
    88Requires PHP: 7.0.0
    99License: GPLv2 or later
     
    102102== Changelog ==
    103103
     104= 2.1.1 =
     105* Fixed: Icon fill color issue
    104106= 2.1.0 =
    105107* Tweak: Elmentor library update
  • table-addons-for-elementor/trunk/includes/class-table-addons-for-elementor-widget.php

    r3088274 r3088287  
    661661                'type' => Controls_Manager::COLOR,
    662662                'selectors' => [
    663                     '{{WRAPPER}} table.tafe-table .tafe-table-body tr {{CURRENT_ITEM}}' => 'color: {{VALUE}}!important;',
     663                    '{{WRAPPER}} table.tafe-table .tafe-table-body tr {{CURRENT_ITEM}}' => 'color: {{VALUE}}!important;fill: {{VALUE}};',
    664664                    '{{WRAPPER}} table.tafe-table .tafe-table-body tr {{CURRENT_ITEM}} .table-addons-button' => 'color: {{VALUE}};',
    665665                    '{{WRAPPER}} table.tafe-table .tafe-table-body tr {{CURRENT_ITEM}} .table-addons-link' => 'color: {{VALUE}};',
  • table-addons-for-elementor/trunk/table-addons-for-elementor.php

    r3088274 r3088287  
    44 * Description: Table Widget for elementor page builder. Effortlessly create stunning and functional tables on Elementor.
    55 * Plugin URI:  https://fusionplugin.com/plugins/table-addons-for-elementor/
    6  * Version:     2.1.0
     6 * Version:     2.1.1
    77 * Elementor tested up to: 3.21.5
    88 * Elementor Pro tested up to: 3.21.5
     
    2424 * Currently plugin version.
    2525 */
    26 define( 'TABLE_ADDONS_FOR_ELEMENTOR_VERSION', '2.1.0' );
     26define( 'TABLE_ADDONS_FOR_ELEMENTOR_VERSION', '2.1.1' );
    2727define( 'TABLE_ADDONS_FOR_ELEMENTOR__BASE', plugin_basename( __FILE__ ) );
    2828
Note: See TracChangeset for help on using the changeset viewer.