Skip to content

Commit

Permalink
version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasprogrammer committed Oct 4, 2019
1 parent 1523d01 commit a1173c3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mlw_quizmaster2.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/**
* Plugin Name: Quiz And Survey Master
* Description: Easily and quickly add quizzes and surveys to your website.
* Version: 6.3.2
* Version: 6.3.3
* Author: QSM Team
* Author URI: https://quizandsurveymaster.com/
* Plugin URI: https://quizandsurveymaster.com/
* Text Domain: quiz-master-next
*
* @author QSM Team
* @version 6.3.2
* @version 6.3.3
* @package QSM
*/

Expand All @@ -34,7 +34,7 @@ class MLWQuizMasterNext {
* @var string
* @since 4.0.0
*/
public $version = '6.3.2';
public $version = '6.3.3';

/**
* QSM Alert Manager Object
Expand Down
21 changes: 20 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: quiz, survey, lead, test, score, exam, questionnaire, question
Requires at least: 4.9
Tested up to: 5.2
Requires PHP: 5.4
Stable tag: 6.3.1
Stable tag: 6.3.3
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -111,6 +111,25 @@ This is usually a theme conflict. You can [checkout out our common conflict solu

== Changelog ==

= 6.3.3 (Oct 04, 2019) =
* Option to disable "retake" quiz option.
* Mouse pointer over the FB / TW buttons
* Translate for "Retake Quiz" ([Issue #773] https://github.com/QuizandSurveyMaster/quiz_master_next/issues/773)
* Radio buttons hard to select ([WP Issue] (https://wordpress.org/support/topic/radio-buttons-are-hard-to-select-on-mobile-devices/))
* Results page enhancements
* Skipped 6.3.2, by mistake.

= 6.3.2 (July 06, 2019) =
* UI Changes
* Addons Pricing Page Update
* Free Addon Page Added
* Show results of quiz in realtime - #646
* Timer Enhacements - Auto submit at expiry and show message on expiry
* Personality Quiz Enhancements - Show category on frontend and Show results per category
* Retake Quiz - #661
* Question Bank Enhacements - #39
* Facebook Button Icons

= 6.3.1 (May 19, 2019) =
* Closed Bug: Duplicate post issue ([Issue #758](https://github.com/QuizandSurveyMaster/quiz_master_next/issues/758))
* Closed Enhancement: Option to turn off autofill ([WP Issue](https://wordpress.org/support/topic/can-you-add-an-option-to-turn-off-autofill-on-galaxy-phones-and-other-devices/))
Expand Down

0 comments on commit a1173c3

Please sign in to comment.