Skip to content

Commit a2a2f29

Browse files
committed
quick fix
1 parent 715b553 commit a2a2f29

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

dw-question-answer.php

Lines changed: 2 additions & 8 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.3.8
7+
* Version: 1.3.8.1
88
* Text Domain: dwqa
99
* @since 1.3.6
1010
*/
@@ -34,7 +34,7 @@ class DW_Question_Answer {
3434
public function __construct() {
3535
$this->dir = DWQA_DIR;
3636
$this->uri = DWQA_URI;
37-
$this->version = '1.3.8';
37+
$this->version = '1.3.8.1';
3838

3939
// Add recaptcha library from google, 99 to sure that the library was not include if any other plugins use same library
4040
add_action( 'plugins_loaded', array( $this, 'include_recaptcha_library' ), 99 );
@@ -65,12 +65,6 @@ public function __construct() {
6565
add_action( 'init', array( $this, 'init' ) );
6666
register_activation_hook( __FILE__, array( $this, 'activate_hook' ) );
6767
register_deactivation_hook( __FILE__, array( $this, 'deactivate_hook' ) );
68-
69-
//Widgets
70-
add_action( 'widgets_init', create_function( '', "register_widget( 'DWQA_Widgets_Latest_Question' );" ) );
71-
add_action( 'widgets_init', create_function( '', "register_widget( 'DWQA_Widgets_Closed_Question' );" ) );
72-
add_action( 'widgets_init', create_function( '', "register_widget( 'DWQA_Widgets_Popular_Question' );" ) );
73-
add_action( 'widgets_init', create_function( '', "register_widget( 'DWQA_Widgets_Related_Question' );" ) );
7468
}
7569

7670
public function include_recaptcha_library() {

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+
6-
Stable tag: 1.3.8
6+
Stable tag: 1.3.8.1
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

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

8383
== Changelog ==
8484

85+
= 1.3.8.1 =
86+
* Quick fix
87+
8588
= 1.3.8 =
8689
* New: Extensions Page
8790
* New: Welcome Page

0 commit comments

Comments
 (0)