2
0
Fork 0
mirror of https://github.com/discourse/wp-discourse.git synced 2025-10-03 08:59:21 +08:00

Ensure topic tags is defined (#386)

* Ensure topic tags is defined

* Add version metadata
This commit is contained in:
Angus McLeod 2020-12-24 01:58:34 +08:00 committed by GitHub
parent f5944e6b44
commit 5777ddb77f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 52 additions and 44 deletions

View file

@ -4,7 +4,7 @@ Tags: discourse, forum, comments, sso
Requires at least: 4.7
Tested up to: 5.6
Requires PHP: 5.6.0
Stable tag: 2.2.0
Stable tag: 2.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

@ -123,6 +123,10 @@ To create a coherent top menu, see our tutorial on how to make a [Custom nav hea

== Changelog ==

#### 2.2.1 12/23/2020

- Bugfix for exception in sidebar when “Post Types to Publish” is set to "Page".

#### 2.2.0 12/10/2020

- Add Direct Database Publication option to deal with concurrency issues that may arrise when the plugin is used in conjunction with object caching plugins