Skip to content

Commit ac1b9f6

Browse files
committed
Build for 0.0.4. Adding dev scripts section.
1 parent 60d4c21 commit ac1b9f6

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changelogs/fix_plugin-checks.yml

Lines changed: 0 additions & 3 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.4 - 2024-07-09
5+
-------------------
6+
7+
##### Security Fixes
8+
9+
+ Adds additional security checks and escaping.
10+
11+
412
v0.0.3 - 2021-11-03
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.3
13+
* Version: 0.0.4
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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lifterlms-cli",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "WP CLI commands for the LifterLMS plugin and add-ons.",
55
"repository": {
66
"type": "git",
@@ -18,5 +18,9 @@
1818
"bugs": {
1919
"url": "https://github.com/gocodebox/lifterlms-cli/issues"
2020
},
21-
"homepage": "https://github.com/gocodebox/lifterlms-cli#readme"
21+
"homepage": "https://github.com/gocodebox/lifterlms-cli#readme",
22+
"scripts": {
23+
"build": "",
24+
"dev": "llms-dev"
25+
}
2226
}

0 commit comments

Comments
 (0)