v2.0.2
This commit is contained in:
parent
009419a826
commit
727ce912ef
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user