From 4d9d96fb2647a87ace9bd8332deaa7d4d2d3f26f Mon Sep 17 00:00:00 2001 From: Gagan Deep Singh Date: Tue, 18 Jul 2017 01:31:19 +0530 Subject: [PATCH] Tagging Version 1.4 --- README.md | 32 ++++++++++++++++++-------------- readme.txt | 36 ++++++++++++++++++++---------------- shortcode-widget.php | 2 +- 3 files changed, 39 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 924de68..3665c52 100644 --- a/README.md +++ b/README.md @@ -20,25 +20,29 @@ To test the widget you can add the widget and use the shortcode "[shortcode_widg ## Changelog ## -#### 0.1 #### -* Added the shortcode widget +#### 1.4 #### +* Updated compatibility with WordPress 4.8 +* Reversed the order of changelog -#### 0.2 #### -* Added translation support +#### 1.3 #### +* Minor bug fix +* Changed tested up to version number +* Made it translation ready, constant was being used for text domains, silly error, I know :) -#### 0.3 #### -* Added a shortcode for testing the plugin '[shortcode_widget_test]' +#### 1.2 #### +* Corrections in text domain and added one more string as translatable + +#### 1.1 #### +* Reflecting the changes that have been done to the default text widget over the years #### 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.3 #### +* Added a shortcode for testing the plugin '[shortcode_widget_test]' -#### 1.2 #### -* Corrections in text domain and added one more string as translatable +#### 0.2 #### +* Added translation support -#### 1.3 #### -* Minor bug fix -* Changed tested up to version number -* Made it translation ready, constant was being used for text domains, silly error, I know :) +#### 0.1 #### +* Added the shortcode widget diff --git a/readme.txt b/readme.txt index 5bca2b3..a72eb4d 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: gagan0123 Tags: Shortcode, Widget Requires at least: 3.3 -Tested up to: 4.7.5 -Stable tag: 1.3 +Tested up to: 4.8 +Stable tag: 1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -23,25 +23,29 @@ To test the widget you can add the widget and use the shortcode "[shortcode_widg == Changelog == -= 0.1 = -* Added the shortcode widget += 1.4 = +* Updated compatibility with WordPress 4.8 +* Reversed the order of changelog -= 0.2 = -* Added translation support += 1.3 = +* Minor bug fix +* Changed tested up to version number +* Made it translation ready, constant was being used for text domains, silly error, I know :) -= 0.3 = -* Added a shortcode for testing the plugin '[shortcode_widget_test]' += 1.2 = +* Corrections in text domain and added one more string as translatable + += 1.1 = +* Reflecting the changes that have been done to the default text widget over the years = 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.3 = +* Added a shortcode for testing the plugin '[shortcode_widget_test]' -= 1.2 = -* Corrections in text domain and added one more string as translatable += 0.2 = +* Added translation support -= 1.3 = -* Minor bug fix -* Changed tested up to version number -* Made it translation ready, constant was being used for text domains, silly error, I know :) += 0.1 = +* Added the shortcode widget \ No newline at end of file diff --git a/shortcode-widget.php b/shortcode-widget.php index bc13812..da209f3 100644 --- a/shortcode-widget.php +++ b/shortcode-widget.php @@ -6,7 +6,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.3 + Version: 1.4 Text Domain: shortcode-widget License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */