Skip to content

Commit e944d71

Browse files
committed
Tagged v2.2.2
1 parent ef40ace commit e944d71

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__Requires:__ 6.3
1212

13-
__Tested up to:__ 6.6
13+
__Tested up to:__ 6.7
1414

1515
__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)
1616

@@ -103,9 +103,10 @@ Refer to [this Knowledge Base article](https://webberzone.com/support/knowledgeb
103103

104104
WebberZone Knowledge Base comes inbuilt with a set of custom templates to display archives of the articles, category archives as well as search results. You can easily override any of these templates by creating your own template in your theme's folder or in `wp-content/knowledgebase/templates`
105105

106-
1. Articles archive: archive-wz_knowledgebase.php
107-
2. Category archive: taxonomy-wzkb_category.php
108-
3. Search results: search-wz_knowledgebase.php
106+
1. Article view: single-wz_knowledgebase.php or single-wz_knowledgebase.html
107+
2. Articles archive: archive-wz_knowledgebase.php or archive-wz_knowledgebase.html
108+
3. Category archive: taxonomy-wzkb_category.php or taxonomy-wzkb_category.html
109+
4. Search results: wzkb-search.php or wzkb-search.html
109110

110111
### How do I sort the posts or sections
111112

knowledgebase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: WebberZone Knowledge Base
1616
* Plugin URI: https://github.com/WebberZone/knowledgebase
1717
* Description: Fastest way to create a highly-flexible multi-product knowledge base.
18-
* Version: 2.2.2-RC1
18+
* Version: 2.2.2
1919
* Author: WebberZone
2020
* Author URI: https://webberzone.com
2121
* License: GPL-2.0+

readme.txt

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Contributors: Ajay, webberzone
33
Donate link: https://ajaydsouza.com/donate/
44
Tags: knowledge base, knowledgebase, FAQ, frequently asked questions, support, documentation
55
Requires at least: 6.3
6-
Tested up to: 6.6
6+
Tested up to: 6.7
77
Requires PHP: 7.4
8-
Stable tag: 2.2.1
8+
Stable tag: 2.2.2
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

12-
Fastest way to create a highly-flexible multi-product knowledge base on you WordPress site.
12+
Quickly create a highly-flexible multi-product knowledge base on you WordPress site.
1313

1414
== Description ==
1515

@@ -87,10 +87,10 @@ Refer to [this Knowledge Base article](https://webberzone.com/support/knowledgeb
8787

8888
WebberZone Knowledge Base comes inbuilt with a set of custom templates to display archives of the articles, category archives as well as search results. You can easily override any of these templates by creating your own template in your theme's folder or in `wp-content/knowledgebase/templates`
8989

90-
1. Article view: single-wz_knowledgebase.php
91-
2. Articles archive: archive-wz_knowledgebase.php
92-
3. Category archive: taxonomy-wzkb_category.php
93-
4. Search results: search-wz_knowledgebase.php
90+
1. Article view: single-wz_knowledgebase.php or single-wz_knowledgebase.html
91+
2. Articles archive: archive-wz_knowledgebase.php or archive-wz_knowledgebase.html
92+
3. Category archive: taxonomy-wzkb_category.php or taxonomy-wzkb_category.html
93+
4. Search results: wzkb-search.php or wzkb-search.html
9494

9595
= How do I sort the posts or sections? =
9696

@@ -113,6 +113,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
113113

114114
== Upgrade Notice ==
115115

116+
= 2.2.2 =
117+
* 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.
118+
116119
= 2.2.1 =
117120
* Bug and security fixes. Please upgrade immediately.
118121

0 commit comments

Comments
 (0)