File tree 4 files changed +15
-10
lines changed
4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 5
5
** Donate Link:** https://PayPal.me/gagan0123
6
6
** Tags:** Shortcode, Widget
7
7
** Requires at least:** 3.3
8
- ** Tested up to:** 4.8.1
9
- ** Stable tag:** 1.5.1
8
+ ** Requires PHP:** 5.6
9
+ ** Tested up to:** 5.0.3
10
+ ** Stable tag:** 1.5.2
10
11
** License:** GPLv2 or later
11
12
** License URI:** http://www.gnu.org/licenses/gpl-2.0.html
12
13
@@ -37,6 +38,10 @@ To test the widget you can add the widget and use the shortcode "[shortcode_widg
37
38
38
39
## Changelog ##
39
40
41
+ ### 1.5.2 ###
42
+ * Some PHPCS corrections, making code adhering to WordPress coding standards.
43
+ * Replaced strip_tags function with wp_strip_all_tags.
44
+
40
45
### 1.5.1 ###
41
46
* Unescaped title back in the code as escaping it was creating issues with other plugins.
42
47
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2017 Gagan Deep Singh
1
+ # Copyright (C) 2019 Gagan Deep Singh
2
2
# This file is distributed under the GPLv2.
3
3
msgid ""
4
4
msgstr ""
5
5
"Project-Id-Version : Shortcode Widget 1.5.1\n "
6
6
"Report-Msgid-Bugs-To : https://wordpress.org/support/plugin/shortcode-widget\n "
7
- "POT-Creation-Date : 2017-09-05 08:56:33 +00:00\n "
7
+ "POT-Creation-Date : 2019-02-21 10:52:37 +00:00\n "
8
8
"MIME-Version : 1.0\n "
9
9
"Content-Type : text/plain; charset=utf-8\n "
10
10
"Content-Transfer-Encoding : 8bit\n "
11
- "PO-Revision-Date : 2017 -MO-DA HO:MI+ZONE\n "
11
+ "PO-Revision-Date : 2019 -MO-DA HO:MI+ZONE\n "
12
12
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
13
13
"
Language-Team :
LANGUAGE <[email protected] >\n "
14
14
"Poedit : \n "
@@ -26,15 +26,15 @@ msgstr ""
26
26
msgid "Shortcode Widget"
27
27
msgstr ""
28
28
29
- #: includes/class-shortcode-widget.php:114
29
+ #: includes/class-shortcode-widget.php:115
30
30
msgid "Title:"
31
31
msgstr ""
32
32
33
- #: includes/class-shortcode-widget.php:117
33
+ #: includes/class-shortcode-widget.php:118
34
34
msgid "Content:"
35
35
msgstr ""
36
36
37
- #: includes/class-shortcode-widget.php:120
37
+ #: includes/class-shortcode-widget.php:121
38
38
msgid "Automatically add paragraphs"
39
39
msgstr ""
40
40
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Tags: Shortcode, Widget
5
5
Requires at least: 3.3
6
6
Requires PHP: 5.6
7
7
Tested up to: 5.0.3
8
- Stable tag: 1.5.1
8
+ Stable tag: 1.5.2
9
9
License: GPLv2 or later
10
10
License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
11
Original file line number Diff line number Diff line change 3
3
* Plugin Name: Shortcode Widget
4
4
* Plugin URI: https://wordpress.org/plugins/shortcode-widget/
5
5
* Description: Adds a text-like widget that allows you to write shortcode in it. (Just whats missing in the default text widget)
6
- * Version: 1.5.1
6
+ * Version: 1.5.2
7
7
* Author: Gagan Deep Singh
8
8
* Author URI: https://gagan0123.com
9
9
* License: GPLv2
You can’t perform that action at this time.
0 commit comments