From 272083384a4dc06285075992511ab3cd94af059f Mon Sep 17 00:00:00 2001 From: Frank Corso Date: Fri, 28 Dec 2018 10:22:41 -0500 Subject: [PATCH] Prepares for release --- mlw_quizmaster2.php | 6 +++--- readme.txt | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/mlw_quizmaster2.php b/mlw_quizmaster2.php index 451a14c55..762cc8fc0 100644 --- a/mlw_quizmaster2.php +++ b/mlw_quizmaster2.php @@ -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 */ @@ -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 diff --git a/readme.txt b/readme.txt index afcfc489f..07daffb3f 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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)!