This commit is contained in:
Jason Cosper 2023-01-05 13:49:08 -08:00 committed by GitHub
parent c1df116b37
commit f3e0af19fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,10 +31,14 @@ Enjoy your long cookie!
== Changelog ==
= 2.0.1 =
Forgot to escape the lone `$_POST` in my code. Feel dumb about it. Fixed now tho.
= 2.0.0 =
Rewrite! Now, instead of forcing *everyone* to use the same login cookie expiration, Biscotti allows users to individually select their login cookie expiration on their profile page.
= 1.0.0 =
Initial release. Simple plugin that forced login cookie expiration for every user to 1 year.
Initial release. Simple plugin that forced login cookie expiration for every user to 1 year.