Skip to content

Commit a63ecc0

Browse files
committed
Build for 9.0.2.
1 parent 4f93996 commit a63ecc0

File tree

7 files changed

+14
-16
lines changed

7 files changed

+14
-16
lines changed

.changelogs/fix-fatal-error-during-setup-wizard.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changelogs/fix_i18n-warning-on-activation.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
LifterLMS Changelog
22
===================
33

4+
v9.0.2 - 2025-08-19
5+
-------------------
6+
7+
##### Bug Fixes
8+
9+
+ Avoid fatal error during setup wizard if list of courses to import cannot be fetched. [#2992](https://github.com/gocodebox/lifterlms/issues/2992)
10+
+ Avoid i18n translation warning on brand new site when scheduling cron. [#2990](https://github.com/gocodebox/lifterlms/issues/2990)
11+
12+
413
v9.0.1 - 2025-08-18
514
-------------------
615

class-lifterlms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class LifterLMS {
3434
*
3535
* @var string
3636
*/
37-
public $version = '9.0.1';
37+
public $version = '9.0.2';
3838

3939
/**
4040
* LLMS_Assets instance

lifterlms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: LifterLMS
1111
* Plugin URI: https://lifterlms.com/
1212
* Description: Complete e-learning platform to sell online courses, protect lessons, offer memberships, and quiz students. WP Learning Management System.
13-
* Version: 9.0.1
13+
* Version: 9.0.2
1414
* Author: LifterLMS
1515
* Author URI: https://lifterlms.com/
1616
* Text Domain: lifterlms

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lifterlms",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "LifterLMS by codeBOX",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)