Skip to content

Commit

Permalink
update chaangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairraeen committed Oct 6, 2023
1 parent c097fc4 commit 2994168
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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.16
* Version: 8.1.17
* 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.16';
public $version = '8.1.17';

/**
* QSM Alert Manager Object
Expand Down
10 changes: 9 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.16
Stable tag: 8.1.17
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==
= 8.1.17 (October 09, 2023) =
* Feature: Added option to include custom text when the answer choice limit exceeds in multiple response type questions.
* Feature: Added a new feature to accept shortcodes in the text set to display at the end of quizzes.
* Bug: Fixed issues with HTML tags in exported PDFs
* Bug: Fixed issues with HTML tags in question descriptions
* Bug: Fixed the behavior of questions marked as required.
* Bug: Patched a vulnerability related to draft quiz submissions

= 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
Expand Down

0 comments on commit 2994168

Please sign in to comment.