From 0eb03ab6cf7c73e03f7ee568118950c01a748cbe Mon Sep 17 00:00:00 2001 From: Gagan Deep Singh Date: Mon, 8 Sep 2014 06:04:04 +0000 Subject: [PATCH 1/2] Edited the readme file and tested with WP 4.0 --- index.php | 4 ++-- readme.txt | 22 +++++++++++++++++----- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 294c9f0..8783519 100644 --- a/index.php +++ b/index.php @@ -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: gagan0123 Author URI: http://gagan.pro/ -Version: 0.3 +Version: 1.0 Text Domain: shortcode-widget License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ @@ -28,4 +28,4 @@ function shortcode_widget_load_text_domain(){ function shortcode_widget_test_output($args){ return "It works"; } -?> \ No newline at end of file +?> diff --git a/readme.txt b/readme.txt index 70bc943..590fb6e 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: gagan0123 Tags: Shortcode, Widget Requires at least: 3.3 -Tested up to: 3.5.1 -Stable tag: 0.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 @@ -12,14 +12,26 @@ 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 fronte +nd 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]' \ No newline at end of file + += 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 From 0ea9f6bf7a59ea106a05cff163ac2d2d0eb0bd60 Mon Sep 17 00:00:00 2001 From: Gagan Deep Singh Date: Mon, 8 Sep 2014 06:11:52 +0000 Subject: [PATCH 2/2] Changed author name --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 8783519..6147f9f 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ Plugin Name: Shortcode Widget Plugin URI: http://wordpress.org/extend/plugins/shortcode-widget/ Description: Adds a text-like widget that allows you to write shortcode in it. (Just whats missing in the default text widget) -Author: gagan0123 +Author: Gagan Deep Singh Author URI: http://gagan.pro/ Version: 1.0 Text Domain: shortcode-widget