update.txt 1.1 KB

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