update.txt 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. If you are updating from a previous version make sure every update info from
  2. the version your are updating from is done.
  3. ## version 2.7 Sacred Grove
  4. + New syntax in config file. Switched from define() to const syntax.
  5. Use config.default.php as a template to update your config.
  6. ## version 2.6 - Hypostyle
  7. + Update config file with the new language setting. See config.default and
  8. translation.txt for more information
  9. + Run update search index to use the URL within the search index for your existing data.
  10. ## version 2.5 - Winnowing Hall
  11. + Update config file with the two new constants. See config.default and
  12. snapshots-of-linked-webpage.txt for more information
  13. define('WKHTMLTOPDF_USE',false);
  14. define('WKHTMLTOPDF_COMMAND','/absolute/path/to/wkhtmltoimage');
  15. ## version 2.4 - Seven Portals (2020-02-16)
  16. + Run (after authentication) at /index.php?p=stats the "Search index update"
  17. to make the search work again correctly. At success, there is no confirmation.
  18. To validate you can now search for single words case-insensitive.
  19. + Update config file with two new settings. See config.default for more info
  20. define('EMAIL_JOB_PROTECT', false);
  21. define('EMAIL_JOB_PROTECT_SECRET', 'SOME_SECRET_STRING');
  22. + All files in webroot/asset/js/ EXCEPT the new editlink.js can be removed