From 722f7d3d2427c993d2dc0118aee6d1eef78e2abe Mon Sep 17 00:00:00 2001 From: PranavAwasthi Date: Thu, 29 Jun 2023 12:44:09 +0530 Subject: [PATCH 1/4] Fixed timer issue in core 8.1.9 --- js/qsm-quiz.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/qsm-quiz.js b/js/qsm-quiz.js index 9bc256437..a3ed96446 100644 --- a/js/qsm-quiz.js +++ b/js/qsm-quiz.js @@ -805,8 +805,8 @@ function qmnDoInit() { }); } } - if ( jQuery('.qsm-quiz-container-' + quizID + ' .qsm-submit-btn').is(':visible') || jQuery('.qsm-quiz-container-' + quizID + ' .qsm-quiz-comment-section').closest('.qsm-page').is(':visible') ) { - jQuery('.qsm-quiz-container-' + quizID + ' .qsm-quiz-comment-section').fadeIn(); + if ( jQuery('.qsm-quiz-container-' + _quiz_id + ' .qsm-submit-btn').is(':visible') || jQuery('.qsm-quiz-container-' + _quiz_id + ' .qsm-quiz-comment-section').closest('.qsm-page').is(':visible') ) { + jQuery('.qsm-quiz-container-' + _quiz_id + ' .qsm-quiz-comment-section').fadeIn(); } }); } From 19dfe7ff6cbe8bccd66a6a78578723651e95ac77 Mon Sep 17 00:00:00 2001 From: etchirag Date: Fri, 30 Jun 2023 14:40:32 +0530 Subject: [PATCH 2/4] Fixed issue with display timer --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index ea4cbedfd..a797946d8 100644 --- a/readme.txt +++ b/readme.txt @@ -163,6 +163,9 @@ This is usually a theme conflict. You can [checkout out our common conflict solu 18. Database == Changelog == += 8.2.0 (June 30, 2023) = +* Bug: Fixed issues with timer after 8.1.9 release + = 8.1.9 (June 28, 2023) = * Feature: Added option to disable quiz public links * Feature: Added option to apply global setting on multiple quizzes From 7597cb81ce412b740cf43c434bcafbdf2a32433c Mon Sep 17 00:00:00 2001 From: etchirag Date: Fri, 30 Jun 2023 14:43:53 +0530 Subject: [PATCH 3/4] Minor changes --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index a797946d8..2026e2ad1 100644 --- a/readme.txt +++ b/readme.txt @@ -163,7 +163,7 @@ This is usually a theme conflict. You can [checkout out our common conflict solu 18. Database == Changelog == -= 8.2.0 (June 30, 2023) = += 8.1.10 (June 30, 2023) = * Bug: Fixed issues with timer after 8.1.9 release = 8.1.9 (June 28, 2023) = From 9fefde4e813e98043e5dc4caa01e7f1ed38e14d1 Mon Sep 17 00:00:00 2001 From: etchirag Date: Fri, 30 Jun 2023 14:45:09 +0530 Subject: [PATCH 4/4] Minor changes --- mlw_quizmaster2.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mlw_quizmaster2.php b/mlw_quizmaster2.php index d88ea48b0..e4854fc86 100644 --- a/mlw_quizmaster2.php +++ b/mlw_quizmaster2.php @@ -2,7 +2,7 @@ /** * Plugin Name: Quiz And Survey Master * Description: Easily and quickly add quizzes and surveys to your website. - * Version: 8.1.9 + * Version: 8.1.10 * Author: ExpressTech * Author URI: https://quizandsurveymaster.com/ * Plugin URI: https://expresstech.io/ @@ -43,7 +43,7 @@ class MLWQuizMasterNext { * @var string * @since 4.0.0 */ - public $version = '8.1.9'; + public $version = '8.1.10'; /** * QSM Alert Manager Object diff --git a/readme.txt b/readme.txt index 2026e2ad1..7aa0390f3 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: quiz, survey, lead, test, score, exam, questionnaire, question,wordpress q Requires at least: 4.9 Tested up to: 6.2 Requires PHP: 5.4 -Stable tag: 8.1.9 +Stable tag: 8.1.10 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html