You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+11-16Lines changed: 11 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
175
175
== Upgrade Notice ==
176
176
177
177
= 3.1.0 =
178
-
Pro: GitHub Integration for syncing markdown docs via webhooks. Set repository mappings in Settings → GitHub or directly on product terms.
178
+
Plugin Importer to migrate from BasePress, BetterDocs, and Echo KB. Pro: GitHub Integration for syncing markdown docs via webhooks, featured image support in importer/exporter, and post-import next-actions panel.
179
179
180
180
== Changelog ==
181
181
@@ -184,23 +184,18 @@ Pro: GitHub Integration for syncing markdown docs via webhooks. Set repository m
* [Pro] GitHub Integration: Automatically sync markdown documentation from GitHub repositories. Configure webhooks in Settings → GitHub or set repository mappings directly on product terms. Features include YAML frontmatter support for metadata control, markdown-to-Gutenberg conversion, classic editor fallback, and HMAC-SHA256 signature verification. Test connections via `wzkb/v1/github/validate`.
188
-
* [Pro] Merged GitHub Import and Export into a single "GitHub Importer/Exporter" admin page with link-based tab navigation (Import tab loads by default).
189
-
* Settings Export & Import: export all plugin settings as a stripped JSON file and re-import from a backup. Sensitive keys (API tokens, webhook secrets) are preserved on the existing site and never overwritten by an import.
190
-
* [Pro] Article Export & Import: export all Knowledge Base articles as a Markdown ZIP with YAML frontmatter, a SQL INSERT dump ZIP, or an XLSX metadata spreadsheet. Re-import Markdown ZIPs to restore or migrate articles — articles are matched by slug with overwrite/skip control.
191
-
192
-
* Bug fixes:
193
-
* [Pro] Fixed product and section taxonomy archive pages redirecting to the homepage when a custom article permalink structure (e.g. `%section_name%/%postname%`) was active. The term link filter was incorrectly prepending the KB slug to taxonomy URLs that already contained their full path.
194
-
* [Pro] Fixed article single pages not resolving when a custom article permalink structure was active. The rewrite rule was generated without the KB slug prefix, but the generated article URLs included it, causing a mismatch.
187
+
* [Pro] GitHub Integration: sync markdown documentation between GitHub repositories and the Knowledge Base via webhooks, with YAML frontmatter, markdown-to-Gutenberg conversion, and HMAC signature verification. Import and export are combined into a single Importer/Exporter page, with featured image support and a post-import next-actions panel.
188
+
* [Pro] Article Export & Import: export articles as a Markdown ZIP, SQL dump, or XLSX spreadsheet, and re-import Markdown ZIPs (matched by slug) to restore or migrate.
189
+
* [Pro] Term featured image support for product and section archives.
190
+
* Plugin Importer: migrate articles, sections, products, and tags from BasePress, BetterDocs, and Echo KB.
191
+
* Settings Export & Import: back up and restore plugin settings as JSON, with sensitive keys preserved on the existing site.
192
+
* Sample content: import demo articles, sections, and products from the Setup Wizard or Tools page, removable in one click.
193
+
* Added `wzkb_tag` taxonomy templates, displaying tag terms on single articles and tag archives.
195
194
196
195
* Modifications:
197
-
* Added a Settings button to the admin banner for quick access from any KB admin page.
198
-
* Reorganised the Tools page and sub-menu items to group related features together and improve navigation.
199
-
* Added `wzkb_tag` taxonomy template support across frontend handlers: block template, classic PHP template, and style enqueueing. Tag archives now render with the same layout consistency as product and section archives.
200
-
* Single article templates now display linked `wzkb_tag` terms as styled pill badges after the article content and before related articles. Both classic and block-based patterns were updated.
201
-
* Tag archive and search result cards now use a CSS Grid layout: thumbnail and title sit side-by-side on the top row, with the excerpt spanning the full width below. This matches the block template layout and improves visual consistency across classic and block themes.
202
-
* [Pro] Floating TOC now slides in and out horizontally from the viewport edge instead of collapsing vertically. A narrow tab peeks from the edge when minimised; clicking it slides the full panel into view. Mobile bottom-bar behaviour is unchanged.
203
-
* [Pro] TOC block now defaults the title field to "Table of Contents" instead of blank, so newly inserted blocks display a heading out of the box.
196
+
* [Pro] Floating TOC now slides in horizontally from the viewport edge instead of collapsing vertically.
197
+
* Reorganised admin navigation, unified the GitHub pages, and added a Settings button to the admin banner.
0 commit comments