Skip to content

Commit

Permalink
Build for 0.0.4. Adding dev scripts section.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Jul 9, 2024
1 parent 60d4c21 commit ac1b9f6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .changelogs/fix_plugin-checks.yml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
LifterLMS CLI Changelog
=======================

v0.0.4 - 2024-07-09
-------------------

##### Security Fixes

+ Adds additional security checks and escaping.


v0.0.3 - 2021-11-03
-------------------

Expand Down
2 changes: 1 addition & 1 deletion lifterlms-cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: LifterLMS CLI
* Plugin URI: https://lifterlms.com/
* Description: WP CLI feature plugin for the LifterLMS Core.
* Version: 0.0.3
* Version: 0.0.4
* Author: LifterLMS
* Author URI: https://lifterlms.com/
* Text Domain: lifterlms
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lifterlms-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "WP CLI commands for the LifterLMS plugin and add-ons.",
"repository": {
"type": "git",
Expand All @@ -18,5 +18,9 @@
"bugs": {
"url": "https://github.com/gocodebox/lifterlms-cli/issues"
},
"homepage": "https://github.com/gocodebox/lifterlms-cli#readme"
"homepage": "https://github.com/gocodebox/lifterlms-cli#readme",
"scripts": {
"build": "",
"dev": "llms-dev"
}
}

0 comments on commit ac1b9f6

Please sign in to comment.