Skip to content

Commit

Permalink
Merge pull request #834 from QuizandSurveyMaster/dev
Browse files Browse the repository at this point in the history
v.6.4.2
  • Loading branch information
vikasprogrammer authored Jan 27, 2020
2 parents bad92e4 + 078cdb2 commit 028b424
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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: 6.4.1
* Version: 6.4.2
* Author: ExpressTech
* Author URI: https://quizandsurveymaster.com/
* Plugin URI: https://expresstech.io/
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion php/classes/class-qmn-quiz-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
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: 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

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

== Changelog ==

= 6.4.2 (Jan 27, 2020) =
* Bug: Solved Email without (https://github.com/QuizandSurveyMaster/quiz_master_next/issues/831)

== Changelog ==

= 6.4.1 (Jan 24, 2020) =
* Bug: Solve vulnerability issues reported by wordfence
* Bug: PHP notices in Settings page
Expand Down

0 comments on commit 028b424

Please sign in to comment.