Skip to content

Commit b8730c0

Browse files
committed
Build for 9.0.7.
1 parent 8fb8c2b commit b8730c0

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.changelogs/fix_classic-editor.yml

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

.changelogs/fix_countries-with-no-states.yml

Lines changed: 0 additions & 3 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.7 - 2025-09-16
5+
-------------------
6+
7+
##### Bug Fixes
8+
9+
+ Additional check to avoid conflict with certain plugins alongside the Classic Editor. [#3012](https://github.com/gocodebox/lifterlms/issues/3012)
10+
+ Fixing checkout for countries that have no states/provinces/regions listed.
11+
12+
413
v9.0.6 - 2025-08-28
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.6';
37+
public $version = '9.0.7';
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.6
13+
* Version: 9.0.7
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.6",
3+
"version": "9.0.7",
44
"description": "LifterLMS by codeBOX",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)