Version Description
Upgrade to fix rare bug preventing IE usage on a small number of sites.
Download this release
Release Info
Developer | fpcorso |
Plugin | Quiz And Survey Master (Formerly Quiz Master Next) |
Version | 4.6.1 |
Comparing to | |
See all releases |
Code changes from version 4.6.0 to 4.6.1
- js/qmn_quiz.js +2 -2
- mlw_quizmaster2.php +3 -3
- readme.txt +7 -1
js/qmn_quiz.js
CHANGED
@@ -46,8 +46,8 @@ function qmnValidation( element, quiz_form_id ) {
|
|
46 |
result = false;
|
47 |
}
|
48 |
}
|
49 |
-
if ( window.sessionStorage.getItem( 'mlw_time_quiz' +
|
50 |
-
window.sessionStorage.getItem( 'mlw_time_quiz'+
|
51 |
|
52 |
if( jQuery( this ).attr( 'class' ).indexOf( 'mlwRequiredNumber' ) > -1 && this.value === "" && +this.value != NaN ) {
|
53 |
qmnDisplayError( number_error, jQuery( this ), quiz_form_id );
|
46 |
result = false;
|
47 |
}
|
48 |
}
|
49 |
+
if ( window.sessionStorage.getItem( 'mlw_time_quiz' + quiz_id ) === null ||
|
50 |
+
window.sessionStorage.getItem( 'mlw_time_quiz'+quiz_id ) > 0.08 ) {
|
51 |
|
52 |
if( jQuery( this ).attr( 'class' ).indexOf( 'mlwRequiredNumber' ) > -1 && this.value === "" && +this.value != NaN ) {
|
53 |
qmnDisplayError( number_error, jQuery( this ), quiz_form_id );
|
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: 4.6.
|
6 |
* Author: Frank Corso
|
7 |
* Author URI: http://www.mylocalwebstop.com/
|
8 |
* Plugin URI: http://www.quizandsurveymaster.com/
|
@@ -10,7 +10,7 @@
|
|
10 |
* Domain Path: /languages
|
11 |
*
|
12 |
* @author Frank Corso
|
13 |
-
* @version 4.6.
|
14 |
*/
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
16 |
/**
|
@@ -28,7 +28,7 @@ class MLWQuizMasterNext
|
|
28 |
* @var string
|
29 |
* @since 4.0.0
|
30 |
*/
|
31 |
-
public $version = '4.6.
|
32 |
|
33 |
/**
|
34 |
* QMN 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: 4.6.1
|
6 |
* Author: Frank Corso
|
7 |
* Author URI: http://www.mylocalwebstop.com/
|
8 |
* Plugin URI: http://www.quizandsurveymaster.com/
|
10 |
* Domain Path: /languages
|
11 |
*
|
12 |
* @author Frank Corso
|
13 |
+
* @version 4.6.1
|
14 |
*/
|
15 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
16 |
/**
|
28 |
* @var string
|
29 |
* @since 4.0.0
|
30 |
*/
|
31 |
+
public $version = '4.6.1';
|
32 |
|
33 |
/**
|
34 |
* QMN Alert Manager Object
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://mylocalwebstop.com/downloads/donation-service-payment/
|
|
4 |
Tags: quiz, survey, test, score, exam, questionnaire, email, answer, question, certificate, points, results, math
|
5 |
Requires at least: 3.8.1
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 4.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -134,6 +134,9 @@ This is usually a theme conflict. You can [checkout out our common conflict solu
|
|
134 |
|
135 |
== Changelog ==
|
136 |
|
|
|
|
|
|
|
137 |
= 4.6.0 (October 20, 2015) =
|
138 |
* Adds new dynamic form submission ([Github Issue #206](https://github.com/fpcorso/quiz_master_next/issues/206))
|
139 |
* Adds new From email address option ([Github Issue #312](https://github.com/fpcorso/quiz_master_next/issues/312))
|
@@ -163,6 +166,9 @@ This is usually a theme conflict. You can [checkout out our common conflict solu
|
|
163 |
|
164 |
== Upgrade Notice ==
|
165 |
|
|
|
|
|
|
|
166 |
= 4.6.0 =
|
167 |
Upgrade to use new dynamic form submission, from email addresses, reply-to options as well as bug fixes including redirect bug, timer bug, and more.
|
168 |
|
4 |
Tags: quiz, survey, test, score, exam, questionnaire, email, answer, question, certificate, points, results, math
|
5 |
Requires at least: 3.8.1
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 4.6.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
134 |
|
135 |
== Changelog ==
|
136 |
|
137 |
+
= 4.6.1 (October 20, 2015) =
|
138 |
+
* Bug fix for rare bug preventing IE usage on a small number of sites
|
139 |
+
|
140 |
= 4.6.0 (October 20, 2015) =
|
141 |
* Adds new dynamic form submission ([Github Issue #206](https://github.com/fpcorso/quiz_master_next/issues/206))
|
142 |
* Adds new From email address option ([Github Issue #312](https://github.com/fpcorso/quiz_master_next/issues/312))
|
166 |
|
167 |
== Upgrade Notice ==
|
168 |
|
169 |
+
= 4.6.1 =
|
170 |
+
Upgrade to fix rare bug preventing IE usage on a small number of sites.
|
171 |
+
|
172 |
= 4.6.0 =
|
173 |
Upgrade to use new dynamic form submission, from email addresses, reply-to options as well as bug fixes including redirect bug, timer bug, and more.
|
174 |
|