Skip to content

Commit

Permalink
release: Releasing version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MdAsifHossainNadim committed May 24, 2024
1 parent a1e72af commit b0618cb
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 14 deletions.
2 changes: 1 addition & 1 deletion assets/build/block.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '579b45b72357301838e7');
<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'a9f22e2f040c1e4bfcd8');
2 changes: 1 addition & 1 deletion assets/build/block.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '14f980f35d0edbdf5927');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '43de68933e801be37f9f');
3 changes: 3 additions & 0 deletions assets/build/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3445,6 +3445,9 @@ select {
.wedocs-document :is(.inline) {
display: inline;
}
.wedocs-document :is(.\!flex) {
display: flex !important;
}
.wedocs-document :is(.flex) {
display: flex;
}
Expand Down
4 changes: 2 additions & 2 deletions assets/build/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions languages/wedocs.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: weDocs 2.1.5\n"
"Project-Id-Version: weDocs 2.1.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wedocs-plugin\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-02-22T03:01:21+00:00\n"
"POT-Creation-Date: 2024-05-24T10:57:24+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: wedocs\n"
Expand Down Expand Up @@ -97,7 +97,7 @@ msgstr ""
msgid "Untitled Docs"
msgstr ""

#: includes/Ajax.php:111
#: includes/Ajax.php:112
#: includes/API/API.php:741
msgid "Sorry, we have already recorded your feedback!"
msgstr ""
Expand Down
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.5",
"version": "2.1.6",
"description": "A documentation plugin for WordPress",
"author": "Tareq Hasan",
"license": "GPL",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The documentation plugin for WordPress. Create great looking documentation for your products.

![WordPress Plugin Version](https://img.shields.io/badge/PLUGIN_VERSION-V2.1.5-blue) ![WordPress Plugin Active Installs](https://img.shields.io/badge/ACTIVE_INSTALLS-6K-green) ![WordPress Plugin Rating](https://img.shields.io/badge/RATING-4.8/5_(61)-green) ![WordPress Plugin: Tested WP Version](https://img.shields.io/badge/WORDPRESS-V6.5_TESTED-orange) ![WordPress Plugin Last Updated](https://img.shields.io/badge/LAST_UPDATED-APRIL_2024-orange)
![WordPress Plugin Version](https://img.shields.io/badge/PLUGIN_VERSION-V2.1.6-blue) ![WordPress Plugin Active Installs](https://img.shields.io/badge/ACTIVE_INSTALLS-6K-green) ![WordPress Plugin Rating](https://img.shields.io/badge/RATING-4.8/5_(61)-green) ![WordPress Plugin: Tested WP Version](https://img.shields.io/badge/WORDPRESS-V6.5_TESTED-orange) ![WordPress Plugin Last Updated](https://img.shields.io/badge/LAST_UPDATED-May_2024-orange)

## Description ##

Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: tareq1988, wedevs
Donate link: http://wedocs.co/
Tags: WordPress documentation plugin, WordPress docs plugin, Documentation, Knowledge base, Wiki
Requires at least: 5.6
Tested up to: 6.5
Tested up to: 6.5.3
Requires PHP: 7.4
Stable tag: 2.1.5
Stable tag: 2.1.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v2.1.6 (24th May, 2024) =

* **Feature:** Add search block for documentation page.

* **Fix:** weDocs dashboard ui conflicts with elementor.
* **Fix:** Search Box's Doc Redirection Issue on Classic Editor.

= v2.1.5 (5th April, 2024) =

* **Fix:** Security vulnerability on docs helpful data update api.
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.5
Version: 2.1.6
Author: weDevs
Author URI: https://wedocs.co/?utm_source=wporg&utm_medium=banner&utm_campaign=author-uri
License: GPL2
Expand Down Expand Up @@ -58,7 +58,7 @@ final class WeDocs {
*
* @var string
*/
const VERSION = '2.1.5';
const VERSION = '2.1.6';

/**
* The plugin url.
Expand Down

0 comments on commit b0618cb

Please sign in to comment.