Skip to content

Releases: WebberZone/knowledgebase

Version 2.2.2

27 Oct 15:28
Compare
Choose a tag to compare

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

20 Oct 15:14
Compare
Choose a tag to compare
v2.2.2-RC1 Pre-release
Pre-release

Full Changelog: v2.2.1...v2.2.2-RC1

v2.2.1

15 Oct 18:41
Compare
Choose a tag to compare

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_post before being displayed.
    • Fixed a bug where the block would not render correctly in the editor

Full Changelog: v2.2.0...v2.2.1

v2.2.1-beta1

15 Oct 14:35
Compare
Choose a tag to compare
v2.2.1-beta1 Pre-release
Pre-release

Full Changelog: v2.2.0...v2.2.1-beta1

Version 2.2.0

26 Apr 18:22
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/knowledge-base-v2-2-0/

  • Enhancements:
    • The plugin will now look for templates within wp-content/knowledgebase/templates folder 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)

Full Changelog: v2.1.2...v2.2.0

Version 2.2.0 Beta 1

25 Apr 18:46
Compare
Choose a tag to compare
Version 2.2.0 Beta 1 Pre-release
Pre-release

Changes:

  • Enhancements:
    • The plugin will now look for templates within wp-content/knowledgebase/templates folder 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

Full Changelog: v2.1.2...v2.2.0-beta1

Installation

  1. Download the knowledgebase.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the knowledgebase.zip file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number

Version 2.1.2

28 Dec 15:57
Compare
Choose a tag to compare

Security fix

Full Changelog: v2.1.1...v2.1.2

Versions 2.1.1

30 Jan 11:49
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/knowledge-base-v2-1-0/

  • Enhancements:

    • New options to set number of articles and to show excerpt in the widget
  • Bug fixes:

    • Update activation on multisite when a new blog is added
    • PHP errors when using the widget

Version 2.1.0

08 Jan 08:58
Compare
Choose a tag to compare

Release post: https://webberzone.com/blog/knowledge-base-v2-1-0/

  • Features:

    • New related articles module. Enable/disable in the settings page
    • New Gutenberg block for alerts. Original knowledge base block has been upgraded to use block.json
  • Enhancements:

    • wzkb_knowledge function takes additional parameters that override global settings if passed
    • Additional settings added for Knowledge Base block
  • Bug fixes:

    • Fixed Custom CSS loaded incorrectly with a 0 on install/reset
    • Dashicons were not properly loaded on frontend

Version 2.1.0 Beta 1

06 Jan 13:39
Compare
Choose a tag to compare
Version 2.1.0 Beta 1 Pre-release
Pre-release

= 2.1.0 =

  • Features:

    • New related articles module. Enable/disable in the settings page
    • New Gutenberg block for alerts. Original knowledge base block has been upgraded to use block.json
  • Enhancements:

    • wzkb_knowledge function takes additional parameters that override global settings if passed