Changelog
1.2.7 (2026-04-21)
Improvements
- Added i18n support for 15 core locales (ar_SA, cs_CZ, de_DE, es_ES, fr_FR, it_IT, ja_JP, nl_NL, pl_PL, pt_BR, pt_PT, sv_SE, tr_TR, uk_UA, zh_Hans_CN)
1.2.6 (2026-01-23)
Fixed
- Fixed "Call to a member function getChildren()" error on article and category pages when the category tree contains null nodes
1.2.5 (2025-08-12)
Fixed
- Removed hard dependency on MSP ReCaptcha module for local comments functionality
1.2.4 (2025-08-06)
Fixed
- Fixed widget shortcodes appearing as raw code in article summaries on category pages
1.2.3 (2025-08-01)
Improvements
- Article page rating and helpful vote metadata now loads via AJAX from a dedicated layout handle, improving Hyva compatibility and cache behavior
1.2.2 (2025-08-01)
Improvements
- Added HTML escaping across category templates to prevent XSS vulnerabilities
1.2.1 (2025-07-31)
Improvements
- Article pages are now fully cacheable with Varnish/Full Page Cache — rating and helpful vote states load dynamically via AJAX, so pages serve from cache for all visitors
1.2.0 (2025-06-27)
Improvements
- WCAG 2.2 AA accessibility improvements across all frontend templates — added ARIA roles, labels, keyboard navigation for sidebar, search form, article lists, comment form, and vote controls
1.1.17 (2025-05-23)
Fixed
- Fixed "Cannot read properties of undefined (reading currentNodeId)" error on admin category page in Magento 2.4.8 — the category tree now uses jstree instead of the removed ExtJS tree component
1.1.16 (2025-04-14)
Improvements
- Compatibility with Magento 2.4.8 — updated all PHP constructor signatures to use explicit nullable type declarations required by PHP 8.1+
1.1.15 (2025-03-10)
Improvements
- Added HTML escaping across all frontend and admin templates to prevent XSS vulnerabilities
- Replaced deprecated
Zend_Db_SelectwithMagento\Framework\DB\Select - Replaced deprecated
md5()withhash('md5', ...)
Fixed
- Fixed incorrect config path for article links limit on category view page — the sidebar was ignoring the configured limit
1.1.14 (2025-01-28)
Fixed
- Fixed "foreach() argument must be of type array|object, null given" error on admin article grid when category data is empty
- Fixed broken Font Awesome icons on frontend
1.1.13 (2024-09-26)
Fixed
- Fixed empty page titles and missing article relations on tag pages
1.1.12 (2024-09-12)
Fixed
- Fixed child category URLs not being updated when a parent category is saved
1.1.11 (2024-09-02)
Fixed
- Fixed article meta description incorrectly containing the article title instead of the actual description
- Fixed "Fallback to JQueryUI Compat activated" warning caused by deprecated jQuery UI widget dependencies in the admin category tree
1.1.9 (2023-07-06)
Fixed
- Fixed 'Class "Zend_Json" not found' error on article pages with rich snippets in Magento 2.4.6+
1.1.8 (2022-12-29)
Improvements
- Added "URL Key" column to the article admin grid for easier article management
1.1.7 (2022-12-07)
Fixed
- Fixed PHP 8.1 deprecation warnings ("strtolower(): Passing null to parameter") across category tree, toolbars, tag helper, search, sitemap, and admin grid columns
1.1.6 (2022-09-05)
Features
- Added canonical URL tags to article and category pages for better SEO
Fixed
- Fixed PHP 8 type error in search model
1.1.5 (2022-08-16)
Fixed
- Fixed article "Updated At" timestamp changing when a customer votes on an article — only admin saves now update this field
1.1.4 (2022-07-04)
Features
- Added "Show in menu" toggle in admin configuration to control Knowledge Base footer link per store view
1.1.3 (2022-07-04)
Features
- Article view page now displays the "Updated At" date alongside the creation date
Fixed
- Fixed article "Updated At" timestamp changing when a customer votes — votes on the frontend no longer modify the article's update date
1.1.2 (2022-06-24)
Fixed
- Fixed "Save Category" button not working in Magento 2.4.4
1.1.1 (2022-06-20)
Improvements
- ⚠️ Removed
db_schema_whitelist.json— no longer required by Magento
Fixed
- Fixed category names not being translatable on the frontend
1.1.0 (2022-05-25)
Improvements
- ⚠️ Migrated from programmatic install/upgrade scripts to Magento declarative schema (
db_schema.xml). Existing installations are upgraded automatically. RemovedInstallSchema.php,InstallData.php,UpgradeSchema.php, and allUpgradeSchema/Upgrade*.phpfiles
1.0.79 (2022-05-04)
Fixed
- Fixed compatibility with Magento 2.4.4 and PHP 8 — resolved type errors in article list toolbar and list block
1.0.78 (2022-03-10)
Improvements
- PHP 8 compatibility — fixed type casting issues in category model and resource model
1.0.77 (2021-04-19)
Fixed
- Fixed article count on category view page being incorrectly limited by the pager page size instead of showing all articles
1.0.76 (2020-12-22)
Improvements
- Removed legacy SEO compatibility notification — compatibility checks are now handled by the core module
1.0.75 (2020-11-24)
Fixed
- Fixed meta title overriding the visible page display title on category pages
1.0.74 (2020-09-29)
Improvements
- Fixed grammar and spelling across UI labels and admin forms
- Updated translation file with all translatable strings
1.0.73 (2020-07-30)
Improvements
- Compatibility with Magento 2.4
Fixed
- Fixed search results not respecting article sort order
- Fixed missing description field in rich snippet structured data
- ⚠️ Renamed all
Setup/UpgradeSchema/Upgrade_1_0_X.phpclasses toUpgrade10X.php(removed underscores for Magento 2.4 compatibility)
1.0.72 (2020-06-04)
Features
- Added rich snippets (JSON-LD structured data) for articles — improves how articles appear in search engine results
- Added "Rich Snippet Description" field to article admin form
1.0.71 (2020-04-21)
Fixed
- Fixed article export to Advanced SEO Suite Sitemap on Magento 2.3.5 — resolved deprecated functionality error
1.0.70 (2020-04-21)
Improvements
- Added sorting by position field to search results
Fixed
- Fixed search not working for special characters
1.0.69 (2020-03-23)
Fixed
- Fixed "Missing required argument $decoder of MSP\ReCaptcha\Block\Frontend\ReCaptcha" error on article pages with comments
1.0.68 (2020-03-03)
Fixed
- Fixed "Call to a member function register() on null" error — cleaned up unused controller dependencies
1.0.67 (2020-02-28)
Improvements
- Added note to the "Store View" field on article edit page explaining multi-store article visibility
- Improved search to better handle multi-store configurations
1.0.66 (2019-12-11)
Improvements
- Added short URLs and correct breadcrumbs for articles assigned to multiple categories
1.0.65 (2019-12-05)
Fixed
- Fixed admin comments grid filter causing browser performance issues on stores with many comments
1.0.64 (2019-11-05)
Features
- Added native Knowledge Base comments system — customers can leave comments on articles with ReCaptcha protection and admin approval workflow
Fixed
- Fixed search not working for multi-byte characters (e.g., Chinese, Japanese, Cyrillic)
- Fixed error when deleting the last root category
1.0.63 (2019-08-08)
Fixed
- Fixed articles not filtering correctly by customer group
- Fixed search results not respecting store view scope
1.0.62 (2019-08-05)
Fixed
- Fixed incorrect article count in category sidebar — count now properly reflects articles visible to the current customer group and store
1.0.61 (2019-07-08)
Improvements
- Tags can now be renamed and unused tags are properly cleaned up from the database
Fixed
- Fixed SQL error when creating a new article with tags
1.0.60 (2019-06-25)
Improvements
- Search results now default to "Relevance" sort order instead of date
1.0.59 (2019-06-24)
Features
- Added "Relevance" option to the sort-by dropdown on the article search page
Fixed
- Fixed articles not displaying correctly when filtered by store view
1.0.58 (2019-05-27)
Fixed
- Fixed category sorting not working correctly
- Fixed search not matching articles by tag name
1.0.55 (2019-04-17)
Fixed
- Fixed category sorting order not being applied on the frontend
1.0.54 (2019-03-11)
Fixed
- Fixed sitemap generation on Magento 2.3.1
1.0.53 (2019-03-11)
Fixed
- Fixed sitemap generation compatibility with Magento 2.3
1.0.52 (2019-02-18)
Fixed
- Fixed WYSIWYG editor not working correctly on Magento 2.3
1.0.51 (2019-01-18)
Fixed
- Fixed incorrect sitemap URLs when using Mirasvit SEO Sitemap — store codes were being duplicated in URLs
1.0.50 (2019-01-07)
Fixed
- Fixed error when creating articles on Magento 2.3
1.0.49 (2018-11-29)
Improvements
- Compatibility with Magento 2.3.0
1.0.48 (2018-11-16)
Features
- Added "All Groups" option to article customer group settings — articles can now be visible to all customer groups without selecting each one
Fixed
- Fixed wrong category name in breadcrumbs and category sidebar for multi-store setups
1.0.47 (2018-06-25)
Features
- Added frontend page types for Knowledge Base pages — enables CMS widget targeting and layout updates for KB article, category, search, and tag pages
Fixed
- Fixed fulltext search not working in admin article grid
1.0.46 (2018-05-08)
Improvements
- Current article's category is now highlighted (bold) in the sidebar for better navigation
Fixed
- Fixed incorrect template paths for KB blocks that could cause missing content
1.0.45 (2018-04-03)
Improvements
- Article and category names are now translatable — names run through Magento's translation layer so they can be localized via i18n CSV files
1.0.44 (2018-02-22)
Fixed
- Fixed pager limit dropdown appearing twice on article listing pages
1.0.43 (2018-02-15)
Improvements
- Added
kb_article_after_loadevent for developers to hook into article loading
Fixed
- Fixed inline translation causing "sprintf(): Too few arguments" error in email templates
- Fixed missing pagination styles on category pages
- ⚠️ Changed
mst_kb_article.textcolumn type fromTEXTtoMEDIUMTEXTto support longer articles
1.0.42 (2017-11-23)
Improvements
- Articles with the same URL key can now be created across different store views
1.0.41 (2017-10-19)
Features
- Added option to exclude category path from article URLs — articles can use short URLs like
/kb/article-nameinstead of/kb/category/article-name
Fixed
- Fixed template variables not rendering in category descriptions
1.0.40 (2017-10-04)
Fixed
- Fixed sitemap not generating when triggered by cron
1.0.39 (2017-09-27)
Improvements
- Compatibility with Magento 2.2.0
Fixed
- Fixed sitemap generation for multi-store setups
1.0.37 (2017-09-15)
Fixed
- Fixed sitemap generation for multi-store setups — store-specific URLs are now generated correctly
1.0.36 (2017-09-04)
Improvements
- Compatibility with Magento 2.2.0 RC
Fixed
- Fixed article customer group filter not working correctly
1.0.35 (2017-08-30)
Features
- Added ability to restrict articles by customer group — different articles can be shown to different customer groups
Improvements
- Improved category tree display in admin
1.0.33 (2017-08-03)
Fixed
- Fixed incorrect URLs in sitemap for Knowledge Base articles and categories
1.0.32 (2017-07-28)
Features
- Added Knowledge Base categories and articles to the Magento sitemap for better SEO indexing
1.0.30 (2017-07-06)
Fixed
- Fixed wrong parent category being assigned when creating a new category without explicitly selecting a parent
1.0.29 (2017-04-06)
Features
- Added Design tab to category editor — allows adding custom content blocks and changing page layout (XML) per category
1.0.28 (2017-03-20)
Features
- Added option to show article count next to categories on the category list page (for categories without subcategories)
1.0.27 (2017-02-20)
Fixed
- Fixed page redirect loop after voting on an article
1.0.26 (2017-02-07)
Fixed
- Fixed configuration settings not saving per store view
- Fixed article view page not showing associated categories
- Fixed search not matching articles by tags
1.0.25 (2017-02-03)
Improvements
- Redesigned admin article list as a UI component grid with filtering, sorting, and column management
Fixed
- Fixed long article names overflowing in the sidebar
- Fixed JavaScript error when saving articles in Single Store Mode
1.0.24 (2016-12-23)
Features
- Added option to hide article dates on the frontend
Improvements
- Moved "View All" category link below the list of articles for a more natural reading flow
1.0.23 (2016-12-08)
Fixed
- Fixed "Articles not found" error on stores with multiple root categories
1.0.22 (2016-11-22)
Fixed
- Fixed compatibility with Varnish full page cache
- Fixed Knowledge Base admin permissions appearing in wrong position in the role resource tree
1.0.21 (2016-11-08)
Fixed
- Fixed layout XML block naming error that could cause missing content on article pages
1.0.20 (2016-10-19)
Improvements
- Compatibility with Magento 2.1.2
Fixed
- Fixed article store view assignment not saving correctly
1.0.19 (2016-10-17)
Features
- Added ability to assign articles to specific store views
Fixed
- Fixed "Insert Variable" widget not working in WYSIWYG editor
1.0.18 (2016-10-12)
Improvements
- Shared Font Awesome CSS across all Mirasvit extensions to reduce duplicate resources
- Added full translation file (en_US.csv) with all UI strings
1.0.17 (2016-09-20)
Improvements
- Switched article listing to use standard Magento pager templates instead of custom ones, improving theme compatibility
1.0.16 (2016-09-07)
Fixed
- Fixed Font Awesome version mismatch causing missing icons
1.0.15 (2016-09-05)
Improvements
- Updated Font Awesome to the latest version
1.0.14 (2016-08-31)
Features
- Added ability to use Magento widgets inside article content
1.0.13 (2016-08-23)
Fixed
- Fixed "Enable Articles Rating" and "Hide article's author" settings not working correctly
1.0.12 (2016-08-05)
Fixed
- Fixed
kbaseCSS class being added to the body tag on every page instead of only Knowledge Base pages
1.0.11 (2016-08-02)
Improvements
- Redesigned article category selector in admin edit form for Magento 2.1.0 compatibility — uses UI component-based category tree with inline category creation
Fixed
- Fixed broken images in WYSIWYG editor
1.0.10 (2016-07-22)
Features
- Added image browser to WYSIWYG editor — browse existing images or upload new ones when editing article content
- Added option to hide article author on the frontend
1.0.9 (2016-07-14)
Fixed
- Fixed WYSIWYG editor not displaying in article edit form
1.0.8 (2016-06-27)
Fixed
- Fixed styling issues with category sidebar and helpful vote block
1.0.7 (2016-06-24)
Improvements
- Compatibility with Magento 2.1.0
1.0.6 (2016-06-14)
Features
- Added Facebook comments integration — choose between native comments, Disqus, or Facebook comments for articles
1.0.5 (2016-05-20)
Fixed
- Fixed inactive categories appearing in the frontend category list
1.0.2 (2016-05-13)
Fixed
- Fixed article "Created At" date being set to the wrong date on save
1.0.1 (2016-04-11)
Features
- Added category display modes — choose how categories and articles are presented on listing pages
Improvements
- Improved sidebar styles
Fixed
- Fixed navigation menu issue
- Fixed "URL Key" field incorrectly appearing for root category
- Fixed disabled categories showing on the frontend
- Fixed tag filtering not working