Skip to content

Commit

Permalink
Build for 7.8.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Dec 16, 2024
1 parent a3a241d commit 28e346d
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changelogs/additional-attempt-check.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions .changelogs/fix_delete.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .changelogs/fix_start-date-error.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .changelogs/lesson-preview-accessibility.yml

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
LifterLMS Changelog
===================

v7.8.6 - 2024-12-16
-------------------

##### Bug Fixes

+ Adds additional check for valid quiz attempt key when ending or exiting a quiz. [#2824](https://github.com/gocodebox/lifterlms/issues/2824)
+ Fix for daylight savings and leap years when scheduling engagements. [#2799](https://github.com/gocodebox/lifterlms/issues/2799)
+ Avoid showing course opens message if no Course Start Date has been set. [#2810](https://github.com/gocodebox/lifterlms/issues/2810)
+ Improved accessibility of the lessons listing on a course page, when a lesson is restricted. [#2827](https://github.com/gocodebox/lifterlms/issues/2827)

##### Security Fixes

+ Adding additional checks before the deletion of a certificate.

##### Updated Templates

+ [templates/content-single-course-before.php](https://github.com/gocodebox/lifterlms/blob/7.8.6/templates/content-single-course-before.php)
+ [templates/course/lesson-preview.php](https://github.com/gocodebox/lifterlms/blob/7.8.6/templates/course/lesson-preview.php)


v7.8.5 - 2024-12-03
-------------------

Expand Down
2 changes: 1 addition & 1 deletion class-lifterlms.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class LifterLMS {
*
* @var string
*/
public $version = '7.8.5';
public $version = '7.8.6';

/**
* LLMS_Assets instance
Expand Down
2 changes: 1 addition & 1 deletion lifterlms.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: LifterLMS
* Plugin URI: https://lifterlms.com/
* Description: Complete e-learning platform to sell online courses, protect lessons, offer memberships, and quiz students. WP Learning Management System.
* Version: 7.8.5
* Version: 7.8.6
* Author: LifterLMS
* Author URI: https://lifterlms.com/
* Text Domain: lifterlms
Expand Down
4 changes: 2 additions & 2 deletions 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": "7.8.5",
"version": "7.8.6",
"description": "LifterLMS by codeBOX",
"repository": {
"type": "git",
Expand Down

0 comments on commit 28e346d

Please sign in to comment.