This commit is contained in:
Jason Cosper 2023-01-05 17:37:10 -08:00
parent 009419a826
commit 727ce912ef
3 changed files with 9 additions and 1 deletions

View File

@ -18,6 +18,10 @@ Enjoy your long cookie!
## Changelog ## Changelog
### 2.0.2
Sanitize. Not escape. Ack!
### 2.0.1 ### 2.0.1
Forgot to escape the lone `$_POST` in my code. Feel dumb about it. Fixed now tho. Forgot to escape the lone `$_POST` in my code. Feel dumb about it. Fixed now tho.

View File

@ -15,7 +15,7 @@
* Plugin Name: Biscotti * Plugin Name: Biscotti
* Plugin URI: https://github.com/boogah/biscotti * Plugin URI: https://github.com/boogah/biscotti
* Description: Biscotti makes your user's login cookie a little bit longer. * 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 at least: 6.0
* Requires PHP: 7.4 * Requires PHP: 7.4
* Author: Jason Cosper * Author: Jason Cosper

View File

@ -31,6 +31,10 @@ Enjoy your long cookie!
== Changelog == == Changelog ==
= 2.0.2 =
Sanitize. Not escape. Ack!
= 2.0.1 = = 2.0.1 =
Forgot to escape the lone `$_POST` in my code. Feel dumb about it. Fixed now tho. Forgot to escape the lone `$_POST` in my code. Feel dumb about it. Fixed now tho.