Skip to content

Commit

Permalink
Merged with the remote branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan0123 committed Jul 14, 2015
2 parents 385e2e4 + 0ea9f6b commit 541f538
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Adds a text-like widget that allows you to write shortcode in it. (Just whats missing in the default text widget)
Author: Gagan Deep Singh
Author URI: http://gagan.pro/
Version: 1.0
Version: 1.1
Text Domain: shortcode-widget
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
Expand All @@ -28,4 +28,4 @@ function shortcode_widget_load_text_domain(){
function shortcode_widget_test_output($args){
return "It works";
}
?>
?>
23 changes: 19 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Contributors: gagan0123
Tags: Shortcode, Widget
Requires at least: 3.1
Tested up to: 4.2.2
Requires at least: 3.3
Tested up to: 4.0
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -12,15 +14,28 @@ Adds a text-like widget that allows you to write shortcode in it.
== Description ==

Adds a text-like widget that allows you to write shortcode in it. (Just whats missing in the default text widget)
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.

== Installation ==

1. Add the plugin's folder in the WordPress' plugin directory.
1. Activate the plugin.
1. You are now ready to use the Shortcode Widget from the Widgets section.
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.

== Changelog ==
0.1 Added the shortcode widget
0.2 Added translation support
0.3 Added a shortcode for testing the plugin '[shortcode_widget_test]'
1.0 Reflecting the changes that have been done to the default text widget over the years

= 0.1 =
* Added the shortcode widget

= 0.2 =
* Added translation support

= 0.3 =
* Added a shortcode for testing the plugin '[shortcode_widget_test]'

= 1.0 =
* Tested with WP 4.0

= 1.1 =
* Reflecting the changes that have been done to the default text widget over the years

0 comments on commit 541f538

Please sign in to comment.