Changeset 3449428
- Timestamp:
- 01/29/2026 09:57:06 AM (2 months ago)
- Location:
- queryra-ai-search/trunk
- Files:
-
- 2 edited
-
queryra-ai-search.php (modified) (2 diffs)
-
readme.txt (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
queryra-ai-search/trunk/queryra-ai-search.php
r3449403 r3449428 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.0. 56 * Version: 1.0.6 7 7 * Author: Queryra 8 8 * Author URI: https://queryra.com … … 20 20 21 21 // Plugin constants 22 define('QUERYRA_VERSION', '1.0. 5');22 define('QUERYRA_VERSION', '1.0.6'); 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
r3449403 r3449428 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 35 35 36 36 **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).37 Built specifically for WordPress, not adapted from a generic solution. Auto-syncs when you publish, supports sticky posts, works with any theme. 38 38 39 39 **Transparent Pricing** … … 86 86 * Content is processed only for search indexing 87 87 * 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) 88 89 89 90 == Installation == … … 113 114 6. Enable "Use Queryra AI for WordPress search" to replace default search 114 115 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). 116 117 117 118 == Frequently Asked Questions == … … 147 148 = Is my content secure? = 148 149 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.150 Yes. 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. 150 151 151 152 = What languages are supported? = … … 161 162 162 163 == 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) 163 172 164 173 = 1.0.5 (2026-01-28) = … … 235 244 236 245 * [Complete Documentation](https://queryra.com/docs) - Setup guides and tutorials 237 * [API Reference](https://queryra.com/api -docs) - Technical documentation238 * [FAQ & Troubleshooting](https://queryra.com/ help) - Common questions answered246 * [API Reference](https://queryra.com/api/docs) - Technical documentation 247 * [FAQ & Troubleshooting](https://queryra.com/faq) - Common questions answered 239 248 * 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) 241 250 242 251 = Contributing = 243 252 244 We welcome contributions! Visit our [GitHub repository](https://github.com/ queryra/wordpress-plugin) to report issues or submit pull requests.253 We welcome contributions! Visit our [GitHub repository](https://github.com/GronRafal/queryra-wordpress-plugin) to report issues or submit pull requests. 245 254 246 255 = About Queryra = … … 250 259 **Get Started:** 251 260 * [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 training261 * [View documentation](https://queryra.com/docs) - Learn about setup and integration 253 262 * [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 practices255 263 256 264 Learn more at [queryra.com](https://queryra.com)
Note: See TracChangeset
for help on using the changeset viewer.