Renamed plugin display name to “Trill AI Product Chat for WooCommerce” in accordance with WordPress.org Plugin Directory guidelines on distinctive plugin naming
Updated admin page headings, activation notices and accessibility labels to reflect the new name
Regenerated translation template (.pot) with the new strings — no functional changes
1.2.3
Lazy-loads the chat widget — only a ~4 KB launcher is shipped on first paint; the full chat bundle is fetched on hover, focus or click, improving Core Web Vitals on storefront and product pages
Smarter asset loading — the widget no longer enqueues on wp-login, feeds, REST, AJAX or cron, with optional opt-outs for WooCommerce checkout and My Account pages
Added trcl_should_enqueue_widget filter so developers can force-load or skip the widget on specific pages
Ships pre-minified JavaScript and CSS with per-file content-hash cache-busting — browsers only re-download assets whose bytes actually changed
Conversation memory across reloads — the visible transcript persists for the current browser tab, so refreshing the page or reopening the widget no longer restarts the conversation
Added configurable starter suggestions — show up to three clickable prompt chips (e.g. “What’s on sale?”, “Help me choose a product”) when the chat opens
Honours SCRIPT_DEBUG — the unminified source is served automatically for developers with debug mode on
1.2.2
Added automatic usage guardrails — Robin now stays focused on your store’s products and services, politely declining off-topic requests (homework, code generation, medical/legal advice, etc.)
Guardrails are auto-generated from your store metadata (name, description, categories) — no configuration needed
Added prompt injection protection — the assistant will not reveal system instructions or adopt different personas
Redesigned the floating launcher icon with the Trill AI brand mark (SVG, respects your widget colour)
Reduced launcher footprint by ~19% for a lighter visual presence on the page
Renamed admin pages to “AI Shopping Assistant — Dashboard / Settings / Products” for clearer branding
Improved PHPCS compliance across database queries for WordPress.org Plugin Check standards
Improved output escaping in admin dashboard for enhanced security
1.1.1
Upgraded AI model to GPT-5.4 Nano for faster, more accurate product recommendations
Fixed add-to-cart button for variable and grouped products — now correctly shows “View” instead of a non-functional “Add to Cart”
Fixed welcome message losing line breaks when saved from the settings page
Fixed chat widget ignoring the “bottom-left” position setting
Improved AI response quality — Robin no longer repeats raw product URLs in text replies
Updated dashboard plan comparison table with current pricing tiers and added Business plan column
Updated documentation link to https://trillai.io/documentation/
1.1.0
Improved product search accuracy with smarter English de-pluralisation (e.g. “t-shirts” now matches “T-Shirt”, “accessories” matches “Accessory”)
Added taxonomy-based fallback search across product categories and tags when the native search returns no results
Expanded conversational query extraction to recognise over 50 common shopping phrases (e.g. “tell me about”, “what’s the price of”, “got any”, “do you stock”)
Fixed chatbot incorrectly responding “I don’t have access to the store catalogue” — the AI now always acknowledges product search capability
Added intelligent empty-search handling that suggests alternative terms and store categories
Fixed currency symbol encoding issue when sending store context to the AI service
Added non-product query filters for shipping, payment, order status and cancellation questions to reduce unnecessary product searches
Improved PHP 7.4 compatibility
Added monthly conversation usage widget to the admin dashboard