Skip to content

Commit 1cb794c

Browse files
committed
Version 2.2.1
1 parent d6d1c22 commit 1cb794c

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

changelog.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
This is an archive of older changelog entries. Most recent entries are maintained in readme.txt
44

5+
= 2.1.2 =
6+
7+
* Security fix in block
8+
9+
= 2.1.1 =
10+
11+
Release post: [https://webberzone.com/blog/knowledge-base-v2-1-0/](https://webberzone.com/blog/knowledge-base-v2-1-0/)
12+
13+
* Enhancements:
14+
* New options to set number of articles and to show excerpt in the widget
15+
16+
* Bug fixes:
17+
* Update activation on multisite when a new blog is added
18+
* PHP errors when using the widget
19+
20+
= 2.1.0 =
21+
22+
* Features:
23+
* New related articles module. Enable/disable in the settings page
24+
* New Gutenberg block for alerts. Original knowledge base block has been upgraded to use block.json
25+
26+
* Enhancements:
27+
* `wzkb_knowledge` function takes additional parameters that override global settings if passed
28+
* Additional settings added for Knowledge Base block
29+
30+
* Bug fixes:
31+
* Fixed Custom CSS loaded incorrectly with a 0 on install/reset
32+
* Dashicons were not properly loaded on frontend
33+
534
= 2.0.1 - 14 June 2020 =
635

736
Release post: [https://webberzone.com/blog/knowledge-base-v2-0-0/](https://webberzone.com/blog/knowledge-base-v2-0-0/)

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.1-beta1
18+
* Version: 2.2.1
1919
* Author: WebberZone
2020
* Author URI: https://webberzone.com
2121
* License: GPL-2.0+

readme.txt

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -139,35 +139,6 @@ Release post: [https://webberzone.com/blog/knowledge-base-v2-2-0/](https://webbe
139139
* Upgrade settings handling to use the WebberZone Settings_API class
140140
* Knowledge Base block is wrapped in the `<Disabled>` component which prevent any accidental clicking when you're using it in the block editor (Gutenberg)
141141

142-
= 2.1.2 =
143-
144-
* Security fix in block
145-
146-
= 2.1.1 =
147-
148-
Release post: [https://webberzone.com/blog/knowledge-base-v2-1-0/](https://webberzone.com/blog/knowledge-base-v2-1-0/)
149-
150-
* Enhancements:
151-
* New options to set number of articles and to show excerpt in the widget
152-
153-
* Bug fixes:
154-
* Update activation on multisite when a new blog is added
155-
* PHP errors when using the widget
156-
157-
= 2.1.0 =
158-
159-
* Features:
160-
* New related articles module. Enable/disable in the settings page
161-
* New Gutenberg block for alerts. Original knowledge base block has been upgraded to use block.json
162-
163-
* Enhancements:
164-
* `wzkb_knowledge` function takes additional parameters that override global settings if passed
165-
* Additional settings added for Knowledge Base block
166-
167-
* Bug fixes:
168-
* Fixed Custom CSS loaded incorrectly with a 0 on install/reset
169-
* Dashicons were not properly loaded on frontend
170-
171142
= Earlier versions =
172143

173144
For the changelog of earlier versions, please refer to the separate changelog.txt file or the [Github releases page](https://github.com/WebberZone/knowledgebase/releases)

0 commit comments

Comments
 (0)