Releases: WebberZone/knowledgebase
v2.3.2
Fixed: Knowledge Base slugs are properly sanitized.
Full Changelog: v2.3.1...v2.3.2
v2.3.1
Full Changelog: v2.3.0...v2.3.1
Fixed security issues where shortcode parameters were not properly sanitized.
3.0.0-beta1
What's Changed
- New product taxonomy feature by @ajaydsouza in #61
Full Changelog: v2.3.0...3.0.0-beta1
Version 2.3.0
Release post: https://webberzone.com/blog/knowledge-base-v2-3-0/
The plugin has been completely rewritten to use classes and autoloading.
-
Features:
- New block: Knowledge Base Articles.
- New block: Knowledge Base Breadcrumbs.
- New block: Knowledge Base Sections.
-
Modifications:
- Enhanced breadcrumb navigation with semantic HTML5 markup and improved accessibility
- Added Schema.org BreadcrumbList markup for better SEO
- Added support for custom Unicode separators in breadcrumbs
Full Changelog: v2.2.2...v2.3.0
v2.3.0-beta1
The plugin has been completely rewritten to use classes and autoloading.
-
Features:
- New block: Knowledge Base Articles.
- New block: Knowledge Base Breadcrumbs.
- New block: Knowledge Base Sections.
-
Modifications:
- Enhanced breadcrumb navigation with semantic HTML5 markup and improved accessibility
- Added Schema.org BreadcrumbList markup for better SEO
- Added support for custom Unicode separators in breadcrumbs
What's Changed
- Implementation of classes by @ajaydsouza in #59
Full Changelog: v2.2.2...v2.3.0-beta1
Version 2.2.2
Changelog:
- Fixed header and footer issues with Block Themes. You can now override the block templates by including single-wz_knowledgebase.html, archive-wz_knowledgebase.html, taxonomy-wzkb_category.html and wzkb-search.html in your theme's templates folder.
Full Changelog: v2.2.1...v2.2.2
v2.2.2-RC1
Full Changelog: v2.2.1...v2.2.2-RC1
v2.2.1
Changelog
-
Enhancements:
- The plugin will now load RTL styles if your site is in RTL mode.
- Only load CSS on the frontend if the option is enabled in the Settings page.
-
Bug fixes:
- Fixed a security issue in the alerts block that impacted edge cases of stored data from contributors. Now the alert block content is passed through
wp_kses_postbefore being displayed. - Fixed a bug where the block would not render correctly in the editor
- Fixed a security issue in the alerts block that impacted edge cases of stored data from contributors. Now the alert block content is passed through
Full Changelog: v2.2.0...v2.2.1
v2.2.1-beta1
Full Changelog: v2.2.0...v2.2.1-beta1
Version 2.2.0
Release post: https://webberzone.com/blog/knowledge-base-v2-2-0/
- Enhancements:
- The plugin will now look for templates within
wp-content/knowledgebase/templatesfolder if it is not found within the existing theme before using the plugin's included templates - Alerts block now shows a preview and the Default style is inserted correctly
- Upgrade settings handling to use the WebberZone Settings_API class
- Knowledge Base block is wrapped in
<Disabled>component which prevent any accidental clicking when you're using it in the block editor (Gutenberg)
- The plugin will now look for templates within
Full Changelog: v2.1.2...v2.2.0