diff --git a/README.md b/README.md index 3658ce7b2b..94f379bcff 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,13 @@ LIFTER LMS CHANGELOG ========= -v1.2.5 - 2015-04-22 +v1.2.6 - 2015-04-28 +------------------- ++ Corrected issue with lesson re-order on save ++ corrected html formatting issue on purchase page ++ corrected html formatting issue on course page + +v1.2.5 - 2015-04-23 ------------------- + Corrected excerpt to not pull in lesson navigation + Modified metabox api for better extension integration diff --git a/lifterlms.php b/lifterlms.php index a3913fbbba..fe17e0e954 100644 --- a/lifterlms.php +++ b/lifterlms.php @@ -3,7 +3,7 @@ * Plugin Name: LifterLMS * Plugin URI: http://lifterlms.com/ * Description: lifterLMS is the easiest way for anyone to create a Learning Management System on the Wordpress platform. -* Version: 1.2.5 +* Version: 1.2.6 * Author: codeBOX * Author URI: http://gocodebox.com * @@ -29,7 +29,7 @@ */ final class LifterLMS { - public $version = '1.2.5'; + public $version = '1.2.6'; protected static $_instance = null;