Version Description
(Jan 27, 2020) = * Bug: Solved Email without (https://github.com/QuizandSurveyMaster/quiz_master_next/issues/831)
=
Download this release
Release Info
Developer | quizsurvey |
Plugin | Quiz And Survey Master (Formerly Quiz Master Next) |
Version | 6.4.2 |
Comparing to | |
See all releases |
Code changes from version 6.4.1 to 6.4.2
- mlw_quizmaster2.php +2 -2
- php/classes/class-qmn-quiz-manager.php +1 -1
- readme.txt +6 -1
mlw_quizmaster2.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Quiz And Survey Master
|
4 |
* Description: Easily and quickly add quizzes and surveys to your website.
|
5 |
-
* Version: 6.4.
|
6 |
* Author: ExpressTech
|
7 |
* Author URI: https://quizandsurveymaster.com/
|
8 |
* Plugin URI: https://expresstech.io/
|
@@ -37,7 +37,7 @@ class MLWQuizMasterNext {
|
|
37 |
* @var string
|
38 |
* @since 4.0.0
|
39 |
*/
|
40 |
-
public $version = '6.4.
|
41 |
|
42 |
/**
|
43 |
* QSM Alert Manager Object
|
2 |
/**
|
3 |
* Plugin Name: Quiz And Survey Master
|
4 |
* Description: Easily and quickly add quizzes and surveys to your website.
|
5 |
+
* Version: 6.4.2
|
6 |
* Author: ExpressTech
|
7 |
* Author URI: https://quizandsurveymaster.com/
|
8 |
* Plugin URI: https://expresstech.io/
|
37 |
* @var string
|
38 |
* @since 4.0.0
|
39 |
*/
|
40 |
+
public $version = '6.4.2';
|
41 |
|
42 |
/**
|
43 |
* QSM Alert Manager Object
|
php/classes/class-qmn-quiz-manager.php
CHANGED
@@ -921,7 +921,7 @@ class QMNQuizManager {
|
|
921 |
public function ajax_submit_results() {
|
922 |
global $qmn_allowed_visit;
|
923 |
global $mlwQuizMasterNext;
|
924 |
-
parse_str(
|
925 |
$qmn_allowed_visit = true;
|
926 |
$quiz = intval($_POST["qmn_quiz_id"]);
|
927 |
$mlwQuizMasterNext->pluginHelper->prepare_quiz($quiz);
|
921 |
public function ajax_submit_results() {
|
922 |
global $qmn_allowed_visit;
|
923 |
global $mlwQuizMasterNext;
|
924 |
+
parse_str($_POST["quizData"], $_POST);
|
925 |
$qmn_allowed_visit = true;
|
926 |
$quiz = intval($_POST["qmn_quiz_id"]);
|
927 |
$mlwQuizMasterNext->pluginHelper->prepare_quiz($quiz);
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: quiz, survey, lead, test, score, exam, questionnaire, question,wordpress q
|
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 5.3.2
|
6 |
Requires PHP: 5.4
|
7 |
-
Stable tag: 6.4.
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -118,6 +118,11 @@ This is usually a theme conflict. You can [checkout out our common conflict solu
|
|
118 |
|
119 |
== Changelog ==
|
120 |
|
|
|
|
|
|
|
|
|
|
|
121 |
= 6.4.1 (Jan 24, 2020) =
|
122 |
* Bug: Solve vulnerability issues reported by wordfence
|
123 |
* Bug: PHP notices in Settings page
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 5.3.2
|
6 |
Requires PHP: 5.4
|
7 |
+
Stable tag: 6.4.2
|
8 |
License: GPLv2
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
118 |
|
119 |
== Changelog ==
|
120 |
|
121 |
+
= 6.4.2 (Jan 27, 2020) =
|
122 |
+
* Bug: Solved Email without (https://github.com/QuizandSurveyMaster/quiz_master_next/issues/831)
|
123 |
+
|
124 |
+
== Changelog ==
|
125 |
+
|
126 |
= 6.4.1 (Jan 24, 2020) =
|
127 |
* Bug: Solve vulnerability issues reported by wordfence
|
128 |
* Bug: PHP notices in Settings page
|