Changeset 3266323
- Timestamp:
- 04/03/2025 12:05:41 PM (11 months ago)
- Location:
- quentn-wp/trunk
- Files:
-
- 3 edited
-
includes/class-quentn-wp.php (modified) (1 diff)
-
quentn-wp.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quentn-wp/trunk/includes/class-quentn-wp.php
r3266307 r3266323 75 75 $this->version = QUENTN_WP_VERSION; 76 76 } else { 77 $this->version = '1.2.9 ';77 $this->version = '1.2.9.1'; 78 78 } 79 79 $this->plugin_name = 'quentn-wp'; -
quentn-wp/trunk/quentn-wp.php
r3266313 r3266323 17 17 * Plugin URI: https://docs.quentn.com/de/beta-quentn-wordpress-plugin/installieren-und-verbinden 18 18 * 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 20 20 * Author: Quentn.com GmbH 21 21 * Author URI: https://quentn.com/ … … 35 35 define( "QUENTN_WP_PLUGIN_DIR", plugin_dir_path( __FILE__ ) ); 36 36 define( "QUENTN_WP_PLUGIN_URL", plugin_dir_url( __FILE__ ) ); 37 define( 'QUENTN_WP_VERSION', '1.2.9 ' );37 define( 'QUENTN_WP_VERSION', '1.2.9.1' ); 38 38 define( 'QUENTN_WP_DB_VERSION', '1.1' ); 39 39 -
quentn-wp/trunk/readme.txt
r3266307 r3266323 4 4 Requires at least: 4.6.0 5 5 Tested up to: 6.7.2 6 Stable tag: 1.2.9 6 Stable tag: 1.2.9.1 7 7 Requires PHP: 5.6.0 8 8 License: GPLv2 or later … … 67 67 == Changelog == 68 68 69 = 1.2.9.1 = 70 * Meta: Fixed plugin version header (was incorrectly still 1.2.8 in previous release). 71 69 72 = 1.2.9 = 70 73 * Security Fix: Fixed SQL injection vulnerabilities … … 169 172 == Upgrade Notice == 170 173 174 = 1.2.9.1 - Security Update = 175 This 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 171 177 = 1.2.9 - Security Update = 172 178 This 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.