Changeset 3402667
- Timestamp:
- 11/25/2025 03:38:28 PM (4 months ago)
- Location:
- ansera-search/trunk
- Files:
-
- 2 edited
-
ansera_search.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ansera-search/trunk/ansera_search.php
r3402634 r3402667 3 3 * Plugin Name: Ansera Search 4 4 * Description: Ansera AI-powered search plugin provides answers based on your existing Wordpress content. 5 * Version: 1.1. 75 * Version: 1.1.8 6 6 * Author: Ansera.AI 7 7 * Author URI: https://www.ansera.ai/ … … 55 55 define('ANSERA_SEARCH_PLUGIN_DB_VERSION','1.3'); 56 56 57 add_action(' upgrader_process_complete', 'ansera_search_run_updates');57 add_action('plugins_loaded', 'ansera_search_run_updates'); 58 58 59 59 function ansera_search_run_updates() { -
ansera-search/trunk/readme.txt
r3402634 r3402667 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.1. 77 Stable tag: 1.1.8 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 96 96 97 97 == Changelog == 98 = 1.1. 7=98 = 1.1.8 = 99 99 * Improved performance by reducing database load. 100 100 * Ansera AI now provides relevant follow-up questions after each response.
Note: See TracChangeset
for help on using the changeset viewer.