Changeset 3494524
- Timestamp:
- 03/30/2026 11:36:36 AM (4 days ago)
- Location:
- queryra-ai-search/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
queryra-ai-search.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
queryra-ai-search/trunk/changelog.txt
r3486314 r3494524 1 1 *** Queryra – AI Semantic Search Changelog *** 2 3 2026-03-30 - version 1.1.8 4 * Updated - Multilingual search now supports 50+ languages out of the box — no configuration needed 5 * Updated - Documentation to reflect multilingual support launch 2 6 3 7 2026-03-19 - version 1.1.7 -
queryra-ai-search/trunk/queryra-ai-search.php
r3486314 r3494524 4 4 * Plugin URI: https://github.com/GronRafal/queryra-wordpress-plugin 5 5 * Description: AI-powered semantic search for your WordPress content. Automatically sends posts, pages, and custom post types to Queryra. 6 * Version: 1.1. 76 * Version: 1.1.8 7 7 * Author: Queryra 8 8 * Author URI: https://queryra.com … … 20 20 21 21 // Plugin constants 22 define('QUERYRA_VERSION', '1.1. 7');22 define('QUERYRA_VERSION', '1.1.8'); 23 23 define('QUERYRA_PLUGIN_DIR', plugin_dir_path(__FILE__)); 24 24 define('QUERYRA_PLUGIN_URL', plugin_dir_url(__FILE__)); -
queryra-ai-search/trunk/readme.txt
r3493819 r3494524 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.1. 76 Stable tag: 1.1.8 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 168 168 = Does it support multiple languages? = 169 169 170 Queryra works best with English content. Support for more languages is on the roadmap — [contact us](mailto:support@queryra.com) if you need a specific language.170 Yes! Queryra supports 50+ languages out of the box — Polish, German, French, Spanish, Dutch, Serbian, Japanese, Czech, and more. No configuration needed. Customers can search in their native language and find products automatically. 171 171 172 172 = Can I customize how search results look? = … … 187 187 == Changelog == 188 188 189 = 1.1.8 (2026-03-30) = 190 * Updated: Multilingual search now supports 50+ languages out of the box — no configuration needed 191 * Updated: Documentation to reflect multilingual support launch 192 189 193 = 1.1.7 (2026-03-19) = 190 194 * Updated: Plugin title and short description for better WordPress.org discoverability … … 250 254 == Upgrade Notice == 251 255 256 = 1.1.8 = 257 Multilingual search now supports 50+ languages out of the box. No configuration needed. 258 252 259 = 1.1.7 = 253 260 Updated plugin branding, added intent-aware search example, centralized pricing to queryra.com/pricing.
Note: See TracChangeset
for help on using the changeset viewer.