Skip to content

Commit 55b7f01

Browse files
committed
Tagging Version 1.3
1 parent 3c64187 commit 55b7f01

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ To test the widget you can add the widget and use the shortcode "[shortcode_widg
3737

3838
#### 1.2 ####
3939
* Corrections in text domain and added one more string as translatable
40+
41+
#### 1.3 ####
42+
* Minor bug fix
43+
* Changed tested up to version number
44+
* Made it translation ready, constant was being used for text domains, silly error, I know :)

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: gagan0123
33
Tags: Shortcode, Widget
44
Requires at least: 3.3
55
Tested up to: 4.7.5
6-
Stable tag: 1.2
6+
Stable tag: 1.3
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -44,4 +44,4 @@ To test the widget you can add the widget and use the shortcode "[shortcode_widg
4444
= 1.3 =
4545
* Minor bug fix
4646
* Changed tested up to version number
47-
* Made it translation ready, constant was being used for text domains, silly error, I know :)
47+
* Made it translation ready, constant was being used for text domains, silly error, I know :)

shortcode-widget.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Description: Adds a text-like widget that allows you to write shortcode in it. (Just whats missing in the default text widget)
77
Author: Gagan Deep Singh
88
Author URI: http://gagan.pro/
9-
Version: 1.2
9+
Version: 1.3
1010
Text Domain: shortcode-widget
1111
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1212
*/

0 commit comments

Comments
 (0)