Skip to content

Releases: WebberZone/knowledgebase

v2.3.2

16 Jul 16:36

Choose a tag to compare

Fixed: Knowledge Base slugs are properly sanitized.

Full Changelog: v2.3.1...v2.3.2

v2.3.1

04 Jun 21:53

Choose a tag to compare

Full Changelog: v2.3.0...v2.3.1

Fixed security issues where shortcode parameters were not properly sanitized.

3.0.0-beta1

17 May 17:33

Choose a tag to compare

3.0.0-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.3.0...3.0.0-beta1

Version 2.3.0

20 Dec 12:21

Choose a tag to compare

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

19 Dec 19:14

Choose a tag to compare

v2.3.0-beta1 Pre-release
Pre-release

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

Full Changelog: v2.2.2...v2.3.0-beta1

Version 2.2.2

27 Oct 15:28

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

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

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

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

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