Plugin Directory

Changeset 3266323


Ignore:
Timestamp:
04/03/2025 12:05:41 PM (11 months ago)
Author:
quentn
Message:

Update version number

Location:
quentn-wp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • quentn-wp/trunk/includes/class-quentn-wp.php

    r3266307 r3266323  
    7575            $this->version = QUENTN_WP_VERSION;
    7676        } else {
    77             $this->version = '1.2.9';
     77            $this->version = '1.2.9.1';
    7878        }
    7979        $this->plugin_name = 'quentn-wp';
  • quentn-wp/trunk/quentn-wp.php

    r3266313 r3266323  
    1717 * Plugin URI:        https://docs.quentn.com/de/beta-quentn-wordpress-plugin/installieren-und-verbinden
    1818 * Description:       This plugin allows you to restrict access to specific pages, create custom access links and create dynamic page countdowns. Optionally, you can connect your Quentn account to your WordPress installation to share contacts and manage access restrictions through Quentn.
    19  * Version:           1.2.9
     19 * Version:           1.2.9.1
    2020 * Author:            Quentn.com GmbH
    2121 * Author URI:        https://quentn.com/
     
    3535define( "QUENTN_WP_PLUGIN_DIR", plugin_dir_path( __FILE__ ) );
    3636define( "QUENTN_WP_PLUGIN_URL", plugin_dir_url(  __FILE__ ) );
    37 define( 'QUENTN_WP_VERSION', '1.2.9' );
     37define( 'QUENTN_WP_VERSION', '1.2.9.1' );
    3838define( 'QUENTN_WP_DB_VERSION', '1.1' );
    3939
  • quentn-wp/trunk/readme.txt

    r3266307 r3266323  
    44Requires at least: 4.6.0
    55Tested up to: 6.7.2
    6 Stable tag: 1.2.9
     6Stable tag: 1.2.9.1
    77Requires PHP: 5.6.0
    88License: GPLv2 or later
     
    6767== Changelog ==
    6868
     69= 1.2.9.1 =
     70* Meta: Fixed plugin version header (was incorrectly still 1.2.8 in previous release).
     71
    6972= 1.2.9 =
    7073* Security Fix: Fixed SQL injection vulnerabilities
     
    169172== Upgrade Notice ==
    170173
     174= 1.2.9.1 - Security Update =
     175This is a critical security update. It addresses potential SQL injection vulnerabilities found in previous versions. Please update immediately to ensure your site remains secure.
     176
    171177= 1.2.9 - Security Update =
    172178This is a critical security update. It addresses potential SQL injection vulnerabilities found in previous versions. Please update immediately to ensure your site remains secure.
Note: See TracChangeset for help on using the changeset viewer.