Plugin Directory

Changeset 3464101


Ignore:
Timestamp:
02/18/2026 09:18:00 AM (6 weeks ago)
Author:
debuggersstudio
Message:

Update to version 1.2.6 from GitHub

Location:
saaspricing
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • saaspricing/tags/1.2.6/includes/widget.php

    r3418808 r3464101  
    11<?php
     2
    23namespace Saas_Pricing_Table;
    34
     5if ( ! defined( 'ABSPATH' ) ) {
     6    exit; // Exit if accessed directly.
     7}
     8
     9
    410final class Saas_Pricing {
    511    /**
     
    1016     */
    1117
    12     const VERSION = '1.2.5';
     18    const VERSION = '1.2.6';
    1319
    1420    /**
  • saaspricing/tags/1.2.6/readme.txt

    r3418808 r3464101  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    159159== Changelog ==
    160160
     161= 1.2.6 - 2026-02-18 =
     162- Fix: Blocked direct access to PHP files.
     163
    161164= 1.2.5 - 2025-12-13
    162165- Fix: Patched a potential XSS vulnerability reported in frontend input handling.
  • saaspricing/tags/1.2.6/saaspricing.php

    r3418808 r3464101  
    44 * Plugin Name: SaasPricing – Advanced Pricing & Comparison Tables for Elementor
    55 * 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.5
     6 * Version: 1.2.6
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
  • saaspricing/trunk/includes/widget.php

    r3418808 r3464101  
    11<?php
     2
    23namespace Saas_Pricing_Table;
    34
     5if ( ! defined( 'ABSPATH' ) ) {
     6    exit; // Exit if accessed directly.
     7}
     8
     9
    410final class Saas_Pricing {
    511    /**
     
    1016     */
    1117
    12     const VERSION = '1.2.5';
     18    const VERSION = '1.2.6';
    1319
    1420    /**
  • saaspricing/trunk/readme.txt

    r3418808 r3464101  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.2.5
     7Stable tag: 1.2.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    159159== Changelog ==
    160160
     161= 1.2.6 - 2026-02-18 =
     162- Fix: Blocked direct access to PHP files.
     163
    161164= 1.2.5 - 2025-12-13
    162165- Fix: Patched a potential XSS vulnerability reported in frontend input handling.
  • saaspricing/trunk/saaspricing.php

    r3418808 r3464101  
    44 * Plugin Name: SaasPricing – Advanced Pricing & Comparison Tables for Elementor
    55 * 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.5
     6 * Version: 1.2.6
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
Note: See TracChangeset for help on using the changeset viewer.