Plugin Directory

Changeset 2785828


Ignore:
Timestamp:
09/16/2022 09:16:24 AM (4 years ago)
Author:
piotnetdotcom
Message:

Update 2.4.20

Location:
piotnet-addons-for-elementor
Files:
80 added
3 edited

Legend:

Unmodified
Added
Removed
  • piotnet-addons-for-elementor/trunk/controls/pafe-tooltip.php

    r2782341 r2785828  
    261261                    'distance' => floatval( $settings['pafe_tooltip_distance'] ),
    262262                    'placement' => $settings['pafe_tooltip_placement'],
     263                    'allowHTML'=> true,
    263264                ];
    264265
  • piotnet-addons-for-elementor/trunk/piotnet-addons-for-elementor.php

    r2782341 r2785828  
    44 * Description: Piotnet Addons For Elementor (PAFE) adds many new features for Elementor
    55 * Plugin URI:  https://pafe.piotnet.com/
    6  * Version:     2.4.19
     6 * Version:     2.4.20
    77 * Author:      Piotnet
    88 * Author URI:  https://piotnet.com/
    99 * Text Domain: pafe
    10  * Elementor tested up to: 3.7.4
    11  * Elementor Pro tested up to: 3.7.5
     10 * Elementor tested up to: 3.7.6
     11 * Elementor Pro tested up to: 3.7.6
    1212 */
    1313
    1414if ( ! defined( 'ABSPATH' ) ) { exit; }
    1515
    16 define( 'PAFE_VERSION', '2.4.18' );
     16define( 'PAFE_VERSION', '2.4.20' );
    1717
    1818define( 'PAFE_DIR', plugin_dir_path(__FILE__));
  • piotnet-addons-for-elementor/trunk/readme.txt

    r2782341 r2785828  
    55Tested up to: 6.0.2
    66Requires PHP: 5.4
    7 Stable tag: 2.4.19
     7Stable tag: 2.4.20
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    120120
    121121== Changelog ==
     122= 2.4.20 =
     123* Fix Tooltip does not allow HTML.
     124* Update Elementor tested up to version
    122125= 2.4.19 =
    123126* Adding URLs to the table content columns and adjusting the width of the cells.
Note: See TracChangeset for help on using the changeset viewer.