Skip to content

Commit

Permalink
Merge pull request #3 from humanmade/101_release
Browse files Browse the repository at this point in the history
bump version number to 1.0.1
  • Loading branch information
tomjn authored Jun 1, 2023
2 parents e3fa0a6 + d6bb11b commit 6189c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WordPress offers dedicated APIs that are to be used for CRUD operations on the v
For example, when you delete a comment via `wp_delete_comment( $comment_id, true )`, WordPress takes care that all metadata for that comment gets automatically deleted as well.
Great!

However, people not always do what is right—on purpose, or by accident.
However, people do not always do what is right—on purpose, or by accident.
The reason for that could be that someone deleted entities and/or metadata directly in the DB (instead of using the respective WordPress API to handle that data).
This might make sense when you want to reduce a large production or staging database export, and therefore delete (random) posts etc.
Or maybe someone only did a partial database import, or partial migration.
Expand Down
2 changes: 1 addition & 1 deletion orphan-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Orphan Command
* Plugin URI: https://github.com/humanmade/orphan-command
* Description: WP-CLI command to list and delete orphan WordPress entities and metadata.
* Version: 1.0.0
* Version: 1.0.1
* Requires at least: 3.3
* Requires PHP: 7.2
* Author: Human Made
Expand Down

0 comments on commit 6189c4d

Please sign in to comment.