Changelog
1.5.1 (2026-05-22)
Features
- JSON-LD structured data on product pages — product pages now emit schema.org/Product JSON-LD with the live aggregate rating and approved reviews, helping Google show star ratings in search results. The block only renders when the product has at least one rated approved review, and caps the inline payload at 20 reviews to keep page weight in check.
Fixed
- Fixed storefront review listing showing only a single review when multiple reviews had no rating votes (e.g. when ratings are disabled for the store) — each review now keeps its own row in the listing.
- Fixed "A technical problem with the server" error when filtering the storefront review listing by star rating.
- Fixed photo upload rejecting every file when Maximum file size (MB) was set to
0(unlimited) — the storefront uploader now correctly treats0as no limit and hides the size hint accordingly. - Fixed Page Builder hanging when saving pages containing review widgets.
1.5.0 (2026-05-18)
Features
- Email address for reviewers — guest review submissions now capture an email address on the storefront form. The email is shown in the admin Reviews grid as a filterable column and on the review edit form. For logged-in customers the email is taken from their account automatically. ⚠️ Adds a new
emailcolumn tomst_review_details_additionaland runs a data patch that backfills the email for existing logged-in customer reviews fromcustomer_entity; guest reviews remain NULL. Runbin/magento setup:upgrade. - Verified Buyer badge for guest checkouts — new admin setting Stores → Configuration → Mirasvit → Reviews → General → Match guest reviews by email (default: No). When enabled, the verified-buyer reindex matches guest reviews to orders by the reviewer's email address, so customers who buy as guests and leave a review still receive the Verified Buyer badge. Run
bin/magento mirasvit:review:reindex --verify --forceafter enabling. - Spam protection on the review form — automated bot submissions are now silently dropped before reaching the moderation queue.
- Upload hints on the review photo uploader — the storefront photo uploader now shows accepted file formats, maximum file size, and maximum number of photos based on the admin configuration, so customers see the limits before they try to upload.
Improvements
- Maximum photos per review and Maximum file size (MB) settings now accept
0for unlimited (previously had to be at least 1).
1.4.0 (2026-05-04)
Features
- Configurable photo upload limits — New "Maximum file size" setting (Admin → Stores → Configuration → Mirasvit → Review → Media) caps uploaded review photos by size (1–50 MB, default 5 MB). The upload form validates file size and format in the browser before upload starts.
- Storefront links in the All Reviews admin grid — The Product column now links directly to the product's storefront page (opens in a new tab).
Improvements
- Added storefront interface translations for 15 locales: German, Spanish, French, Italian, Dutch, Portuguese (Brazil & Portugal), Swedish, Polish, Czech, Turkish, Ukrainian, Japanese, Simplified Chinese, and Arabic.
Fixed
- Security improvements.
- Fixed AI review summary not regenerating when new reviews were approved.
- Fixed AI review summary showing the same aggregated content on all store views instead of a store-specific summary.
- Fixed duplicate review section appearing on full-width product pages.
- Fixed the "Reviews (N)" product tab count not updating after approving, rejecting, or deleting reviews from the admin panel.
- Fixed the maximum photos per review limit not being enforced on storefront submissions.
- Fixed admin mass-delete and mass-change-status treating "Select All + exclude one row" incorrectly — only the filtered set is now affected.
- Fixed SQL error when filtering admin grids by the "Created" date range.
- Fixed review reminder email failing to load the configured email template on fresh installs.
- Minor fixes and improvements.
1.3.4 (2026-04-17)
Fixed
- Review Gallery, Review Grid, and Masonry Grid widgets were showing reviews from all store views on multi-store setups — each widget now filters reviews by the current store.
- GeoLocation lookup no longer re-processes reviews with non-routable IP addresses (e.g. 127.0.0.1) on every cron run — reviews are now marked as processed after the first lookup attempt.
- Product page now correctly loads review content and scrolls to the reviews section when the URL contains the
shash anchor. - Mass delete and mass change-status actions in the admin reviews grid now work correctly for all selection modes — "Select All", exclusion-based, and individual row; previously "Select All" ignored active grid filters and could affect all records instead of just the filtered subset.
- Fixed SQL errors ("A technical problem with the server") appearing in the admin reviews grid — caused by ambiguous column references when the grid joins multiple tables with overlapping column names.
- Fixed
reindex_reviewcron failing with "Item already exists" error.
1.3.3 (2026-04-14)
Fixed
- Added isApproved() method for compatibility with third-party modules (e.g. Bss_RewardPoint)
1.3.2 (2026-04-06)
Improvements
- Compatibility with Magento 2.4.9
1.3.1 (2026-01-21)
Fixed
- Fixed the issue with error on aggregating reviews using AI
- Fixed the issue with migrating old AI-related settings
1.3.0 (2026-01-21)
Improvements
- GeoLocation lookup has been moved to the Core module, which also provides automatic weekly updates for the GeoLite2 database (free MaxMind account required for auto-updates).
- AI-related features now use Core service, which supports multiple AI-providers (OpenAI, Claude, Google Gemini)
1.2.3 (2026-01-05)
Fixed
- Fixed the issue where reminder emails were not being sent from the store-specific email address
1.2.2 (2025-10-23)
Improvements
- Ability to configure review reminders per store view
1.2.1 (2025-07-11)
Features
- Implement captcha for product page review form
1.2.0 (2025-06-20)
Improvements
- WCAG 2.2 AA Compliance
1.1.13 (2025-05-19)
Improvements
- Ability to set reviews section identifier for product URLs in review reminder emails
1.1.12 (2025-05-12)
Improvements
- Configurations structure improved
1.1.11 (2025-05-02)
Fixed
- Fixed the issue with review summary rating in review title
1.1.10 (2025-04-22)
Improvements
- Ability to vote whether the review is helpful or not
1.1.9 (2025-04-10)
Fixed
- Compatibility with Magento 2.4.8
1.1.8 (2025-03-21)
Improvements
- Display the "Verified Buyer" filter only when the "Verified Buyer" badge is enabled.
- Ability to display average product rating in the reviews' block title.
Fixed
- Fixed the issue the number of reviews displayed when the product page is loaded (Hyva)
1.1.7 (2025-03-04)
Improvements
- Added separate listing for pending reviews
- Mass actions in reviews grid
1.1.6 (2025-01-14)
Features
- Ability to send review reminder email copy
1.1.5 (2024-11-11)
Features
- Review reminder emails
1.1.4 (2024-10-15)
Improvements
- Changes for Hyva compatibility (Mirasvit_Comment)
1.1.3 (2024-10-14)
Improvements
- Changes for Hyva compatibility
1.1.2 (2024-07-09)
Improvements
- Translations
- Additional data in the reviews listing and form (admin area)
Fixed
- Fixed the issue with email notifications (multiple emails)
1.1.1 (2024-07-01)
Improvements
- Small code improvements
1.1.0 (2024-06-20)
Features
- Review comments
Improvements
- Small code improvements
- Date output format
1.0.8 (2024-06-11)
Improvements
- Alert on image upload failed
Fixed
- Fixed the issue with review gallery widget
1.0.7 (2024-06-10)
Improvements
- Image uploader compatibility with Blank-based Magento themes
Fixed
- Image uploader compatibility with Magento 2.4.7
1.0.6 (2024-05-30)
Improvements
- Email notifications about pending reviews
- Admin notifications about pending reviews
1.0.5 (2024-04-22)
Improvements
- Ability to select order statuses for which the customer should be considered as 'verified buyer'
1.0.4 (2024-04-22)
Fixed
- Fixed the issue with the error 'Disallowed image type' on .jpeg images
1.0.3 (2024-03-22)
Features
- Review widgets: Photo gallery, All reviews, Overall rating
1.0.2 (2024-01-09)
Fixed
- Fixed the issue with the error: Class Zend_Validate not found
- Fixed the issue with image uploader
1.0.1 (2023-11-14)
Features
- CLI interface for generating review
Fixed
- Fixed the issue with reviews photo gallery
1.0.0 (2023-11-10)
Features
- Added ability to attach photo to review
- Purchased product info in reviews for configurable products
- Reviews photos gallery in reviews listing on product pages
0.0.2 (2023-10-17)
Improvements
- Initial release
0.0.1 (2023-10-17)