Changeset 3279561
- Timestamp:
- 04/23/2025 03:16:52 AM (11 months ago)
- Location:
- piotnet-addons-for-elementor/trunk
- Files:
-
- 2 edited
-
piotnet-addons-for-elementor.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
piotnet-addons-for-elementor/trunk/piotnet-addons-for-elementor.php
r3276414 r3279561 4 4 * Description: Piotnet Addons For Elementor (PAFE) adds many new features for Elementor 5 5 * Plugin URI: https://pafe.piotnet.com/ 6 * Version: 2.4.3 56 * Version: 2.4.36 7 7 * Author: Piotnet 8 8 * Author URI: https://piotnet.com/ … … 15 15 if ( ! defined( 'ABSPATH' ) ) { exit; } 16 16 17 define( 'PAFE_VERSION', '2.4.3 5' );17 define( 'PAFE_VERSION', '2.4.36' ); 18 18 19 19 define( 'PAFE_DIR', plugin_dir_path(__FILE__)); … … 300 300 301 301 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'] ) { 303 303 register_setting( 'piotnet-addons-for-elementor-features-settings-group', $feature['option'], ['sanitize_callback' => 'sanitize_text_field'] ); 304 304 } -
piotnet-addons-for-elementor/trunk/readme.txt
r3276414 r3279561 5 5 Tested up to: 6.8 6 6 Requires PHP: 5.4 7 Stable tag: 2.4.3 57 Stable tag: 2.4.36 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 120 120 121 121 == Changelog == 122 = 2.4.36 = 123 * Fix PHP issue. 122 124 = 2.4.35 = 123 125 * Fix Escape HTML output issues. Update text domain.
Note: See TracChangeset
for help on using the changeset viewer.