Plugin Directory

Changeset 3494524


Ignore:
Timestamp:
03/30/2026 11:36:36 AM (4 days ago)
Author:
queryra
Message:

Release 1.1.8

Location:
queryra-ai-search/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • queryra-ai-search/trunk/changelog.txt

    r3486314 r3494524  
    11*** Queryra – AI Semantic Search Changelog ***
     2
     32026-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
    26
    372026-03-19 - version 1.1.7
  • queryra-ai-search/trunk/queryra-ai-search.php

    r3486314 r3494524  
    44 * Plugin URI: https://github.com/GronRafal/queryra-wordpress-plugin
    55 * Description: AI-powered semantic search for your WordPress content. Automatically sends posts, pages, and custom post types to Queryra.
    6  * Version: 1.1.7
     6 * Version: 1.1.8
    77 * Author: Queryra
    88 * Author URI: https://queryra.com
     
    2020
    2121// Plugin constants
    22 define('QUERYRA_VERSION', '1.1.7');
     22define('QUERYRA_VERSION', '1.1.8');
    2323define('QUERYRA_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('QUERYRA_PLUGIN_URL', plugin_dir_url(__FILE__));
  • queryra-ai-search/trunk/readme.txt

    r3493819 r3494524  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 1.1.7
     6Stable tag: 1.1.8
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    168168= Does it support multiple languages? =
    169169
    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.
     170Yes! 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.
    171171
    172172= Can I customize how search results look? =
     
    187187== Changelog ==
    188188
     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
    189193= 1.1.7 (2026-03-19) =
    190194* Updated: Plugin title and short description for better WordPress.org discoverability
     
    250254== Upgrade Notice ==
    251255
     256= 1.1.8 =
     257Multilingual search now supports 50+ languages out of the box. No configuration needed.
     258
    252259= 1.1.7 =
    253260Updated plugin branding, added intent-aware search example, centralized pricing to queryra.com/pricing.
Note: See TracChangeset for help on using the changeset viewer.