Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Nov 18, 2024
1 parent 38ef2af commit cd0762e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

#### Version 1.0.0 - 2024/11/12
* initial release

#### Version 1.1.0 - 2024/11/18
* adding admin UI button for running bulk update
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ Make sure no real IP addresses are stored in WP comments.

### Features

* a CLI command to bulk convert existing comment IP addresses to the masked
* a CLI command and admin UI to bulk convert existing comment IP addresses to the masked
* auto-filtering of new comments to use masked IP.

### To Do

* add admin UI piece to bulk convert existing comments
* add whitelisting of IPs
4 changes: 2 additions & 2 deletions scrub-comment-author-ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://andrewnorcross.com
* Text Domain: scrub-comment-author-ip
* Domain Path: /languages
* Version: 1.0.0
* Version: 1.1.0
*
* @package ScrubCommentAuthorIP
*/
Expand All @@ -22,7 +22,7 @@
if ( ! defined( 'ABSPATH' ) ) exit;

// Define our version.
define( __NAMESPACE__ . '\VERS', '1.0.0' );
define( __NAMESPACE__ . '\VERS', '1.1.0' );

// Plugin root file.
define( __NAMESPACE__ . '\FILE', __FILE__ );
Expand Down

0 comments on commit cd0762e

Please sign in to comment.