-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
246 lines (160 loc) · 6.13 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
=== Easy SVG Support ===
Author URI: https://www.benjamin-zekavica.de
Plugin URI: https://wordpress.org/plugins/easy-svg/
Contributors: Benjamin_Zekavica
Tags: svg, svg support, upload svg, svg media, easy upload, easy-svg, easy svg, files, upload, icons, upload limit
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Stable tag: 3.8
License: GNU Version 2 or Any Later Version
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
This Plugin allows you to upload SVG Files into your Media library.
== Description ==
= Direct Upload SVG Files into WordPress =
EASY SVG Support is a Plugin which allows you to upload SVG Files into your Media library. This plugin was created for persons, who don’t need much options for SVG.
= Features of the plugin include: =
* Uploading SVG Support for WordPress
* Easy installation
* Display SVG Files in the Media Libary
* SVG Sanitize Files direcly
* SVG Sanitize – Custom Hooks for Tags and Attributes
* Updated for the new WordPress Gutenberg Editor
* Support for PHP 8.2
= Documentation & Support =
Got a problem or need help with Easy SVG Support? Than you can write me an e-mail:
info@benjamin-zekavica.de or you can ask your question in the forums section.
== Installation ==
1. Activate the plugin.
2. Go to the Media Libary and Upload your SVG Files.
3. Upload now your SVG Files.
4. Go to the Page or ACF and choose your File and save changes.
== Frequently Asked Questions ==
= SVG Sanitize – Allow Tags & Attributes Hooks =
**Hook: esw_svg_allowed_tags**
// XML TAGS
add_filter( 'esw_svg_allowed_tags', function ($tags) {
$tags[] = 'p';
$tags[] = 'info';
return $tags;
} );
**Hook: esw_svg_allowed_attributes**
// XML attributes
add_filter( 'esw_svg_allowed_attributes', function ( $attributes ) {
$attributes[] = 'src';
return $attributes;
} );
= Do you need a Source Code? =
Please check out my repository on Github:
[GitHub Repository](https://github.com/bz-projects/Easy-SVG)
== Screenshots ==
1. Easy SVG Support in Gutenberg
2. Upload direct into your WordPress Media
== Changelog ==
= 3.8: 4th of November, 2024 =
* Security Fix for Image Uploader | Props to Francesco Carlucci & Wordfence
* Support for new WordPress version 6.7
* Support Gutenberg Version
* Updated SVG Sanitizer Package
* Remove Support for 7.4 - Now it's imporant to use 8.0
* Remove WP Support for 5x - Now it's imporant to use 6.0
* Code Optimizing
= 3.7: 21th of June, 2024 =
* Support for new WordPress version 6.6
* Support Gutenberg Version
* Updated SVG Sanitizer Package
* Code Optimizing
= 3.6: 3rd of March, 2024 =
* Support for new WordPress version 6.5
* Support Gutenberg Version
* Updated SVG Sanitizer Package
* Code Optimizing
= 3.5: 5th of November, 2023 =
* Support for new WordPress version 6.4
* Support Gutenberg Version
* Updated Translation
* Better Support for PHP 8.2
= 3.4: 19th of June, 2023 =
* Support for new WordPress version 6.3
* Support Gutenberg Version
* Updated SVG svg-sanitize
* Better Support for PHP 8.2
= 3.3.1: 13th of March, 2023 =
* Support for new WordPress version 6.2
* Support Gutenberg Version
= 3.3.0: 29th of May, 2022 =
* Support for new WordPress version 6.0
* Support Gutenberg Version
* SVG Sanitize Files direcly
* Security Update
* New & updated POT-File for Translation
* SVG Sanitize – Custom Hooks for Tags and Attributes
= 3.2.0: 26th of January, 2022 =
* Support for new WordPress version 5.9
* Support Gutenberg Version
= 3.1.0: 21th of July, 2021 =
* Support for new WordPress version 5.8
* Support Gutenberg Version
= 3.0.0: 26th of May, 2021 =
* Support for new WordPress version
= 2.9.1: 28th of January, 2021 =
* Add PHP 8.0 support
* Support for new version of the Gutenberg Editor
* Support for new WordPress version
= 2.9: 28th of October, 2020 =
* Security Fixes
* Support for new WordPress version
= 2.8: 02th of July, 2020 =
* Security Fixes
* Updated Language files
* Support for new WordPress version
= 2.7: 24th of January, 2020 =
* Add Support for WordPress 5.3.2
* Gutenberg Editor Post Image Size
* Security Fixes
= 2.6: 21th of September, 2019 =
* Add Support for WordPress 5.2.3
* Fixes
= 2.5.1: 12th of June, 2019 =
* Add Support for WordPress 5.2.1
= 2.5: 31th of March, 2019 =
* Add SVG Performance Update
* Add Security Update
* Add Support for WordPress 5.1.1
* Add PHP 7.3 Support Update
* Remove external CSS Stylesheet -> Better Backend Performance (Write Less CSS Code in Style Tag into the Header)
* Some Changes and Fixes
= 2.4: 12th of December, 2018 =
* Higher Code Quality
* Security Update
* Full Gutenberg Support in Backend
= 2.3: 8th of August, 2018 =
* (NEW Full WordPress 5.0 Support inc. Gutenberg Support
* (NEW) Now you can see all SVG Files in the Backend (ACF Support) and for Galleries
* (REMOVE) Removing JavaScript File (The Plugin is now faster and easier)
* (CHANGE) Edit Language Files
= 2.2.2: 27th of May, 2018 =
* Add correction of the new versions number
= 2.0.3: 27th of Febuary, 2018 =
* Add better security with index.php
= 2.0.2: 10th of Febuary, 2018 =
* Add new Versions Number
= 2.0.1: 10th of Febuary, 2018 =
* Add JQuery Function (Please Update now!)
= 2.0: 10th of Febuary, 2018 =
* Add better Security SVG Support(XML)
* Add better Code Quality and more code comments for WordPress Developers
* Add A Dashboard Widget to remember you for Easy SVG
* Display SVG Files into WordPress Media Libary
* Add Translation Files (Template)
* New Translation FIles for (EN, US, DE, DE Formal, HR)
* Add JavaScript to Backend
* Add CSS for Display SVG Files into the Backend
= 1.1: 29th of November, 2017 =
* Add a smole Alert message for users.
= 1.0.1: 28th of November, 2017 =
* Edit new Text
= 1.0.0: 28th of November, 2017 =
* Initial Release
== Upgrade Notice ==
This plugin can use on beginning versions of WordPress 4.0 to 4.9