Plugin Directory

Changeset 3449428


Ignore:
Timestamp:
01/29/2026 09:57:06 AM (2 months ago)
Author:
queryra
Message:

Version 1.0.6: Fix documentation links, add Privacy/Terms links

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

Legend:

Unmodified
Added
Removed
  • queryra-ai-search/trunk/queryra-ai-search.php

    r3449403 r3449428  
    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.0.5
     6 * Version: 1.0.6
    77 * Author: Queryra
    88 * Author URI: https://queryra.com
     
    2020
    2121// Plugin constants
    22 define('QUERYRA_VERSION', '1.0.5');
     22define('QUERYRA_VERSION', '1.0.6');
    2323define('QUERYRA_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('QUERYRA_PLUGIN_URL', plugin_dir_url(__FILE__));
  • queryra-ai-search/trunk/readme.txt

    r3449403 r3449428  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    3535
    3636**WordPress-Native Design**
    37 Built specifically for WordPress, not adapted from a generic solution. Auto-syncs when you publish, supports sticky posts, works with any theme. [Learn more about features](https://queryra.com/features).
     37Built specifically for WordPress, not adapted from a generic solution. Auto-syncs when you publish, supports sticky posts, works with any theme.
    3838
    3939**Transparent Pricing**
     
    8686* Content is processed only for search indexing
    8787* You can delete all your data anytime from the dashboard
     88* Read our [Privacy Policy](https://queryra.com/privacy) and [Terms of Service](https://queryra.com/terms)
    8889
    8990== Installation ==
     
    1131146. Enable "Use Queryra AI for WordPress search" to replace default search
    114115
    115 **That's it!** Your search is now powered by AI trained on your content. [Learn more about setup](https://queryra.com/docs/wordpress-setup).
     116**That's it!** Your search is now powered by AI trained on your content. [Learn more about setup](https://queryra.com/docs/wordpress-integration).
    116117
    117118== Frequently Asked Questions ==
     
    147148= Is my content secure? =
    148149
    149 Yes. All data is transmitted over HTTPS and stored securely. [Read our privacy policy](https://queryra.com/privacy). You can delete your data anytime from the Queryra dashboard.
     150Yes. All data is transmitted over HTTPS and stored securely. You can delete your data anytime from the Queryra dashboard. Read our [Privacy Policy](https://queryra.com/privacy) for details.
    150151
    151152= What languages are supported? =
     
    161162
    162163== Changelog ==
     164
     165= 1.0.6 (2026-01-29) =
     166* 📝 Documentation: Fixed incorrect documentation links
     167* 🔗 Updated: GitHub repository URL corrected
     168* 🔗 Updated: API documentation link (api-docs → api/docs)
     169* 🔗 Updated: FAQ link (help → faq)
     170* 🔗 Added: Privacy Policy and Terms of Service links
     171* 🧹 Cleanup: Removed non-existent page links (features, blog, how-it-works)
    163172
    164173= 1.0.5 (2026-01-28) =
     
    235244
    236245* [Complete Documentation](https://queryra.com/docs) - Setup guides and tutorials
    237 * [API Reference](https://queryra.com/api-docs) - Technical documentation
    238 * [FAQ & Troubleshooting](https://queryra.com/help) - Common questions answered
     246* [API Reference](https://queryra.com/api/docs) - Technical documentation
     247* [FAQ & Troubleshooting](https://queryra.com/faq) - Common questions answered
    239248* Email: support@queryra.com
    240 * GitHub: [github.com/queryra/wordpress-plugin](https://github.com/queryra/wordpress-plugin)
     249* GitHub: [github.com/GronRafal/queryra-wordpress-plugin](https://github.com/GronRafal/queryra-wordpress-plugin)
    241250
    242251= Contributing =
    243252
    244 We welcome contributions! Visit our [GitHub repository](https://github.com/queryra/wordpress-plugin) to report issues or submit pull requests.
     253We welcome contributions! Visit our [GitHub repository](https://github.com/GronRafal/queryra-wordpress-plugin) to report issues or submit pull requests.
    245254
    246255= About Queryra =
     
    250259**Get Started:**
    251260* [Sign up free](https://queryra.com/signup) - No credit card required
    252 * [See how it works](https://queryra.com/how-it-works) - Learn about custom AI training
     261* [View documentation](https://queryra.com/docs) - Learn about setup and integration
    253262* [Compare plans](https://queryra.com/pricing) - Find the right plan for your site
    254 * [Read our blog](https://queryra.com/blog) - AI search tips and best practices
    255263
    256264Learn more at [queryra.com](https://queryra.com)
Note: See TracChangeset for help on using the changeset viewer.