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

Version Description

(July 15, 2021) = * Bug: Fixed issue fatal error on php version below 7.3.

Download this release

Release Info

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

Code changes from version 7.2.2 to 7.2.3

mlw_quizmaster2.php CHANGED
@@ -2,14 +2,14 @@
2
  /**
3
  * Plugin Name: Quiz And Survey Master
4
  * Description: Easily and quickly add quizzes and surveys to your website.
5
- * Version: 7.2.2
6
  * Author: ExpressTech
7
  * Author URI: https://quizandsurveymaster.com/
8
  * Plugin URI: https://expresstech.io/
9
  * Text Domain: quiz-master-next
10
  *
11
  * @author QSM Team
12
- * @version 7.2.2
13
  * @package QSM
14
  */
15
 
@@ -41,7 +41,7 @@ class MLWQuizMasterNext {
41
  * @var string
42
  * @since 4.0.0
43
  */
44
- public $version = '7.2.2';
45
 
46
  /**
47
  * QSM 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: 7.2.3
6
  * Author: ExpressTech
7
  * Author URI: https://quizandsurveymaster.com/
8
  * Plugin URI: https://expresstech.io/
9
  * Text Domain: quiz-master-next
10
  *
11
  * @author QSM Team
12
+ * @version 7.2.3
13
  * @package QSM
14
  */
15
 
41
  * @var string
42
  * @since 4.0.0
43
  */
44
+ public $version = '7.2.3';
45
 
46
  /**
47
  * QSM Alert Manager Object
php/classes/class-qmn-quiz-manager.php CHANGED
@@ -497,7 +497,7 @@ public function load_questions( $quiz_id, $quiz_options, $is_quiz_page, $questio
497
 
498
 
499
  //processing Categories checking. removing commas and making them arrays
500
- $cat_sql = $wpdb->get_results( $wpdb->prepare("SELECT category FROM {$wpdb->prefix}mlw_questions WHERE quiz_id = %d ", $quiz_id), );
501
  $all_cat = array();
502
  foreach($cat_sql as $cat){
503
  array_push($all_cat, $cat->category);
497
 
498
 
499
  //processing Categories checking. removing commas and making them arrays
500
+ $cat_sql = $wpdb->get_results( $wpdb->prepare("SELECT category FROM {$wpdb->prefix}mlw_questions WHERE quiz_id = %d ", $quiz_id) );
501
  $all_cat = array();
502
  foreach($cat_sql as $cat){
503
  array_push($all_cat, $cat->category);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: quiz, survey, lead, test, score, exam, questionnaire, question,wordpress q
4
  Requires at least: 4.9
5
  Tested up to: 5.7
6
  Requires PHP: 5.4
7
- Stable tag: 7.2.2
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -141,17 +141,20 @@ This is usually a theme conflict. You can [checkout out our common conflict solu
141
  8. Featured Image
142
  9. Frontend View with Answer
143
  10. Answer
144
- 11. Database
145
- 12. Stats
146
- 13. Reporting and analysis result
147
- 14. Customizing Themes
148
- 15. QSM Breeze Theme
149
- 16. QSM Fragrance Theme
150
- 17. QSM Ivory Theme
151
- 18. QSM Pool Theme
152
 
153
  == Changelog ==
154
 
 
 
 
155
  = 7.2.2 (July 14, 2021) =
156
  * Feature: Implemented multiple fill in the blanks support.
157
  * Feature: Implemented new template variable %TIMER_SECONDS% to show left over seconds.
4
  Requires at least: 4.9
5
  Tested up to: 5.7
6
  Requires PHP: 5.4
7
+ Stable tag: 7.2.3
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
141
  8. Featured Image
142
  9. Frontend View with Answer
143
  10. Answer
144
+ 11. Stats
145
+ 12. Reporting and analysis result
146
+ 13. Customizing Themes
147
+ 14. QSM Breeze Theme
148
+ 15. QSM Fragrance Theme
149
+ 16. QSM Ivory Theme
150
+ 17. QSM Pool Theme
151
+ 18. Database
152
 
153
  == Changelog ==
154
 
155
+ = 7.2.3 (July 15, 2021) =
156
+ * Bug: Fixed issue fatal error on php version below 7.3.
157
+
158
  = 7.2.2 (July 14, 2021) =
159
  * Feature: Implemented multiple fill in the blanks support.
160
  * Feature: Implemented new template variable %TIMER_SECONDS% to show left over seconds.