update.txt 907 B

123456789101112131415161718192021
  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.5 - Winnowing Hall
  4. + Update config file with the two new constants. See config.default and
  5. snapshots-of-linked-webpage.txt for more information
  6. define('WKHTMLTOPDF_USE',false);
  7. define('WKHTMLTOPDF_COMMAND','/absolute/path/to/wkhtmltoimage');
  8. ## version 2.4 - Seven Portals (2020-02-16)
  9. + Run (after authentication) at /index.php?p=stats the "Search index update"
  10. to make the search work again correctly. At success, there is no confirmation.
  11. To validate you can now search for single words case-insensitive.
  12. + Update config file with two new settings. See config.default for more info
  13. define('EMAIL_JOB_PROTECT', false);
  14. define('EMAIL_JOB_PROTECT_SECRET', 'SOME_SECRET_STRING');
  15. + All files in webroot/asset/js/ EXCEPT the new editlink.js can be removed