Changeset 3448821
- Timestamp:
- 01/28/2026 03:49:28 PM (2 months ago)
- Location:
- hd-quiz/trunk
- Files:
-
- 3 edited
-
includes/actions-ajax.php (modified) (2 diffs)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hd-quiz/trunk/includes/actions-ajax.php
r3228552 r3448821 119 119 function hdq_get_question_type() 120 120 { 121 if (!hdq_user_permission()) { 122 die(); 123 } 121 124 $question_type = ""; 122 125 if (isset($_POST["question_type"])) { … … 128 131 $quiz_id = intval($_POST["quiz_id"]); 129 132 } 130 133 131 134 $question_id = 0; 132 135 if (isset($_POST["question_id"])) { -
hd-quiz/trunk/index.php
r3351469 r3448821 6 6 * Author: Harmonic Design 7 7 * Author URI: https://harmonicdesign.ca 8 * Version: 2.0. 98 * Version: 2.0.10 9 9 * Text Domain: hd-quiz 10 10 * Domain Path: /languages … … 24 24 } 25 25 if (!defined('HDQ_PLUGIN_VERSION')) { 26 define('HDQ_PLUGIN_VERSION', '2.0. 9');26 define('HDQ_PLUGIN_VERSION', '2.0.10'); 27 27 } 28 28 -
hd-quiz/trunk/readme.txt
r3427772 r3448821 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 2.0. 96 Stable tag: 2.0.10 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 146 146 147 147 == Changelog == 148 = 2.0.10 = 149 * - minor security fix 150 148 151 = 2.0.9 = 149 152 * `on_submit` fix, and new `before_submit` action … … 368 371 369 372 == Upgrade Notice == 370 = 2.0. 9=371 * `on_submit` fix, and new `before_submit` action373 = 2.0.10 = 374 * Minor security fix
Note: See TracChangeset
for help on using the changeset viewer.