Releases: WebberZone/knowledgebase
Releases · WebberZone/knowledgebase
Version 1.7.0
-
Features:
- New shortcode
[kbalert]to display alerts / informative messages similar to Bootstrap. The types of alerts are primary, secondary, success, danger, warning, info, light and dark - New Output option to display empty sections
- New option to display sidebar with the default templates
- New shortcode
-
Bug fixes:
- Checkboxes on the admin page will now properly indicate their status for new options that aren't saved yet
Version 1.6.0
-
Features:
- New functions to add breadcrumbs - Use
wzkb_breadcrumbto display the breadcrumb.wzkb_get_breadcrumbreturns the breadcrumb and[kbbreadcrumb]is the corresponding shortcode - The default category and archive templates now display the breadcrumb below the search bar
- New option to set the title of the knowledge base. Find it under the Options tab under Settings
- New functions to add breadcrumbs - Use
-
Enhancements:
- Support for Gutenberg/Block Editor in WordPress 5.0
Version 1.5.0
-
Features:
- New option to set the number of columns to display the knowledgebase archives
- New option to set what section level should the knowledgebase start from. Ideal if you want to have separate knowledgebases for multiple products
- New option to show excerpt below the link. Contributed by @border0464111
- New option to turn off the section link. Contributed by @border0464111
- New option to show the number of articles in an orange circle next to the header. You can override the color by styling
wzkb_section_count - New function
wzkb_get_default_option()to retrieve the default setting
-
Enhancements:
- Make nested wrapper. Contributed by @border0464111
- Settings page is now a tabbed interface using jQuery without needing to reload the page
- Modified checkbox settings are indicated in the Settings page
- Added the number of articles in "At a Glance" widget in the WordPress Dashboard
-
Bug fixes:
- Fixed several settings API functions
Version 1.4.0
- Features:
- New options to disable the KB feeds and include articles in the main feed
- Enchancements:
- Force the two column layout and prevent overlaps
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-articlestoknowledgebase. If you're upgrading this plugin, and have previously usedknowledgebaseas 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.phpin 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.phpin 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
knowledgebasefromwzkb - 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