From 21a88f338aa52ca9ac6baf6a34a2208f8d7fb323 Mon Sep 17 00:00:00 2001 From: Thomas Patrick Levy Date: Thu, 11 Feb 2016 14:23:02 -0800 Subject: [PATCH] v2.0.2 --- CHANGELOG.md | 6 ++++++ _readme/header.md | 2 +- lifterlms.php | 4 ++-- readme.txt | 8 +++++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa00f909a3..db785139c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ == Changelog == += v2.0.1 - 2016/02/11 = +----------------------- + ++ Bugfix: removed a progressive syntax array that caused fatal errors on older versions of PHP + + = v2.0.1 - 2016/02/11 = ----------------------- diff --git a/_readme/header.md b/_readme/header.md index a83ee5f6e0..d7499192b5 100644 --- a/_readme/header.md +++ b/_readme/header.md @@ -4,7 +4,7 @@ Donate link: https://lifterlms.com Tags: learning management system, LMS, membership, elearning, online courses, quizzes, sell courses, badges, gamification, learning Requires at least: 3.8 Tested up to: 4.4.2 -Stable tag: 2.0.1 +Stable tag: 2.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/lifterlms.php b/lifterlms.php index 9ae2d52e0d..293d06175f 100644 --- a/lifterlms.php +++ b/lifterlms.php @@ -3,7 +3,7 @@ * Plugin Name: LifterLMS * Plugin URI: https://lifterlms.com/ * Description: LifterLMS, the #1 WordPress LMS solution, makes it easy to create, sell, and protect engaging online courses. -* Version: 2.0.1 +* Version: 2.0.2 * Author: Mark Nelson, Thomas Patrick Levy, codeBOX, LLC * Author URI: http://gocodebox.com * Text Domain: lifterlms @@ -32,7 +32,7 @@ */ final class LifterLMS { - public $version = '2.0.1'; + public $version = '2.0.2'; protected static $_instance = null; diff --git a/readme.txt b/readme.txt index 2ed7ae87c0..607c168ce0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://lifterlms.com Tags: learning management system, LMS, membership, elearning, online courses, quizzes, sell courses, badges, gamification, learning Requires at least: 3.8 Tested up to: 4.4.2 -Stable tag: 2.0.1 +Stable tag: 2.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -147,6 +147,12 @@ Be sure you’ve taken the free tutorial training video course: [How to Create a == Changelog == += v2.0.1 - 2016/02/11 = +----------------------- + ++ Bugfix: removed a progressive syntax array that caused fatal errors on older versions of PHP + + = v2.0.1 - 2016/02/11 = -----------------------