Version Description
Upgrade for minor bug fixes.
Download this release
Release Info
Developer | fpcorso |
Plugin | Quiz And Survey Master (Formerly Quiz Master Next) |
Version | 2.8.2 |
Comparing to | |
See all releases |
Code changes from version 2.8.1 to 2.8.2
- includes/mlw_quiz_options.php +1 -1
- includes/mlw_update.php +1 -1
- mlw_quizmaster2.php +1 -1
- readme.txt +8 -2
includes/mlw_quiz_options.php
CHANGED
@@ -1660,7 +1660,7 @@ function mlw_generate_quiz_options()
|
|
1660 |
</tr>
|
1661 |
<tr valign="top">
|
1662 |
<th scope="row"><label for="adminEmail">What emails should we send the admin email to? Separate emails with a comma.</label></th>
|
1663 |
-
<td><input name="adminEmail" type="
|
1664 |
</tr>
|
1665 |
<tr valign="top">
|
1666 |
<th scope="row"><label for="question_numbering">Show question number on quiz?</label></th>
|
1660 |
</tr>
|
1661 |
<tr valign="top">
|
1662 |
<th scope="row"><label for="adminEmail">What emails should we send the admin email to? Separate emails with a comma.</label></th>
|
1663 |
+
<td><input name="adminEmail" type="text" id="adminEmail" value="<?php echo $mlw_quiz_options->admin_email; ?>" class="regular-text" /></td>
|
1664 |
</tr>
|
1665 |
<tr valign="top">
|
1666 |
<th scope="row"><label for="question_numbering">Show question number on quiz?</label></th>
|
includes/mlw_update.php
CHANGED
@@ -6,7 +6,7 @@ function mlw_quiz_update()
|
|
6 |
{
|
7 |
|
8 |
//Update this variable each update. This is what is checked when the plugin is deciding to run the upgrade script or not.
|
9 |
-
$data = "2.8.
|
10 |
if ( ! get_option('mlw_quiz_master_version'))
|
11 |
{
|
12 |
add_option('mlw_quiz_master_version' , $data);
|
6 |
{
|
7 |
|
8 |
//Update this variable each update. This is what is checked when the plugin is deciding to run the upgrade script or not.
|
9 |
+
$data = "2.8.2";
|
10 |
if ( ! get_option('mlw_quiz_master_version'))
|
11 |
{
|
12 |
add_option('mlw_quiz_master_version' , $data);
|
mlw_quizmaster2.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Quiz Master Next
|
5 |
Description: Use this plugin to add multiple quizzes, tests, or surveys to your website.
|
6 |
-
Version: 2.8.
|
7 |
Author: Frank Corso
|
8 |
Author URI: http://www.mylocalwebstop.com/
|
9 |
Plugin URI: http://www.mylocalwebstop.com/
|
3 |
/*
|
4 |
Plugin Name: Quiz Master Next
|
5 |
Description: Use this plugin to add multiple quizzes, tests, or surveys to your website.
|
6 |
+
Version: 2.8.2
|
7 |
Author: Frank Corso
|
8 |
Author URI: http://www.mylocalwebstop.com/
|
9 |
Plugin URI: http://www.mylocalwebstop.com/
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: fpcorso
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RTGYAETX36ZQJ
|
4 |
Tags: quiz, test, score, survey, contact, form, email, answer, question
|
5 |
-
Requires at least: 3.
|
6 |
Tested up to: 3.9.1
|
7 |
-
Stable tag: 2.8.
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
The easiest and most flexible way to add multiple quizzes, tests, and surveys to your website.
|
@@ -104,6 +104,9 @@ Feel free to use the widget on the quiz dashboard within the plugin or from the
|
|
104 |
|
105 |
== Changelog ==
|
106 |
|
|
|
|
|
|
|
107 |
= 2.8.1 (May 26, 2014) =
|
108 |
* Took Out Help Related Tool Tips
|
109 |
* Design Changes To Quiz Text Tab For Easier Navigation
|
@@ -461,6 +464,9 @@ Feel free to use the widget on the quiz dashboard within the plugin or from the
|
|
461 |
|
462 |
== Upgrade Notice ==
|
463 |
|
|
|
|
|
|
|
464 |
= 2.7.3 =
|
465 |
Upgrade for bug fixes.
|
466 |
|
2 |
Contributors: fpcorso
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RTGYAETX36ZQJ
|
4 |
Tags: quiz, test, score, survey, contact, form, email, answer, question
|
5 |
+
Requires at least: 3.7.1
|
6 |
Tested up to: 3.9.1
|
7 |
+
Stable tag: 2.8.2
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
The easiest and most flexible way to add multiple quizzes, tests, and surveys to your website.
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
= 2.8.2 (May 28, 2014) =
|
108 |
+
* Minor Bug Fixes
|
109 |
+
|
110 |
= 2.8.1 (May 26, 2014) =
|
111 |
* Took Out Help Related Tool Tips
|
112 |
* Design Changes To Quiz Text Tab For Easier Navigation
|
464 |
|
465 |
== Upgrade Notice ==
|
466 |
|
467 |
+
= 2.8.2 =
|
468 |
+
Upgrade for minor bug fixes.
|
469 |
+
|
470 |
= 2.7.3 =
|
471 |
Upgrade for bug fixes.
|
472 |
|