Releases: WebberZone/knowledgebase
Releases · WebberZone/knowledgebase
Version 1.3.0
- Enhancements:
- Articles now support comments
- Two new settings to delete all settings and Knowledgebase content when deleting the plugin.
- Bug fixes:
- Fixed labels where Section was still called Category
Version 1.2.0
- Features:
- Settings page: Customize the slugs, disable styles, etc. Change in base slug from
kb-articles
toknowledgebase
. If you're upgrading this plugin, and have previously usedknowledgebase
as the slug for the page you created, then either change the slug for the knowledgebase in the Settings page or delete the page you created. - Shortcode to display the Knowledgebase search form - Use
[kbsearch]
for this purpose
- Settings page: Customize the slugs, disable styles, etc. Change in base slug from
- Enhancements:
- Merged archive stylesheet with the main stylesheet
- Hide the first level header when displaying archives
- Bug fixes:
- Undefined index notice on Search results pages outside of the knowledgebase
Version 1.1.0
- New: Network activate now works on multisite
- New: Main archive displays the Knowledgebase. You can override the default template by adding a file
archive-wz_knowledgebase.php
in your theme folder - New: Category archive displays the knowledgebase for the specific category. You can override the default template by adding a file
taxonomy-wzkb_category.php
in your theme folder - New: Major rewrite of knowledgebase HTML markup and default styles. If you're using your own custom styles, then you will need to remove
- Modified: Custom post type slug changed to
knowledgebase
fromwzkb
- Modified: Custom post type archives and category archives changed to
kb-articles
. Tag archives changed tokb-tags
- Modified: Duplicate code cleanup
- Fixed: If term has no children terms, then directly display the articles under it
Version 1.0.0
Initial release
Version 0.9.0
Initial release