diff --git a/README.md b/README.md index 9d70900..695ad4a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Enjoy your long cookie! ## Changelog +### 2.0.2 + +Sanitize. Not escape. Ack! + ### 2.0.1 Forgot to escape the lone `$_POST` in my code. Feel dumb about it. Fixed now tho. diff --git a/biscotti.php b/biscotti.php index ba6eb30..3b23232 100644 --- a/biscotti.php +++ b/biscotti.php @@ -15,7 +15,7 @@ * Plugin Name: Biscotti * Plugin URI: https://github.com/boogah/biscotti * Description: Biscotti makes your user's login cookie a little bit longer. - * Version: 2.0.0 + * Version: 2.0.2 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: Jason Cosper diff --git a/readme.txt b/readme.txt index 96406d6..8fad423 100644 --- a/readme.txt +++ b/readme.txt @@ -31,6 +31,10 @@ Enjoy your long cookie! == Changelog == += 2.0.2 = + +Sanitize. Not escape. Ack! + = 2.0.1 = Forgot to escape the lone `$_POST` in my code. Feel dumb about it. Fixed now tho.