Published September 17, 2017
Announcing 2.4.0
Lessn More 2.4.0 has been released.
Upgrading
As always, grab it from Github.
https://github.com/alanhogan/lessnmore
Just copy over all the files in dist/
to your web server’s root (or wherever you previously installed Lessn More). Skip or delete install.php.
What’s New?
Users logging in over HTTPS will be authenticated with a cookie that will not leak out over HTTPS
Cookies are now set with HTTP_ONLY, which means rogue JavaScript cannot steal your authentication cookie
There is now a LOG OUT button
Lessn More now checks for an updated version of itself whenever you use the web interface. (You still have to manually upgrade!)