Skip to content

Commit

Permalink
3.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasplevy committed Jun 19, 2018
1 parent 2fac10d commit ba8f963
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 82 deletions.
38 changes: 7 additions & 31 deletions _readme/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
== Changelog ==


= v3.19.3 - 2018-06-14 =
------------------------

+ Fix issue causing new quizzes to be unable to load questions list without reloading the builder


= v3.19.2 - 2018-06-14 =
------------------------

Expand Down Expand Up @@ -206,34 +212,4 @@
##### Template Updates

+ [templates/myaccount/my-orders.php](https://github.com/gocodebox/lifterlms/blob/master/templates/myaccount/my-orders.php)
+ [templates/myaccount/view-order.php](https://github.com/gocodebox/lifterlms/blob/master/templates/myaccount/view-order.php)


= v3.17.5 - 2018-04-23 =
------------------------

##### Admin Settings Interface Improvements

+ Improved admin settings page interface to allow for section navigation
+ Updated checkout setting pages to utilize a separate section (page) for each available payment gateway
+ Added a table of payment gateways to see at a glance which gateways are enabled and allows drag and drop reordering of gateway display order
+ Moved dashboard endpoints to a separate section on the accounts settings area
+ Updated CSS on settings page to have more regular spacing between subtitles and settings fields
+ Added a "View" button next to any admin setting post/page selection field to allow quick viewing of the selected post
+ Purchase page setting field is now ajax powered like all other page selection settings
+ Renamed dashboard settings section titles to be more consistent with language in other areas of LifterLMS
+ All dashboard endpoints now automatically sanitized to be URL safe

##### Updates and Enhancements

+ Dashboard endpoints can now be deregistered by setting the endpoint slug to be blank on account settings

##### Bug Fixes

+ Fix issue causing 404s for various script files when SCRIPT_DEBUG is enabled
+ Fix issue with audio & video embeds to prexvent fallback to default post attachments
+ Fix issue causing student selection boxes to malfunction due to missing dependencies when loaded over slow connections

##### Template Updates

+ [templates/myaccount/navigation.php](https://github.com/gocodebox/lifterlms/blob/master/templates/myaccount/navigation.php)
+ [templates/myaccount/view-order.php](https://github.com/gocodebox/lifterlms/blob/master/templates/myaccount/view-order.php)
2 changes: 1 addition & 1 deletion _readme/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: learning management system, LMS, membership, elearning, online courses, qu
Requires at least: 4.8
Requires PHP: 5.6
Tested up to: 4.9.6
Stable tag: 3.19.2
Stable tag: 3.19.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions assets/js/builder/Models/Lesson.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Lesson Model
* @since 3.13.0
* @version [version]
* @version 3.19.3
*/
define( [ 'Models/Quiz', 'Models/_Relationships', 'Models/_Utilities', 'Schemas/Lesson' ], function( Quiz, Relationships, Utilities, LessonSchema ) {

Expand Down Expand Up @@ -189,7 +189,7 @@ define( [ 'Models/Quiz', 'Models/_Relationships', 'Models/_Utilities', 'Schemas/
* @param obj data object of quiz data used to construct a new quiz model
* @return obj model for the created quiz
* @since 3.16.0
* @version [version]
* @version 3.19.3
*/
add_quiz: function( data ) {

Expand Down
4 changes: 2 additions & 2 deletions assets/js/llms-builder.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/llms-builder.js.map

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions assets/js/llms-builder.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/llms-builder.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions includes/class.llms.l10n.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* It is compiled automatically via the gulp task `js:pot`
* See the lifterlms-lib-tasks package for more information
* @since 3.17.8
* @version 3.19.2
* @version 3.19.3
*/
class LLMS_L10n_JS {

Expand All @@ -27,7 +27,7 @@ public function __construct() {
* @param array $strings existing strings from core / 3rd parties
* @return array
* @since 3.17.8
* @version 3.19.2
* @version 3.19.3
*/
public function get_strings( $strings ) {

Expand Down Expand Up @@ -77,7 +77,7 @@ public function get_strings( $strings ) {
/**
* file: assets/js/builder/Models/Lesson.js
* @since 3.13.0
* @version 3.17.1
* @version 3.19.3
*/
'New Lesson' => esc_html__( 'New Lesson', 'lifterlms' ),
'lessons' => esc_html__( 'lessons', 'lifterlms' ),
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: https://lifterlms.com/
* Description: LifterLMS, the #1 WordPress LMS solution, makes it easy to create, sell, and protect engaging online courses.
* Version: 3.19.2
* Version: 3.19.3
* Author: Thomas Patrick Levy, codeBOX LLC
* Author URI: https://lifterlms.com/
* Text Domain: lifterlms
Expand Down Expand Up @@ -34,7 +34,7 @@
*/
final class LifterLMS {

public $version = '3.19.2';
public $version = '3.19.3';

protected static $_instance = null;

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lifterlms",
"version": "3.19.2",
"version": "3.19.3",
"description": "LifterLMS by codeBOX",
"repository": {
"type": "git",
Expand Down
38 changes: 7 additions & 31 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: learning management system, LMS, membership, elearning, online courses, qu
Requires at least: 4.8
Requires PHP: 5.6
Tested up to: 4.9.6
Stable tag: 3.19.2
Stable tag: 3.19.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -355,6 +355,12 @@ Be sure you’ve taken the free tutorial training video course: [How to Create a
== Changelog ==


= v3.19.3 - 2018-06-14 =
------------------------

+ Fix issue causing new quizzes to be unable to load questions list without reloading the builder


= v3.19.2 - 2018-06-14 =
------------------------

Expand Down Expand Up @@ -563,34 +569,4 @@ Be sure you’ve taken the free tutorial training video course: [How to Create a
+ [templates/myaccount/view-order.php](https://github.com/gocodebox/lifterlms/blob/master/templates/myaccount/view-order.php)


= v3.17.5 - 2018-04-23 =
------------------------

##### Admin Settings Interface Improvements

+ Improved admin settings page interface to allow for section navigation
+ Updated checkout setting pages to utilize a separate section (page) for each available payment gateway
+ Added a table of payment gateways to see at a glance which gateways are enabled and allows drag and drop reordering of gateway display order
+ Moved dashboard endpoints to a separate section on the accounts settings area
+ Updated CSS on settings page to have more regular spacing between subtitles and settings fields
+ Added a "View" button next to any admin setting post/page selection field to allow quick viewing of the selected post
+ Purchase page setting field is now ajax powered like all other page selection settings
+ Renamed dashboard settings section titles to be more consistent with language in other areas of LifterLMS
+ All dashboard endpoints now automatically sanitized to be URL safe

##### Updates and Enhancements

+ Dashboard endpoints can now be deregistered by setting the endpoint slug to be blank on account settings

##### Bug Fixes

+ Fix issue causing 404s for various script files when SCRIPT_DEBUG is enabled
+ Fix issue with audio & video embeds to prexvent fallback to default post attachments
+ Fix issue causing student selection boxes to malfunction due to missing dependencies when loaded over slow connections

##### Template Updates

+ [templates/myaccount/navigation.php](https://github.com/gocodebox/lifterlms/blob/master/templates/myaccount/navigation.php)


[View the full changelog](https://github.com/gocodebox/lifterlms/blob/master/CHANGELOG.md#lifterlms-changelog)

0 comments on commit ba8f963

Please sign in to comment.