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

Version Description

(June 3, 2016) = * Closed Bug: Results page will not load on some sites - Issue #445

Download this release

Release Info

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

Code changes from version 4.7.3 to 4.7.4

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.7.3
6
  * Author: Frank Corso
7
  * Author URI: http://www.quizandsurveymaster.com/
8
  * Plugin URI: http://www.quizandsurveymaster.com/
@@ -10,7 +10,7 @@
10
  * Domain Path: /languages
11
  *
12
  * @author Frank Corso
13
- * @version 4.7.3
14
  */
15
  if ( ! defined( 'ABSPATH' ) ) exit;
16
 
@@ -30,7 +30,7 @@ class MLWQuizMasterNext
30
  * @var string
31
  * @since 4.0.0
32
  */
33
- public $version = '4.7.3';
34
 
35
  /**
36
  * 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.7.4
6
  * Author: Frank Corso
7
  * Author URI: http://www.quizandsurveymaster.com/
8
  * Plugin URI: http://www.quizandsurveymaster.com/
10
  * Domain Path: /languages
11
  *
12
  * @author Frank Corso
13
+ * @version 4.7.4
14
  */
15
  if ( ! defined( 'ABSPATH' ) ) exit;
16
 
30
  * @var string
31
  * @since 4.0.0
32
  */
33
+ public $version = '4.7.4';
34
 
35
  /**
36
  * QMN Alert Manager Object
php/about-page.php CHANGED
@@ -59,7 +59,7 @@ function mlw_generate_about_page()
59
  </div>
60
  <div id="mlw_quiz_changelog" class="qmn_tab" style="display: none;">
61
  <h2>Changelog</h2>
62
- <?php QSM_Changelog_Generator::get_changelog_list( 'fpcorso/quiz_master_next', 23 ); ?>
63
  </div>
64
  <div id="qmn_contributors" class="qmn_tab" style="display:none;">
65
  <h2>GitHub Contributors</h2>
59
  </div>
60
  <div id="mlw_quiz_changelog" class="qmn_tab" style="display: none;">
61
  <h2>Changelog</h2>
62
+ <?php QSM_Changelog_Generator::get_changelog_list( 'fpcorso/quiz_master_next', 24 ); ?>
63
  </div>
64
  <div id="qmn_contributors" class="qmn_tab" style="display:none;">
65
  <h2>GitHub Contributors</h2>
php/class-qmn-quiz-manager.php CHANGED
@@ -185,7 +185,7 @@ class QMNQuizManager
185
  * @param int $question_amount The amount of questions entered using the shortcode attribute
186
  * @return array The questions for the quiz
187
  */
188
- public function load_questions( $quiz_id, $quiz_options, $is_quiz_page, $question_amount ) {
189
 
190
  // Prepare variables
191
  global $wpdb;
185
  * @param int $question_amount The amount of questions entered using the shortcode attribute
186
  * @return array The questions for the quiz
187
  */
188
+ public function load_questions( $quiz_id, $quiz_options, $is_quiz_page, $question_amount = 0 ) {
189
 
190
  // Prepare variables
191
  global $wpdb;
php/quizzes-page.php CHANGED
@@ -286,7 +286,7 @@ function mlw_generate_quiz_admin()
286
  <h3 class="qsm-news-ads-title">Quiz And Survey Master News</h3>
287
  <div class="qsm-news-ads-widget">
288
  <h3>Subscribe to our newsletter!</h3>
289
- <p>Join our mailing list and recevie a 20% off coupon off your next purchase! Learn about our newest features, receive email-only promotions, receive tips and guides, and more!</p>
290
  <a target="_blank" href="http://quizandsurveymaster.com/subscribe-to-our-newsletter/?utm_source=qsm-quizzes-page&utm_medium=plugin&utm_campaign=qsm_plugin&utm_content=subscribe-to-newsletter" class="button-primary">Subscribe Now</a>
291
  </div>
292
  <?php
286
  <h3 class="qsm-news-ads-title">Quiz And Survey Master News</h3>
287
  <div class="qsm-news-ads-widget">
288
  <h3>Subscribe to our newsletter!</h3>
289
+ <p>Join our mailing list and recevie a discount on your next purchase! Learn about our newest features, receive email-only promotions, receive tips and guides, and more!</p>
290
  <a target="_blank" href="http://quizandsurveymaster.com/subscribe-to-our-newsletter/?utm_source=qsm-quizzes-page&utm_medium=plugin&utm_campaign=qsm_plugin&utm_content=subscribe-to-newsletter" class="button-primary">Subscribe Now</a>
291
  </div>
292
  <?php
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
5
  Requires at least: 4.1
6
  Tested up to: 4.5.2
7
- Stable tag: 4.7.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -104,6 +104,9 @@ This is usually a theme conflict. You can [checkout out our common conflict solu
104
 
105
  == Changelog ==
106
 
 
 
 
107
  = 4.7.3 (May 31, 2016) =
108
  * Closed Enhancement: Create new question section id CSS class for each question - Issue #440
109
  * Closed Bug: Creating/Editing questions throw PHP notice of undefined index - Issue #436
@@ -141,5 +144,5 @@ This is usually a theme conflict. You can [checkout out our common conflict solu
141
 
142
  == Upgrade Notice ==
143
 
144
- = 4.7.3 =
145
- Upgrade to fix undefined index bug when editing questions
4
  Tags: quiz, survey, test, score, exam, questionnaire, email, answer, question, certificate, points, results
5
  Requires at least: 4.1
6
  Tested up to: 4.5.2
7
+ Stable tag: 4.7.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
104
 
105
  == Changelog ==
106
 
107
+ = 4.7.4 (June 3, 2016) =
108
+ * Closed Bug: Results page will not load on some sites - Issue #445
109
+
110
  = 4.7.3 (May 31, 2016) =
111
  * Closed Enhancement: Create new question section id CSS class for each question - Issue #440
112
  * Closed Bug: Creating/Editing questions throw PHP notice of undefined index - Issue #436
144
 
145
  == Upgrade Notice ==
146
 
147
+ = 4.7.4 =
148
+ Upgrade to fix major bug affecting a few sites where the results page is not loading