Skip to content

Commit

Permalink
Prepares for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fpcorso committed Dec 28, 2018
1 parent a72c0af commit 2720833
Show file tree
Hide file tree
Showing 2 changed files with 7 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.1.0
* Version: 6.1.1
* Author: Frank Corso
* Author URI: https://www.quizandsurveymaster.com/
* Plugin URI: https://www.quizandsurveymaster.com/
* Text Domain: quiz-master-next
*
* @author Frank Corso
* @version 6.1.0
* @version 6.1.1
* @package QSM
*/

Expand All @@ -33,7 +33,7 @@ class MLWQuizMasterNext {
* @var string
* @since 4.0.0
*/
public $version = '6.1.0';
public $version = '6.1.1';

/**
* QSM Alert Manager Object
Expand Down
5 changes: 4 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.0.2
Requires PHP: 5.4
Stable tag: 6.1.0
Stable tag: 6.1.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 6.1.1 (December 28, 2018) =
* Fixes issue causing broken quizzes on sites using older versions of WordPress

= 6.1.0 (December 26, 2018) =
* Adds new Gutenberg blocks
* Fixes undefined access at delete_question static function (Thanks [bpanatta](https://github.com/fpcorso/quiz_master_next/pull/746)!
Expand Down

0 comments on commit 2720833

Please sign in to comment.