Skip to content

Commit

Permalink
Version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Dec 28, 2022
1 parent d7f9fee commit 3888e6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -10,7 +10,7 @@

__Requires:__ 5.6

__Tested up to:__ 5.9
__Tested up to:__ 6.1

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

Expand All @@ -30,9 +30,9 @@ You can view a [live demo of my own knowledge base](https://webberzone.com/suppo

### Terminology

* **Articles**: A custom post type `wz_knowledgebase` is used to store all the knowledge base articles
* **Sections**: A custom taxonomy ( `kbcategory` ) used to create the knowledge base. You will need *at least one category* in order to display the knowledge base. These categories can be added under *Knowledge Base > Sections*
* **Tags**: Additionally you can use tags ( `kbtags` ) can also be used for each knowledge base article.
* __Articles__: A custom post type `wz_knowledgebase` is used to store all the knowledge base articles
* __Sections__: A custom taxonomy ( `kbcategory` ) used to create the knowledge base. You will need *at least one category* in order to display the knowledge base. These categories can be added under *Knowledge Base > Sections*
* __Tags__: Additionally you can use tags ( `kbtags` ) can also be used for each knowledge base article.

### Main features

Expand Down
2 changes: 1 addition & 1 deletion knowledgebase.php
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: WebberZone Knowledge Base
* Plugin URI: https://github.com/WebberZone/knowledgebase
* Description: Fastest way to create a highly-flexible multi-product knowledge base.
* Version: 2.1.2-beta1
* Version: 2.1.2
* Author: WebberZone
* Author URI: https://webberzone.com
* License: GPL-2.0+
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Expand Up @@ -3,9 +3,9 @@ Contributors: Ajay, webberzone
Donate link: https://ajaydsouza.com/donate/
Tags: knowledge base, knowledgebase, FAQ, frequently asked questions, support, documentation
Requires at least: 5.6
Tested up to: 5.9
Tested up to: 6.1
Requires PHP: 7.1
Stable tag: 2.1.1
Stable tag: 2.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -109,8 +109,8 @@ The plugin doesn't have an inbuilt feature to sort posts or sections. You will n

== Upgrade Notice ==

= 2.1.1 =
* Related articles, updated blocks, bug fixes. Check the Changelog for more details.
= 2.1.2 =
* Security fix


== Changelog ==
Expand Down

0 comments on commit 3888e6f

Please sign in to comment.