Published September 27, 2017
Announcing 2.5.0
Lessn More 2.5.0 has been released.
Upgrading
As always, grab it from Github.
https://github.com/alanhogan/lessnmore
Please replace the files on your site with those in the dist/ folder (keeping your config file). Add the new constant RANDOM_SLUG_LENGTH to your config.php. Be sure you get the new random_compat folder in /-/library if you are not on on PHP 7 or newer.
What’s New?
Big news! Now you can configure Lessn More to generate random slugs of a desired length instead of incremental, guessable slugs. This means you will generate URLs like
/8RTvaN,/Nvb3QPinstead of/a,/b,/c, if desired.The link in LM's header now points to your main admin page, and the update check info in the footer will always link to the LM project home page.