Skip to content

Commit ba404e0

Browse files
committed
Build for 2.7.0.
1 parent e7fe232 commit ba404e0

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

.changelogs/remove-estimated-completion-time.yml

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

CHANGELOG.md

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

4+
v2.7.0 - 2025-10-31
5+
-------------------
6+
7+
##### Breaking Changes
8+
9+
+ Removing "Estimated Completion Time" from the Course Inforamtion block, as it was moved to General course options tab.
10+
11+
412
v2.6.2 - 2025-10-06
513
-------------------
614

lifterlms-blocks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: LifterLMS Blocks
1212
* Plugin URI: https://github.com/gocodebox/lifterlms-blocks
1313
* Description: WordPress Editor (Gutenberg) blocks for LifterLMS.
14-
* Version: 2.6.2
14+
* Version: 2.7.0
1515
* Author: LifterLMS
1616
* Author URI: https://lifterlms.com/
1717
* Text Domain: lifterlms
@@ -27,7 +27,7 @@
2727

2828
// Define Constants.
2929
if ( ! defined( 'LLMS_BLOCKS_VERSION' ) ) {
30-
define( 'LLMS_BLOCKS_VERSION', '2.6.2' );
30+
define( 'LLMS_BLOCKS_VERSION', '2.7.0' );
3131
}
3232

3333
/**

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-blocks",
3-
"version": "2.6.2",
3+
"version": "2.7.0",
44
"description": "blocks",
55
"author": "LifterLMS",
66
"homepage": "https://lifterlms.com/",

0 commit comments

Comments
 (0)