Changeset 3384072
- Timestamp:
- 10/24/2025 01:27:07 PM (5 months ago)
- Location:
- ai-search
- Files:
-
- 5 added
- 3 edited
-
tags/1.7.1 (added)
-
tags/1.7.1/ai-search.php (added)
-
tags/1.7.1/includes (added)
-
tags/1.7.1/includes/class-ai-search-service.php (added)
-
tags/1.7.1/readme.txt (added)
-
trunk/ai-search.php (modified) (1 diff)
-
trunk/includes/class-ai-search-service.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ai-search/trunk/ai-search.php
r3383909 r3384072 3 3 * Plugin Name: AI Search 4 4 * Description: Replaces the default search with an intelligent search system. 5 * Version: 1.7. 05 * Version: 1.7.1 6 6 * Author: samuelsilvapt 7 7 * License: GPL2 -
ai-search/trunk/includes/class-ai-search-service.php
r3383909 r3384072 9 9 10 10 public function __construct() { 11 $this->service_url = 'https:// wp-search.ai:3000/';11 $this->service_url = 'https://ai-search-service-production.up.railway.app/'; 12 12 } 13 13 -
ai-search/trunk/readme.txt
r3383909 r3384072 3 3 Tags: search, AI, OpenAI, WordPress 4 4 Tested up to: 6.8 5 Stable tag: 1.7. 05 Stable tag: 1.7.1 6 6 Requires PHP: 8.0 7 7 License: GPLv2
Note: See TracChangeset
for help on using the changeset viewer.