Changeset 3349881
- Timestamp:
- 08/25/2025 05:27:49 PM (7 months ago)
- Location:
- ajax-search-lite
- Files:
-
- 2 edited
-
tags/4.13.2/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ajax-search-lite/tags/4.13.2/readme.txt
r3349878 r3349881 6 6 Requires PHP: 7.4 7 7 Tested up to: 6.8 8 Stable tag: 4.13. 18 Stable tag: 4.13.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 **Ajax Search Lite** is a live search plugin for WordPress. This responsive live search engine, which will boost your user experience by providing a user friendly ajax powered search form – a live search bar. You can filter the results with the category and post type filter boxes as well. Google autocomplete and keyword suggestions also included. 17 17 18 [youtube https://www.youtube.com/watch?v= tMde9nDQOEU]18 [youtube https://www.youtube.com/watch?v=qI2_iKK4n_4] 19 19 20 20 … … 24 24 [Home](https://ajaxsearchpro.com) | [Features](https://ajaxsearchpro.com/features) | [Lite Docs](https://documentation.ajaxsearchlite.com/) | [Pro Docs](https://documentation.ajaxsearchpro.com/) 25 25 26 [youtube https://www.youtube.com/watch?v= qI2_iKK4n_4]26 [youtube https://www.youtube.com/watch?v=tMde9nDQOEU] 27 27 28 28 Ajax Search Lite and Ajax Search Pro **does not require monthly subscriptions**, does not store your data on external servers – **everything is done locally**, on your server. … … 138 138 139 139 == Changelog == 140 = 4.13.2 = 141 * Fixed a security issue, where password protected posts were returned by default, see [CVE-2025-7956](https://www.cve.org/CVERecord?id=CVE-2025-7956) 142 * A full scale code review was performed, implementing additional sanitization and escaping of all output based on WP Codesniffs and recommendations 143 * Removed a lot of unused code and some unused files 144 * Fixed an issue with the results page live loader, where in some cases it was not working 145 * Fixed an issue with the thumbnail generator where in some cases a notice was generated 146 * Fixed an issue with the facet change trigger settings 147 140 148 = 4.13.1 = 141 149 * Quickfix on 4.13 advanced title and field types, where a bug caused an error 500 in some cases -
ajax-search-lite/trunk/readme.txt
r3325905 r3349881 6 6 Requires PHP: 7.4 7 7 Tested up to: 6.8 8 Stable tag: 4.13. 18 Stable tag: 4.13.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 138 138 139 139 == Changelog == 140 = 4.13.2 = 141 * Fixed a security issue, where password protected posts were returned by default, see [CVE-2025-7956](https://www.cve.org/CVERecord?id=CVE-2025-7956) 142 * A full scale code review was performed, implementing additional sanitization and escaping of all output based on WP Codesniffs and recommendations 143 * Removed a lot of unused code and some unused files 144 * Fixed an issue with the results page live loader, where in some cases it was not working 145 * Fixed an issue with the thumbnail generator where in some cases a notice was generated 146 * Fixed an issue with the facet change trigger settings 147 140 148 = 4.13.1 = 141 149 * Quickfix on 4.13 advanced title and field types, where a bug caused an error 500 in some cases
Note: See TracChangeset
for help on using the changeset viewer.