Skip to content

Commit

Permalink
Merge pull request #2356 from QuizandSurveyMaster/dev-zubair
Browse files Browse the repository at this point in the history
update changelog 8.1.16
  • Loading branch information
zubairraeen authored Sep 20, 2023
2 parents d7a2f6e + f42611e commit 19b8c04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions mlw_quizmaster2.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Quiz And Survey Master
* Description: Easily and quickly add quizzes and surveys to your website.
* Version: 8.1.15
* Version: 8.1.16
* Author: ExpressTech
* Author URI: https://quizandsurveymaster.com/
* Plugin URI: https://expresstech.io/
Expand Down Expand Up @@ -43,7 +43,7 @@ class MLWQuizMasterNext {
* @var string
* @since 4.0.0
*/
public $version = '8.1.15';
public $version = '8.1.16';

/**
* QSM Alert Manager Object
Expand Down
8 changes: 0 additions & 8 deletions php/admin/options-page-questions-tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,6 @@ function qsm_options_questions_tab_content() {
</div>
<?php
}
$randomness = $mlwQuizMasterNext->pluginHelper->get_section_setting( 'quiz_options', 'randomness_order' );
if ( 0 != $randomness ) {
?>
<div class="notice notice-warning">
<p><?php esc_html_e( 'This quiz has the "Are the questions random?" option enabled. The pages below will not be used while that option is enabled. To turn off, go to the "Options" tab and set that option to "No".', 'quiz-master-next' ); ?></p>
</div>
<?php
}

$question_ids = $mlwQuizMasterNext->pluginHelper->get_questions_ids( $quiz_id );
if ( ! empty( $question_ids ) ) {
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: quiz, survey, lead, test, score, exam, questionnaire, question,wordpress q
Requires at least: 4.9
Tested up to: 6.3
Requires PHP: 5.4
Stable tag: 8.1.15
Stable tag: 8.1.16
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -163,6 +163,11 @@ This is usually a theme conflict. You can [checkout out our common conflict solu
18. Database

== Changelog ==
= 8.1.16 (September 20, 2023) =
* Feature: Added option to use random question and answer with manual pagination
* Bug: Fix quiz score calculation issue with file upload question types
* Enhancement: Improve nonce validation logic

= 8.1.15 (September 11, 2023) =
* Bug: Fixed issue causing numeric responses of 0 to display as "No Answer Provided" in emails
* Bug: Fixed issue with next button while using manual pagination
Expand Down

0 comments on commit 19b8c04

Please sign in to comment.