Skip to content

Commit

Permalink
🔥 [CHORE] version 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RatulHasan committed Oct 31, 2024
1 parent 8a4ef0b commit 32a3d33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weDocs",
"version": "2.1.8",
"version": "2.1.9",
"description": "A documentation plugin for WordPress",
"author": "Tareq Hasan",
"license": "GPL",
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: WordPress documentation plugin, WordPress docs plugin, Documentation, Know
Requires at least: 5.6
Tested up to: 6.6.2
Requires PHP: 7.4
Stable tag: 2.1.8
Stable tag: 2.1.9
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -343,6 +343,12 @@ Can’t wait to join us?

== Changelog ==

= v2.1.9 (31th Oct, 2024) =

* 🪝 [ADD] Introduced the "weDocs - Docs Grid" block for displaying documents in a customizable grid view.
* 🪝 [ADD] Added a comprehensive style control interface for adjusting grid and button styles.
* 🛠️ FixesUpgrade-to-Pro content getting overlapped

= v2.1.8 (10th Oct, 2024) =

* 🛠️ [FIX] Redirect to a new design after trashing a doc.
Expand Down
4 changes: 2 additions & 2 deletions wedocs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: weDocs
Plugin URI: https://wedocs.co/
Description: A documentation plugin for WordPress
Version: 2.1.8
Version: 2.1.9
Author: weDevs
Author URI: https://wedocs.co/?utm_source=wporg&utm_medium=banner&utm_campaign=author-uri
License: GPL2
Expand Down Expand Up @@ -60,7 +60,7 @@ final class WeDocs {
*
* @var string
*/
const VERSION = '2.1.8';
const VERSION = '2.1.9';

/**
* The plugin url.
Expand Down

0 comments on commit 32a3d33

Please sign in to comment.