Skip to content

Commit 4d9d96f

Browse files
committed
Tagging Version 1.4
1 parent 55b7f01 commit 4d9d96f

File tree

3 files changed

+39
-31
lines changed

3 files changed

+39
-31
lines changed

README.md

+18-14
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,29 @@ To test the widget you can add the widget and use the shortcode "[shortcode_widg
2020

2121
## Changelog ##
2222

23-
#### 0.1 ####
24-
* Added the shortcode widget
23+
#### 1.4 ####
24+
* Updated compatibility with WordPress 4.8
25+
* Reversed the order of changelog
2526

26-
#### 0.2 ####
27-
* Added translation support
27+
#### 1.3 ####
28+
* Minor bug fix
29+
* Changed tested up to version number
30+
* Made it translation ready, constant was being used for text domains, silly error, I know :)
2831

29-
#### 0.3 ####
30-
* Added a shortcode for testing the plugin '[shortcode_widget_test]'
32+
#### 1.2 ####
33+
* Corrections in text domain and added one more string as translatable
34+
35+
#### 1.1 ####
36+
* Reflecting the changes that have been done to the default text widget over the years
3137

3238
#### 1.0 ####
3339
* Tested with WP 4.0
3440

35-
#### 1.1 ####
36-
* Reflecting the changes that have been done to the default text widget over the years
41+
#### 0.3 ####
42+
* Added a shortcode for testing the plugin '[shortcode_widget_test]'
3743

38-
#### 1.2 ####
39-
* Corrections in text domain and added one more string as translatable
44+
#### 0.2 ####
45+
* Added translation support
4046

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 :)
47+
#### 0.1 ####
48+
* Added the shortcode widget

readme.txt

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

@@ -23,25 +23,29 @@ To test the widget you can add the widget and use the shortcode "[shortcode_widg
2323

2424
== Changelog ==
2525

26-
= 0.1 =
27-
* Added the shortcode widget
26+
= 1.4 =
27+
* Updated compatibility with WordPress 4.8
28+
* Reversed the order of changelog
2829

29-
= 0.2 =
30-
* Added translation support
30+
= 1.3 =
31+
* Minor bug fix
32+
* Changed tested up to version number
33+
* Made it translation ready, constant was being used for text domains, silly error, I know :)
3134

32-
= 0.3 =
33-
* Added a shortcode for testing the plugin '[shortcode_widget_test]'
35+
= 1.2 =
36+
* Corrections in text domain and added one more string as translatable
37+
38+
= 1.1 =
39+
* Reflecting the changes that have been done to the default text widget over the years
3440

3541
= 1.0 =
3642
* Tested with WP 4.0
3743

38-
= 1.1 =
39-
* Reflecting the changes that have been done to the default text widget over the years
44+
= 0.3 =
45+
* Added a shortcode for testing the plugin '[shortcode_widget_test]'
4046

41-
= 1.2 =
42-
* Corrections in text domain and added one more string as translatable
47+
= 0.2 =
48+
* Added translation support
4349

44-
= 1.3 =
45-
* Minor bug fix
46-
* Changed tested up to version number
47-
* Made it translation ready, constant was being used for text domains, silly error, I know :)
50+
= 0.1 =
51+
* Added the shortcode widget

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.3
9+
Version: 1.4
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)