# Changelog ## [2.2.0] - 2023-03-22 ### [Added] - Added PHP 8.2 support. ## [2.1.0] - 2022-05-24 ### [Fixed] - Missing store_id when saving new tab ### [Changed] - Switched to semantic versioning ## [2.0.1.15] - 2020-05-11 ### Removed - Option to put Smart Tabs before or after existing tabs. Tabs now use sort_order to determine tab order so smart tabs can be anywhere in the order. Ensure your theme uses getGroupSortedChildNames('detailed_info', 'getChildHtml') rather than getGroupChildNames('detailed_info') ## [2.0.1.14] - 2020-04-30 ### Fixed - Tab issue that caused tab to be duplicated on creation. ## [2.0.1.12] - 2020-04-29 ### Fixed - Ordering of tabs when config option to display Smart Tabs first (before theme defined tabs) is enabled.