Skip to content

Commit 272b86f

Browse files
Add Version 2.0.3
1 parent c9c6ef4 commit 272b86f

6 files changed

Lines changed: 14 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WordPress Easy SVG Support Version 2.0.2
1+
# WordPress Easy SVG Support Version 2.0.3
22

33
Du möchtest endlich in WordPress SVG Dateien hochladen und einbinden? Dann lade dir jetzt mein Plugin herunter.
44

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Plugin Name: Easy SVG Support
33
Description: Add SVG Support for WordPress.
4-
Version: 2.0.2
4+
Version: 2.0.3
55
Author: Benjamin Zekavica
66
77
Copyright by:

easy-svg.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Easy SVG Support
44
Plugin URI: https://wordpress.org/plugins/easy-svg/
55
Description: Add SVG Support for WordPress.
6-
Version: 2.0.2
6+
Version: 2.0.3
77
Author: Benjamin Zekavica
88
Author URI: http://www.benjamin-zekavica.de
99
Text Domain: easy-svg
@@ -199,7 +199,7 @@ function esw_support_dashbord_widget_text() {
199199
echo "<br /><br />";
200200

201201
_e( 'Version Number', 'easy-svg' );
202-
echo "&nbsp;2.0.2";
202+
echo "&nbsp;2.0.3";
203203

204204
}
205205

index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?php
2+
// Silence is golden.

js/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Plugin Name: Easy SVG Support
33
Description: Add SVG Support for WordPress.
4-
Version: 2.0.2
4+
Version: 2.0.3
55
Author: Benjamin Zekavica
66
77
Copyright by:

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== Easy SVG Support ===
1+
=== Easy SVG Support ===
22
Author URI: https://www.benjamin-zekavica.de
33
Plugin URI: https://wordpress.org/plugins/easy-svg/
44
Contributors: Benjamin_Zekavica
@@ -7,7 +7,7 @@ Tags: svg, svg support, upload svg, svg media, easy upload, easy-svg, easy svg,
77
Requires at least: 4.9.4
88
Tested up to: 4.9.4
99
Requires PHP: 5.6
10-
Stable tag: 2.0.2
10+
Stable tag: 2.0.3
1111
License: GNU Version 2 or Any Later Version
1212
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1313

@@ -65,6 +65,11 @@ https://github.com/BenjaminZekavica/WordPress-Easy-SVG
6565

6666
== Changelog ==
6767

68+
69+
= 2.0.3: 27th of Febuary, 2018 =
70+
71+
* Add better security with index.php
72+
6873
= 2.0.2: 10th of Febuary, 2018 =
6974

7075
* Add new Versions Number

0 commit comments

Comments
 (0)