Skip to content

Commit

Permalink
version 1.2.6 update
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarknelson committed Apr 28, 2015
1 parent 7e40b50 commit c9a93e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lifterlms.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -29,7 +29,7 @@
*/
final class LifterLMS {

public $version = '1.2.5';
public $version = '1.2.6';

protected static $_instance = null;

Expand Down

0 comments on commit c9a93e3

Please sign in to comment.