Skip to content

Commit

Permalink
New version number for release and changes to pot file for new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan0123 committed Feb 21, 2019
1 parent 724d2e7 commit 2fdda66
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
**Donate Link:** https://PayPal.me/gagan0123
**Tags:** Shortcode, Widget
**Requires at least:** 3.3
**Tested up to:** 4.8.1
**Stable tag:** 1.5.1
**Requires PHP:** 5.6
**Tested up to:** 5.0.3
**Stable tag:** 1.5.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -37,6 +38,10 @@ To test the widget you can add the widget and use the shortcode "[shortcode_widg

## Changelog ##

### 1.5.2 ###
* Some PHPCS corrections, making code adhering to WordPress coding standards.
* Replaced strip_tags function with wp_strip_all_tags.

### 1.5.1 ###
* Unescaped title back in the code as escaping it was creating issues with other plugins.

Expand Down
12 changes: 6 additions & 6 deletions languages/shortcode-widget.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2017 Gagan Deep Singh
# Copyright (C) 2019 Gagan Deep Singh
# This file is distributed under the GPLv2.
msgid ""
msgstr ""
"Project-Id-Version: Shortcode Widget 1.5.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/shortcode-widget\n"
"POT-Creation-Date: 2017-09-05 08:56:33+00:00\n"
"POT-Creation-Date: 2019-02-21 10:52:37+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Poedit: \n"
Expand All @@ -26,15 +26,15 @@ msgstr ""
msgid "Shortcode Widget"
msgstr ""

#: includes/class-shortcode-widget.php:114
#: includes/class-shortcode-widget.php:115
msgid "Title:"
msgstr ""

#: includes/class-shortcode-widget.php:117
#: includes/class-shortcode-widget.php:118
msgid "Content:"
msgstr ""

#: includes/class-shortcode-widget.php:120
#: includes/class-shortcode-widget.php:121
msgid "Automatically add paragraphs"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: Shortcode, Widget
Requires at least: 3.3
Requires PHP: 5.6
Tested up to: 5.0.3
Stable tag: 1.5.1
Stable tag: 1.5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion shortcode-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Shortcode Widget
* Plugin URI: https://wordpress.org/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)
* Version: 1.5.1
* Version: 1.5.2
* Author: Gagan Deep Singh
* Author URI: https://gagan0123.com
* License: GPLv2
Expand Down

0 comments on commit 2fdda66

Please sign in to comment.