Skip to content

Commit c93e6ef

Browse files
committed
update version
1 parent 7954483 commit c93e6ef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

dw-question-answer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: A WordPress plugin was make by DesignWall.com to build an Question Answer system for support, asking and comunitcate with your customer
55
* Author: DesignWall
66
* Author URI: http://www.designwall.com
7-
* Version: 1.4.2.2
7+
* Version: 1.4.2.3
88
* Text Domain: dwqa
99
* @since 1.4.0
1010
*/
@@ -39,7 +39,7 @@ class DW_Question_Answer {
3939
public function __construct() {
4040
$this->dir = DWQA_DIR;
4141
$this->uri = DWQA_URI;
42-
$this->version = '1.4.2.2';
42+
$this->version = '1.4.2.3';
4343

4444
// load posttype
4545
$this->question = new DWQA_Posts_Question();

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: designwall, Farid-Gh, scheunemann, gciprian, Ahmet Kolcu, Astroten
33
Tags: question, answer, support, quora, stackoverflow
44
Requires at least: 3.0.1
55
Tested up to: 4.4.2
6-
Stable tag: 1.4.2.2
6+
Stable tag: 1.4.2.3
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -85,6 +85,9 @@ Visit our [Github](https://github.com/designwall/dw-question-answer) project or
8585

8686
== Changelog ==
8787

88+
= 1.4.2.3 =
89+
Fix: Addressed some security issues
90+
8891
= 1.4.2.2 =
8992
Tweak: flush rewrite rule after active or upgrade plugin
9093
Fix: Fatal error in comment

0 commit comments

Comments
 (0)