From 5c7a7c21053d8a52dcb7279e21b7ab2e9c491173 Mon Sep 17 00:00:00 2001 From: samitshah7493 Date: Mon, 27 Jan 2020 13:07:10 +0530 Subject: [PATCH 1/2] Changed the version and solved the email not send issue --- mlw_quizmaster2.php | 4 ++-- php/classes/class-qmn-quiz-manager.php | 2 +- readme.txt | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/mlw_quizmaster2.php b/mlw_quizmaster2.php index 0364cb103..9fc750f2e 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: 6.4.1 + * Version: 6.4.2 * Author: ExpressTech * Author URI: https://quizandsurveymaster.com/ * Plugin URI: https://expresstech.io/ @@ -37,7 +37,7 @@ class MLWQuizMasterNext { * @var string * @since 4.0.0 */ - public $version = '6.4.1'; + public $version = '6.4.2'; /** * QSM Alert Manager Object diff --git a/php/classes/class-qmn-quiz-manager.php b/php/classes/class-qmn-quiz-manager.php index f79fc459e..a185b26a8 100644 --- a/php/classes/class-qmn-quiz-manager.php +++ b/php/classes/class-qmn-quiz-manager.php @@ -921,7 +921,7 @@ public function display_results($options, $data) { public function ajax_submit_results() { global $qmn_allowed_visit; global $mlwQuizMasterNext; - parse_str(sanitize_textarea_field($_POST["quizData"]), $_POST); + parse_str($_POST["quizData"], $_POST); $qmn_allowed_visit = true; $quiz = intval($_POST["qmn_quiz_id"]); $mlwQuizMasterNext->pluginHelper->prepare_quiz($quiz); diff --git a/readme.txt b/readme.txt index 60a371ed7..3a46d237e 100644 --- a/readme.txt +++ b/readme.txt @@ -118,6 +118,12 @@ This is usually a theme conflict. You can [checkout out our common conflict solu == Changelog == += 6.4.1 () = +* Bug: Solved Email without @ ( https://github.com/QuizandSurveyMaster/quiz_master_next/issues/831 ) +* Bug: QSM is not sending email to user + +== Changelog == + = 6.4.1 (Jan 24, 2020) = * Bug: Solve vulnerability issues reported by wordfence * Bug: PHP notices in Settings page From 078cdb26ae16336860865a73418410a496f9f068 Mon Sep 17 00:00:00 2001 From: vikasprogrammer Date: Mon, 27 Jan 2020 20:41:08 +0530 Subject: [PATCH 2/2] version and release notes --- readme.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 3a46d237e..121bf36b4 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: 5.3.2 Requires PHP: 5.4 -Stable tag: 6.4.1 +Stable tag: 6.4.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -118,9 +118,8 @@ This is usually a theme conflict. You can [checkout out our common conflict solu == Changelog == -= 6.4.1 () = -* Bug: Solved Email without @ ( https://github.com/QuizandSurveyMaster/quiz_master_next/issues/831 ) -* Bug: QSM is not sending email to user += 6.4.2 (Jan 27, 2020) = +* Bug: Solved Email without (https://github.com/QuizandSurveyMaster/quiz_master_next/issues/831) == Changelog ==