Plugin Directory

Changeset 3279561


Ignore:
Timestamp:
04/23/2025 03:16:52 AM (11 months ago)
Author:
piotnetdotcom
Message:

Update 2.4.36

Location:
piotnet-addons-for-elementor/trunk
Files:
2 edited

Legend:

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

    r3276414 r3279561  
    44 * Description: Piotnet Addons For Elementor (PAFE) adds many new features for Elementor
    55 * Plugin URI:  https://pafe.piotnet.com/
    6  * Version:     2.4.35
     6 * Version:     2.4.36
    77 * Author:      Piotnet
    88 * Author URI:  https://piotnet.com/
     
    1515if ( ! defined( 'ABSPATH' ) ) { exit; }
    1616
    17 define( 'PAFE_VERSION', '2.4.35' );
     17define( 'PAFE_VERSION', '2.4.36' );
    1818
    1919define( 'PAFE_DIR', plugin_dir_path(__FILE__));
     
    300300
    301301        foreach ($features as $feature) {
    302             if ( defined('PAFE_VERSION') && !$feature['pro'] || defined(constant_name: 'PAFE_PRO_VERSION') && $feature['pro'] ) {
     302            if ( defined('PAFE_VERSION') && !$feature['pro'] || defined('PAFE_PRO_VERSION') && $feature['pro'] ) {
    303303                register_setting( 'piotnet-addons-for-elementor-features-settings-group', $feature['option'], ['sanitize_callback' => 'sanitize_text_field'] );
    304304            }
  • piotnet-addons-for-elementor/trunk/readme.txt

    r3276414 r3279561  
    55Tested up to: 6.8
    66Requires PHP: 5.4
    7 Stable tag: 2.4.35
     7Stable tag: 2.4.36
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    120120
    121121== Changelog ==
     122= 2.4.36 =
     123* Fix PHP issue.
    122124= 2.4.35 =
    123125* Fix Escape HTML output issues. Update text domain.
Note: See TracChangeset for help on using the changeset viewer.