Skip to content

Commit 8f142b4

Browse files
committed
chore: bump version to 3.1.0-beta3
1 parent 0036f7b commit 8f142b4

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

knowledgebase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin Name: WebberZone Knowledge Base
1414
* Plugin URI: https://github.com/WebberZone/knowledgebase
1515
* Description: Create a multi-product knowledge base on your WordPress site.
16-
* Version: 3.1.0-beta2
16+
* Version: 3.1.0-beta3
1717
* Author: WebberZone
1818
* Author URI: https://webberzone.com
1919
* License: GPL-2.0+

readme.txt

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
175175
== Upgrade Notice ==
176176

177177
= 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.
179179

180180
== Changelog ==
181181

@@ -184,23 +184,18 @@ Pro: GitHub Integration for syncing markdown docs via webhooks. Set repository m
184184
Release post: [https://webberzone.com/announcements/knowledge-base-v3-1-0/](https://webberzone.com/announcements/knowledge-base-v3-1-0/)
185185

186186
* Features:
187-
* [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.
195194

196195
* 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.
198+
* Upgraded Tom Select to v2.6.1.
204199

205200
= 3.0.1 =
206201

0 commit comments

Comments
 (0)