Skip to content

Commit 2da269d

Browse files
committed
Build for 0.0.5.
1 parent 9a296d7 commit 2da269d

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

.changelogs/fix_php-83-warning.yml

Lines changed: 0 additions & 7 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 CLI Changelog
22
=======================
33

4+
v0.0.5 - 2025-01-21
5+
-------------------
6+
7+
##### Bug Fixes
8+
9+
+ Fixing null strlen error in PHP 8.3. Thanks [@jv-mtrz](https://github.com/jv-mtrz)! [#13](https://github.com/gocodebox/lifterlms-cli/issues/13)
10+
11+
412
v0.0.4 - 2024-07-09
513
-------------------
614

lifterlms-cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: LifterLMS CLI
1111
* Plugin URI: https://lifterlms.com/
1212
* Description: WP CLI feature plugin for the LifterLMS Core.
13-
* Version: 0.0.4
13+
* Version: 0.0.5
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-cli",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "WP CLI commands for the LifterLMS plugin and add-ons.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)