Skip to content

Commit

Permalink
Tagging Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan0123 committed Jul 17, 2017
1 parent 55b7f01 commit 4d9d96f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 31 deletions.
32 changes: 18 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
36 changes: 20 additions & 16 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion shortcode-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 4d9d96f

Please sign in to comment.