Plugin Directory

Changeset 3349881


Ignore:
Timestamp:
08/25/2025 05:27:49 PM (7 months ago)
Author:
wpdreams
Message:

4.13.2 Release

Location:
ajax-search-lite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ajax-search-lite/tags/4.13.2/readme.txt

    r3349878 r3349881  
    66Requires PHP: 7.4
    77Tested up to: 6.8
    8 Stable tag: 4.13.1
     8Stable tag: 4.13.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1616**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.
    1717
    18 [youtube https://www.youtube.com/watch?v=tMde9nDQOEU]
     18[youtube https://www.youtube.com/watch?v=qI2_iKK4n_4]
    1919
    2020
     
    2424[Home](https://ajaxsearchpro.com) | [Features](https://ajaxsearchpro.com/features) | [Lite Docs](https://documentation.ajaxsearchlite.com/) | [Pro Docs](https://documentation.ajaxsearchpro.com/)
    2525
    26 [youtube https://www.youtube.com/watch?v=qI2_iKK4n_4]
     26[youtube https://www.youtube.com/watch?v=tMde9nDQOEU]
    2727
    2828Ajax 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.
     
    138138
    139139== 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
    140148= 4.13.1 =
    141149* 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  
    66Requires PHP: 7.4
    77Tested up to: 6.8
    8 Stable tag: 4.13.1
     8Stable tag: 4.13.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    138138
    139139== 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
    140148= 4.13.1 =
    141149* 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.