Quiz And Survey Master (Formerly Quiz Master Next) - Version 3.5.2

Version Description

Upgrade for minor bug fixes

Download this release

Release Info

Developer fpcorso
Plugin Icon 128x128 Quiz And Survey Master (Formerly Quiz Master Next)
Version 3.5.2
Comparing to
See all releases

Code changes from version 3.5.1 to 3.5.2

includes/mlw_qmn_credits.php CHANGED
@@ -112,13 +112,9 @@ function mlw_generate_about_page()
112
  <p style="text-align: center;">We have several new premium add-ons in our WordPress Store: MailPoet Integration (subscribes users to your MailPoet list), MailChimp Integration (subscribes users to your Mailchimp list), Export Results (exports your quiz results), Extra Shortcodes (gives you extra shortcodes to use), User Dashboard (allow users to see the results from all the quizzes they have taken), and Advertisement Be Gone (gets rid of blue-border ads). Visit our <a href="http://mylocalwebstop.com/shop/">WordPress Store</a> for details! </p>
113
  </div>
114
  <div id="mlw_quiz_changelog" style="display: none;">
115
- <h3><?php echo $mlw_quiz_version; ?> (November 22, 2014)</h3>
116
  <ul>
117
- <li>* Added The Ability To Require Users To Be Logged In To Access Quiz</li>
118
- <li>* Added Ability To Limit Total Amount Of Entries</li>
119
- <li>* Added Ability To Show Mathematic Formulas Using Tex Or LaTex</li>
120
- <li>* Set Up Parameters For Action 'mlw_qmn_load_results_page' To Pass Results Id And Quiz Settings</li>
121
- <li>* Minor Design Change To Quizzes Page</li>
122
  </ul>
123
  </div>
124
  <div id="mlw_quiz_requested" style="display: none;">
112
  <p style="text-align: center;">We have several new premium add-ons in our WordPress Store: MailPoet Integration (subscribes users to your MailPoet list), MailChimp Integration (subscribes users to your Mailchimp list), Export Results (exports your quiz results), Extra Shortcodes (gives you extra shortcodes to use), User Dashboard (allow users to see the results from all the quizzes they have taken), and Advertisement Be Gone (gets rid of blue-border ads). Visit our <a href="http://mylocalwebstop.com/shop/">WordPress Store</a> for details! </p>
113
  </div>
114
  <div id="mlw_quiz_changelog" style="display: none;">
115
+ <h3><?php echo $mlw_quiz_version; ?> (November 26, 2014)</h3>
116
  <ul>
117
+ <li>* Bug Fix For Some Bugs Resulting In Error Code 0008</li>
 
 
 
 
118
  </ul>
119
  </div>
120
  <div id="mlw_quiz_requested" style="display: none;">
includes/mlw_quiz_install.php CHANGED
@@ -101,6 +101,14 @@ function mlw_quiz_activate()
101
  theme_selected TEXT NOT NULL,
102
 
103
  last_activity DATETIME NOT NULL,
 
 
 
 
 
 
 
 
104
 
105
  quiz_views INT NOT NULL,
106
 
@@ -301,4 +309,4 @@ function mlw_quiz_deactivate()
301
 
302
 
303
  }
304
- ?>
101
  theme_selected TEXT NOT NULL,
102
 
103
  last_activity DATETIME NOT NULL,
104
+
105
+ require_log_in INT NOT NULL,
106
+
107
+ require_log_in_text TEXT NOT NULL,
108
+
109
+ limit_total_entries INT NOT NULL,
110
+
111
+ limit_total_entries_text TEXT NOT NULL,
112
 
113
  quiz_views INT NOT NULL,
114
 
309
 
310
 
311
  }
312
+ ?>
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 = "3.5.1";
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 = "3.5.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: 3.5.1
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: 3.5.2
7
  Author: Frank Corso
8
  Author URI: http://www.mylocalwebstop.com/
9
  Plugin URI: http://www.mylocalwebstop.com/
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: quiz, test, score, exam, survey, contact, form, email, answer, question
5
  Requires at least: 3.8.1
6
  Tested up to: 4.0
7
- Stable tag: 3.5.1
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.
@@ -109,6 +109,9 @@ Feel free to use the widget on the quiz dashboard within the plugin or from the
109
 
110
  == Changelog ==
111
 
 
 
 
112
  = 3.5.1 (November 25, 2014) =
113
  * Added The Ability To Require Users To Be Logged In To Access Quiz
114
  * Added Ability To Limit Total Amount Of Entries
@@ -546,6 +549,9 @@ Feel free to use the widget on the quiz dashboard within the plugin or from the
546
 
547
  == Upgrade Notice ==
548
 
 
 
 
549
  = 3.5.1 =
550
  Upgrade to require users to be logged in, limit amount of total entries, and show mathematic formulas!
551
 
4
  Tags: quiz, test, score, exam, survey, contact, form, email, answer, question
5
  Requires at least: 3.8.1
6
  Tested up to: 4.0
7
+ Stable tag: 3.5.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.
109
 
110
  == Changelog ==
111
 
112
+ = 3.5.2 (November 26, 2014) =
113
+ * Bug Fix For Some Bugs Resulting In Error Code 0008
114
+
115
  = 3.5.1 (November 25, 2014) =
116
  * Added The Ability To Require Users To Be Logged In To Access Quiz
117
  * Added Ability To Limit Total Amount Of Entries
549
 
550
  == Upgrade Notice ==
551
 
552
+ = 3.5.2 =
553
+ Upgrade for minor bug fixes
554
+
555
  = 3.5.1 =
556
  Upgrade to require users to be logged in, limit amount of total entries, and show mathematic formulas!
557