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

Version Description

(February 18, 2022) = * Hotfix: Fixed compatibility issues with php 8

Download this release

Release Info

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

Code changes from version 7.3.11 to 7.3.12

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.3.11
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.3.11
13
  * @package QSM
14
  */
15
 
@@ -44,7 +44,7 @@ class MLWQuizMasterNext {
44
  * @var string
45
  * @since 4.0.0
46
  */
47
- public $version = '7.3.11';
48
 
49
  /**
50
  * 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.3.12
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.3.12
13
  * @package QSM
14
  */
15
 
44
  * @var string
45
  * @since 4.0.0
46
  */
47
+ public $version = '7.3.12';
48
 
49
  /**
50
  * QSM Alert Manager Object
php/admin/settings-page.php CHANGED
@@ -93,7 +93,7 @@ class QMNGlobalSettingsPage {
93
  * @since 7.3.10
94
  * @return array
95
  */
96
- public function default_settings() {
97
  return array(
98
  'form_type' => 0,
99
  'system' => 3,
@@ -185,7 +185,7 @@ class QMNGlobalSettingsPage {
185
  add_settings_field( 'logo-url', __( 'Logo URL', 'quiz-master-next' ), array( $this, 'qsm_global_logo_url' ), 'qsm_default_global_option', 'qmn-global-section' );
186
  add_settings_field( 'preferred_date_format', __( 'Preferred Date Format', 'quiz-master-next' ), array( $this, 'preferred_date_format' ), 'qsm_default_global_option', 'qmn-global-section' );
187
  global $globalQuizsetting;
188
- $get_default_value = $this->default_settings();
189
  $get_saved_value = get_option( 'qsm-quiz-settings' );
190
  $globalQuizsetting = wp_parse_args( $get_saved_value, $get_default_value );
191
  }
93
  * @since 7.3.10
94
  * @return array
95
  */
96
+ public static function default_settings() {
97
  return array(
98
  'form_type' => 0,
99
  'system' => 3,
185
  add_settings_field( 'logo-url', __( 'Logo URL', 'quiz-master-next' ), array( $this, 'qsm_global_logo_url' ), 'qsm_default_global_option', 'qmn-global-section' );
186
  add_settings_field( 'preferred_date_format', __( 'Preferred Date Format', 'quiz-master-next' ), array( $this, 'preferred_date_format' ), 'qsm_default_global_option', 'qmn-global-section' );
187
  global $globalQuizsetting;
188
+ $get_default_value = self::default_settings();
189
  $get_saved_value = get_option( 'qsm-quiz-settings' );
190
  $globalQuizsetting = wp_parse_args( $get_saved_value, $get_default_value );
191
  }
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.9
6
  Requires PHP: 5.4
7
- Stable tag: 7.3.11
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -160,6 +160,9 @@ This is usually a theme conflict. You can [checkout out our common conflict solu
160
  18. Database
161
 
162
  == Changelog ==
 
 
 
163
  = 7.3.11 (February 17, 2022) =
164
  * Bug: Fixed validation issues with limit multiple choice option
165
  * Bug: Fixed issue while creating new quiz
4
  Requires at least: 4.9
5
  Tested up to: 5.9
6
  Requires PHP: 5.4
7
+ Stable tag: 7.3.12
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
160
  18. Database
161
 
162
  == Changelog ==
163
+ = 7.3.12 (February 18, 2022) =
164
+ * Hotfix: Fixed compatibility issues with php 8
165
+
166
  = 7.3.11 (February 17, 2022) =
167
  * Bug: Fixed validation issues with limit multiple choice option
168
  * Bug: Fixed issue while creating new quiz