Hi. I was testing an upgrade to php 8.2 and I get a deprecation error:
Deprecated: Creation of dynamic property WPDRMS\ASP\Updates\Manager::$udpates_o is deprecated in /nas/content/live/tkcdev5stg/wp-content/plugins/ajax-search-pro/includes/classes/Updates/Manager.php on line 39
Thank you, we are aware of this tiny issue, it is because of a typo in the variable name. Luckily it does not effect anything at all, it will be addressed in the upcoming release. You can safely ignore the deprecation notice.
You should turn off WP_DEBUG and any level of error reporting for production, if this pops up in the browser then any minor notice will very likely show as well. Deprecation notices should not be shown only on test/dev interfaces.
There is no stable date yet, it is a major refactor. If you want I can suggest a quick fix, only a single file is affected.