Skip to content

Commit 0eb03ab

Browse files
committed
Edited the readme file and tested with WP 4.0
1 parent d58b198 commit 0eb03ab

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Adds a text-like widget that allows you to write shortcode in it. (Just whats missing in the default text widget)
66
Author: gagan0123
77
Author URI: http://gagan.pro/
8-
Version: 0.3
8+
Version: 1.0
99
Text Domain: shortcode-widget
1010
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1111
*/
@@ -28,4 +28,4 @@ function shortcode_widget_load_text_domain(){
2828
function shortcode_widget_test_output($args){
2929
return "It works";
3030
}
31-
?>
31+
?>

readme.txt

+17-5
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: 3.5.1
6-
Stable tag: 0.3
5+
Tested up to: 4.0
6+
Stable tag: 1.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -12,14 +12,26 @@ Adds a text-like widget that allows you to write shortcode in it.
1212
== Description ==
1313

1414
Adds a text-like widget that allows you to write shortcode in it. (Just whats missing in the default text widget)
15+
To test the widget you can add the widget and use the shortcode "[shortcode_widget_test]", it will display "It works" on the fronte
16+
nd and this will confirm the widget does work.
1517

1618
== Installation ==
1719

1820
1. Add the plugin's folder in the WordPress' plugin directory.
1921
1. Activate the plugin.
2022
1. You are now ready to use the Shortcode Widget from the Widgets section.
23+
1. To test the widget you can add the widget and use the shortcode "[shortcode_widget_test]", it will display "It works" on the frontend and this will confirm the widget does work.
2124

2225
== Changelog ==
23-
0.1 Added the shortcode widget
24-
0.2 Added translation support
25-
0.3 Added a shortcode for testing the plugin '[shortcode_widget_test]'
26+
27+
= 0.1 =
28+
* Added the shortcode widget
29+
30+
= 0.2 =
31+
* Added translation support
32+
33+
= 0.3 =
34+
* Added a shortcode for testing the plugin '[shortcode_widget_test]'
35+
36+
= 1.0 =
37+
* Tested with WP 4.0

0 commit comments

Comments
 (0)