Update Please
October 2, 2022
===============
- Minor Reflective XSS Fix on the search pages "no search results text"
in: src/controllers/SiteController.php
changed line: 'noResultsString' => sprintf(__('no-search-results', _T), $q),
to:
'noResultsString' => e(sprintf(__('no-search-results', _T), $q)),
Thanks to @allyelyas for reporting.
Important Fix - October 22, 2021
========================
- For some odd reason Google has disabled all my CSEs. I have created new ones and added them to the SQL file. If you are running an existing installation just import the <strong>engines-fix.sql</strong> in your current database.
Minor Bug fix - Feb 09, 2021
========================
- src\drivers\Http\RssImporter.php - Fixed content limit wasn't working. Just replace this file in your current installation from the new archive.