Changeset 3464101
- Timestamp:
- 02/18/2026 09:18:00 AM (6 weeks ago)
- Location:
- saaspricing
- Files:
-
- 6 edited
- 1 copied
-
tags/1.2.6 (copied) (copied from saaspricing/trunk)
-
tags/1.2.6/includes/widget.php (modified) (2 diffs)
-
tags/1.2.6/readme.txt (modified) (2 diffs)
-
tags/1.2.6/saaspricing.php (modified) (1 diff)
-
trunk/includes/widget.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/saaspricing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
saaspricing/tags/1.2.6/includes/widget.php
r3418808 r3464101 1 1 <?php 2 2 3 namespace Saas_Pricing_Table; 3 4 5 if ( ! defined( 'ABSPATH' ) ) { 6 exit; // Exit if accessed directly. 7 } 8 9 4 10 final class Saas_Pricing { 5 11 /** … … 10 16 */ 11 17 12 const VERSION = '1.2. 5';18 const VERSION = '1.2.6'; 13 19 14 20 /** -
saaspricing/tags/1.2.6/readme.txt
r3418808 r3464101 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 57 Stable tag: 1.2.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 159 159 == Changelog == 160 160 161 = 1.2.6 - 2026-02-18 = 162 - Fix: Blocked direct access to PHP files. 163 161 164 = 1.2.5 - 2025-12-13 162 165 - Fix: Patched a potential XSS vulnerability reported in frontend input handling. -
saaspricing/tags/1.2.6/saaspricing.php
r3418808 r3464101 4 4 * Plugin Name: SaasPricing – Advanced Pricing & Comparison Tables for Elementor 5 5 * Description: Top Elementor Widget for Price Table, comparison table and real time pricing calculator With trendy design and different table style 6 * Version: 1.2. 56 * Version: 1.2.6 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 -
saaspricing/trunk/includes/widget.php
r3418808 r3464101 1 1 <?php 2 2 3 namespace Saas_Pricing_Table; 3 4 5 if ( ! defined( 'ABSPATH' ) ) { 6 exit; // Exit if accessed directly. 7 } 8 9 4 10 final class Saas_Pricing { 5 11 /** … … 10 16 */ 11 17 12 const VERSION = '1.2. 5';18 const VERSION = '1.2.6'; 13 19 14 20 /** -
saaspricing/trunk/readme.txt
r3418808 r3464101 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 57 Stable tag: 1.2.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 159 159 == Changelog == 160 160 161 = 1.2.6 - 2026-02-18 = 162 - Fix: Blocked direct access to PHP files. 163 161 164 = 1.2.5 - 2025-12-13 162 165 - Fix: Patched a potential XSS vulnerability reported in frontend input handling. -
saaspricing/trunk/saaspricing.php
r3418808 r3464101 4 4 * Plugin Name: SaasPricing – Advanced Pricing & Comparison Tables for Elementor 5 5 * Description: Top Elementor Widget for Price Table, comparison table and real time pricing calculator With trendy design and different table style 6 * Version: 1.2. 56 * Version: 1.2.6 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4
Note: See TracChangeset
for help on using the changeset viewer.