Skip to content

Commit 53fbd92

Browse files
Bump version to 2.1.18 and update changelog
Updated version numbers in package.json, readme.txt, and wedocs.php to 2.1.18. Added changelog entries for multibyte character truncation fix and admin interface streamlining.
1 parent b65c892 commit 53fbd92

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weDocs",
3-
"version": "2.1.17",
3+
"version": "2.1.18",
44
"description": "A documentation plugin for WordPress",
55
"author": "Tareq Hasan",
66
"license": "GPL",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: docs, documentation, knowledge base, wiki, ai powered knowledge base
55
Requires at least: 5.6
66
Tested up to: 6.9
77
Requires PHP: 7.4
8-
Stable tag: 2.1.17
8+
Stable tag: 2.1.18
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -191,6 +191,10 @@ Yes, weDocs supports custom permalinks for documentation pages.
191191

192192
## Changelog
193193

194+
**v2.1.18 (22 Jan, 2026)**
195+
- **Fixed:** Multibyte character truncation in doc titles.
196+
- **Fixed:** Streamlines the admin interface by removing the Pro promotion notice logic.
197+
194198
**v2.1.17 (15 Jan, 2026)**
195199
- **Fixed:** Restrict documentation editing capabilities to authorized roles only.
196200

wedocs.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: weDocs
44
Plugin URI: https://wedocs.co/
55
Description: A documentation plugin for WordPress
6-
Version: 2.1.17
6+
Version: 2.1.18
77
Author: weDevs
88
Author URI: https://wedocs.co/?utm_source=wporg&utm_medium=banner&utm_campaign=author-uri
99
License: GPL2
@@ -61,7 +61,7 @@ final class WeDocs {
6161
*
6262
* @var string
6363
*/
64-
const VERSION = '2.1.17';
64+
const VERSION = '2.1.18';
6565

6666
/**
6767
* The plugin url.

0 commit comments

Comments
 (0)