Social Icons WordPress Plugin – AccessPress Social Icons - Version 1.6.7

Version Description

  • Fixed XSS vulnerability for icon edit page
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Icons WordPress Plugin – AccessPress Social Icons
Version 1.6.7
Comparing to
See all releases

Code changes from version 1.6.6 to 1.6.7

accesspress-social-icons.php CHANGED
@@ -4,7 +4,7 @@ defined('ABSPATH') or die("No script kiddies please!");
4
  * Plugin Name:AccessPress Social Icons
5
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/
6
  * Description: A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings.
7
- * Version:1.6.6
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
  * Text Domain: accesspress-social-icons
@@ -85,7 +85,7 @@ if (!class_exists('APS_Class')) {
85
  }
86
  if(!defined('APS_VERSION'))
87
  {
88
- define('APS_VERSION','1.6.6');
89
  }
90
  }
91
 
4
  * Plugin Name:AccessPress Social Icons
5
  * Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-icons/
6
  * Description: A plugin to add social icons in your site wherever you want dynamically with handful of configurable settings.
7
+ * Version:1.6.7
8
  * Author:AccessPress Themes
9
  * Author URI:http://accesspressthemes.com/
10
  * Text Domain: accesspress-social-icons
85
  }
86
  if(!defined('APS_VERSION'))
87
  {
88
+ define('APS_VERSION','1.6.7');
89
  }
90
  }
91
 
icon-sets/png/set10/{googleplus.png → googlePlus.png} RENAMED
File without changes
icon-sets/png/set9/facebok.png DELETED
Binary file
images/Thumbs.db DELETED
Binary file
inc/backend/edit-icon-set.php CHANGED
@@ -1,9 +1,10 @@
1
  <?php
2
  defined('ABSPATH') or die("No script kiddies please!");
3
  global $wpdb;
4
- $si_id = sanitize_text_field($_GET['si_id']);
5
  $table_name = $table_name = $wpdb->prefix . "aps_social_icons";
6
  $icon_sets = $wpdb->get_results("SELECT * FROM $table_name where si_id = $si_id");
 
7
  $icon_set = $icon_sets[0];
8
  $icon_extra = unserialize($icon_set->icon_extra);
9
  //$this->print_array($icon_extra);
@@ -388,4 +389,8 @@ $icon_extra = unserialize($icon_set->icon_extra);
388
  </div>
389
  </div>
390
  </div>
391
- <?php include_once('promobar.php'); ?>
 
 
 
 
1
  <?php
2
  defined('ABSPATH') or die("No script kiddies please!");
3
  global $wpdb;
4
+ $si_id = intval(sanitize_text_field($_GET['si_id']));
5
  $table_name = $table_name = $wpdb->prefix . "aps_social_icons";
6
  $icon_sets = $wpdb->get_results("SELECT * FROM $table_name where si_id = $si_id");
7
+ if(!empty($icon_sets)){
8
  $icon_set = $icon_sets[0];
9
  $icon_extra = unserialize($icon_set->icon_extra);
10
  //$this->print_array($icon_extra);
389
  </div>
390
  </div>
391
  </div>
392
+ <?php
393
+ include_once('promobar.php');
394
+ }else{
395
+ _e('No icon set found for this ID','accesspress-social-icons');
396
+ } ?>
languages/ultimate-form-builder-lite.mo DELETED
Binary file
languages/ultimate-form-builder-lite.po DELETED
@@ -1,367 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Ultimate Form Builder Lite\n"
4
- "POT-Creation-Date: 2016-03-09 15:57+0545\n"
5
- "PO-Revision-Date: 2016-03-09 16:00+0545\n"
6
- "Last-Translator: \n"
7
- "Language-Team: Access Keys <support@accesspressthemes.com>\n"
8
- "Language: English\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.7\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: .\n"
17
- "X-Poedit-SearchPath-1: ..\n"
18
-
19
- #: ../accesspress-social-icons.php:79
20
- msgid "Social Icons"
21
- msgstr "asdfasdf asdfasdf"
22
-
23
- #: ../accesspress-social-icons.php:80
24
- msgid "Add New Set"
25
- msgstr "asdfasdf asdfasdf"
26
-
27
- #: ../accesspress-social-icons.php:81 ../inc/backend/how-to-use.php:7
28
- msgid "How to use"
29
- msgstr ""
30
-
31
- #: ../accesspress-social-icons.php:82
32
- msgid "About"
33
- msgstr ""
34
-
35
- #: ../accesspress-social-icons.php:99 ../inc/backend/add-new-set.php:184
36
- #: ../inc/backend/edit-icon-set.php:211 ../inc/backend/edit-icon-set.php:251
37
- #: ../inc/backend/theme-icon-set.php:16
38
- msgid "Icon Preview"
39
- msgstr ""
40
-
41
- #: ../accesspress-social-icons.php:100 ../inc/backend/edit-icon-set.php:284
42
- #: ../inc/backend/icon-adder.php:147 ../inc/backend/theme-icon-set.php:57
43
- msgid "Icon Link"
44
- msgstr ""
45
-
46
- #: ../accesspress-social-icons.php:101 ../inc/backend/edit-icon-set.php:301
47
- #: ../inc/backend/icon-adder.php:164 ../inc/backend/theme-icon-set.php:73
48
- msgid "Icon Link Target"
49
- msgstr ""
50
-
51
- #: ../accesspress-social-icons.php:102
52
- msgid "Are you sure you want to delete this icon from this list?"
53
- msgstr ""
54
-
55
- #: ../accesspress-social-icons.php:103
56
- msgid "Please enter the name for the set"
57
- msgstr ""
58
-
59
- #: ../accesspress-social-icons.php:104
60
- msgid "Please add at least one icon in the set"
61
- msgstr ""
62
-
63
- #: ../accesspress-social-icons.php:107
64
- msgid "Are you sure you want to discard the icons added previously?"
65
- msgstr ""
66
-
67
- #: ../accesspress-social-icons.php:108
68
- msgid "Collapse All"
69
- msgstr ""
70
-
71
- #: ../accesspress-social-icons.php:109 ../inc/backend/add-new-set.php:191
72
- #: ../inc/backend/edit-icon-set.php:218
73
- msgid "Expand All"
74
- msgstr ""
75
-
76
- #: ../inc/backend/about.php:8
77
- msgid "About Us"
78
- msgstr ""
79
-
80
- #: ../inc/backend/add-new-set.php:7
81
- msgid "Add New Social Icons Set"
82
- msgstr ""
83
-
84
- #: ../inc/backend/add-new-set.php:16 ../inc/backend/edit-icon-set.php:38
85
- msgid "Name of Set"
86
- msgstr ""
87
-
88
- #: ../inc/backend/add-new-set.php:26 ../inc/backend/edit-icon-set.php:48
89
- msgid "Choose Icon Set type"
90
- msgstr ""
91
-
92
- #: ../inc/backend/add-new-set.php:28 ../inc/backend/edit-icon-set.php:50
93
- msgid "Choose icon indiviually"
94
- msgstr ""
95
-
96
- #: ../inc/backend/add-new-set.php:29 ../inc/backend/edit-icon-set.php:51
97
- msgid "Choose from available themes"
98
- msgstr ""
99
-
100
- #: ../inc/backend/add-new-set.php:41 ../inc/backend/edit-icon-set.php:63
101
- msgid "Display"
102
- msgstr ""
103
-
104
- #: ../inc/backend/add-new-set.php:43 ../inc/backend/edit-icon-set.php:65
105
- msgid "Horizontal"
106
- msgstr ""
107
-
108
- #: ../inc/backend/add-new-set.php:44 ../inc/backend/edit-icon-set.php:66
109
- msgid "Vertical"
110
- msgstr ""
111
-
112
- #: ../inc/backend/add-new-set.php:52 ../inc/backend/edit-icon-set.php:74
113
- msgid "Number of Rows"
114
- msgstr ""
115
-
116
- #: ../inc/backend/add-new-set.php:57 ../inc/backend/edit-icon-set.php:79
117
- msgid "Please enter the number of rows in number.Default is 1."
118
- msgstr ""
119
-
120
- #: ../inc/backend/add-new-set.php:63 ../inc/backend/edit-icon-set.php:85
121
- msgid "Number of Columns"
122
- msgstr ""
123
-
124
- #: ../inc/backend/add-new-set.php:68 ../inc/backend/edit-icon-set.php:94
125
- msgid "Please enter the number of columns in number.Default is 1."
126
- msgstr ""
127
-
128
- #: ../inc/backend/add-new-set.php:74 ../inc/backend/edit-icon-set.php:100
129
- msgid "Margin Between Each Icon"
130
- msgstr ""
131
-
132
- #: ../inc/backend/add-new-set.php:79 ../inc/backend/edit-icon-set.php:106
133
- msgid "Please enter the margin for each icon in px."
134
- msgstr ""
135
-
136
- #: ../inc/backend/add-new-set.php:86 ../inc/backend/edit-icon-set.php:114
137
- msgid "Tooltip"
138
- msgstr ""
139
-
140
- #: ../inc/backend/add-new-set.php:88 ../inc/backend/edit-icon-set.php:116
141
- msgid "Show"
142
- msgstr ""
143
-
144
- #: ../inc/backend/add-new-set.php:89 ../inc/backend/edit-icon-set.php:117
145
- msgid "Don't show"
146
- msgstr ""
147
-
148
- #: ../inc/backend/add-new-set.php:97 ../inc/backend/edit-icon-set.php:125
149
- msgid "Tooltip Bg Color"
150
- msgstr ""
151
-
152
- #: ../inc/backend/add-new-set.php:105 ../inc/backend/edit-icon-set.php:133
153
- msgid "Tooltip Text Color"
154
- msgstr ""
155
-
156
- #: ../inc/backend/add-new-set.php:113 ../inc/backend/edit-icon-set.php:141
157
- msgid "Tooltip Position"
158
- msgstr ""
159
-
160
- #: ../inc/backend/add-new-set.php:116 ../inc/backend/edit-icon-set.php:144
161
- msgid "Top"
162
- msgstr ""
163
-
164
- #: ../inc/backend/add-new-set.php:117 ../inc/backend/edit-icon-set.php:145
165
- msgid "Right"
166
- msgstr ""
167
-
168
- #: ../inc/backend/add-new-set.php:118 ../inc/backend/edit-icon-set.php:146
169
- msgid "Bottom"
170
- msgstr ""
171
-
172
- #: ../inc/backend/add-new-set.php:119 ../inc/backend/edit-icon-set.php:147
173
- msgid "Left"
174
- msgstr ""
175
-
176
- #: ../inc/backend/add-new-set.php:128
177
- msgid "Icons Hover Animation"
178
- msgstr ""
179
-
180
- #: ../inc/backend/add-new-set.php:131 ../inc/backend/edit-icon-set.php:159
181
- msgid "No Animation"
182
- msgstr ""
183
-
184
- #: ../inc/backend/add-new-set.php:162 ../inc/backend/edit-icon-set.php:190
185
- msgid "Opacity on Non Hover"
186
- msgstr ""
187
-
188
- #: ../inc/backend/add-new-set.php:189 ../inc/backend/edit-icon-set.php:216
189
- msgid "Icon Lists"
190
- msgstr ""
191
-
192
- #: ../inc/backend/add-new-set.php:194 ../inc/backend/edit-icon-set.php:221
193
- msgid "Empty List"
194
- msgstr ""
195
-
196
- #: ../inc/backend/add-new-set.php:195 ../inc/backend/edit-icon-set.php:222
197
- msgid "Each Icon will only show up in the frontend if icon link is not empty"
198
- msgstr ""
199
-
200
- #: ../inc/backend/add-new-set.php:207 ../inc/backend/edit-icon-set.php:369
201
- msgid "Save icon set"
202
- msgstr ""
203
-
204
- #: ../inc/backend/copy-icon-set.php:60
205
- msgid "Icon Set Copied Successfully"
206
- msgstr ""
207
-
208
- #: ../inc/backend/delete-icon-set.php:7
209
- msgid "Icon set deleted successfully."
210
- msgstr ""
211
-
212
- #: ../inc/backend/edit-icon-set.php:28
213
- msgid "Edit Social Icons Set"
214
- msgstr ""
215
-
216
- #: ../inc/backend/edit-icon-set.php:156
217
- msgid "Icons Animation"
218
- msgstr ""
219
-
220
- #: ../inc/backend/edit-icon-set.php:256 ../inc/backend/icon-adder.php:6
221
- #: ../inc/backend/theme-icon-set.php:21
222
- msgid "Icon Title"
223
- msgstr ""
224
-
225
- #: ../inc/backend/edit-icon-set.php:264 ../inc/backend/icon-adder.php:30
226
- #: ../inc/backend/theme-icon-set.php:37
227
- msgid "Icon Width"
228
- msgstr ""
229
-
230
- #: ../inc/backend/edit-icon-set.php:269 ../inc/backend/theme-icon-set.php:42
231
- msgid "Please enter the width for the icon in px."
232
- msgstr ""
233
-
234
- #: ../inc/backend/edit-icon-set.php:275 ../inc/backend/icon-adder.php:38
235
- #: ../inc/backend/theme-icon-set.php:48
236
- msgid "Icon Height"
237
- msgstr ""
238
-
239
- #: ../inc/backend/edit-icon-set.php:279 ../inc/backend/theme-icon-set.php:52
240
- msgid "Please enter the height for the icon in px."
241
- msgstr ""
242
-
243
- #: ../inc/backend/edit-icon-set.php:293 ../inc/backend/icon-adder.php:156
244
- #: ../inc/backend/theme-icon-set.php:65
245
- msgid "Tooltip Text"
246
- msgstr ""
247
-
248
- #: ../inc/backend/icon-adder.php:8
249
- msgid "Please enter the icon title"
250
- msgstr ""
251
-
252
- #: ../inc/backend/icon-adder.php:17
253
- msgid "Icon Image"
254
- msgstr ""
255
-
256
- #: ../inc/backend/icon-adder.php:19
257
- msgid "Please upload the icon image"
258
- msgstr ""
259
-
260
- #: ../inc/backend/icon-adder.php:20
261
- msgid "Pre available icons"
262
- msgstr ""
263
-
264
- #: ../inc/backend/icon-adder.php:53
265
- msgid "Border Style"
266
- msgstr ""
267
-
268
- #: ../inc/backend/icon-adder.php:72
269
- msgid "Border Spacing"
270
- msgstr ""
271
-
272
- #: ../inc/backend/icon-adder.php:74 ../inc/backend/icon-adder.php:82
273
- msgid "eg. 2px"
274
- msgstr ""
275
-
276
- #: ../inc/backend/icon-adder.php:80
277
- msgid "Border Thickness"
278
- msgstr ""
279
-
280
- #: ../inc/backend/icon-adder.php:88
281
- msgid "Border Color"
282
- msgstr ""
283
-
284
- #: ../inc/backend/icon-adder.php:99
285
- msgid "Shadow"
286
- msgstr ""
287
-
288
- #: ../inc/backend/icon-adder.php:110
289
- msgid "Offset X"
290
- msgstr ""
291
-
292
- #: ../inc/backend/icon-adder.php:118
293
- msgid "Offset Y"
294
- msgstr ""
295
-
296
- #: ../inc/backend/icon-adder.php:126
297
- msgid "Blur"
298
- msgstr ""
299
-
300
- #: ../inc/backend/icon-adder.php:134
301
- msgid "Shadow Color"
302
- msgstr ""
303
-
304
- #: ../inc/backend/icon-adder.php:149
305
- msgid "Please enter the icon link"
306
- msgstr ""
307
-
308
- #: ../inc/backend/icon-themes.php:5
309
- msgid "Available Icon Themes"
310
- msgstr ""
311
-
312
- #: ../inc/backend/main-page.php:31 ../inc/backend/main-page.php:43
313
- msgid "Title"
314
- msgstr ""
315
-
316
- #: ../inc/backend/main-page.php:34 ../inc/backend/main-page.php:44
317
- msgid "Shortcode"
318
- msgstr ""
319
-
320
- #: ../inc/backend/main-page.php:37 ../inc/backend/main-page.php:46
321
- msgid "Template Shortcode"
322
- msgstr ""
323
-
324
- #: ../inc/backend/main-page.php:74
325
- msgid "Are you sure you want to copy this icon set?"
326
- msgstr ""
327
-
328
- #: ../inc/backend/main-page.php:75
329
- msgid "Are you sure you want to delete this icon set?"
330
- msgstr ""
331
-
332
- #: ../inc/backend/main-page.php:86
333
- msgid "Icon sets not added yet"
334
- msgstr ""
335
-
336
- #: ../inc/backend/panel-head.php:5 ../inc/backend/panel-head.php:29
337
- #: ../inc/backend/widgets.php:14
338
- msgid "AccessPress Social Icons"
339
- msgstr ""
340
-
341
- #: ../inc/backend/save-set.php:167
342
- msgid "Icon Set Updated Successfully"
343
- msgstr ""
344
-
345
- #: ../inc/backend/save-set.php:200
346
- msgid "Icon Set Saved Successfully"
347
- msgstr ""
348
-
349
- #: ../inc/backend/theme-icon-set.php:28
350
- msgid "Icon Background Color"
351
- msgstr ""
352
-
353
- #: ../inc/backend/widgets.php:15
354
- msgid "AccessPress Social Icon Widget"
355
- msgstr ""
356
-
357
- #: ../inc/backend/widgets.php:69
358
- msgid "Title:"
359
- msgstr ""
360
-
361
- #: ../inc/backend/widgets.php:73
362
- msgid "Icon set"
363
- msgstr ""
364
-
365
- #: ../inc/backend/widgets.php:75
366
- msgid "Choose Icon Set"
367
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: social icon, social icons, social media, social icon widget, social icons
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
- Stable tag: 1.6.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -135,6 +135,9 @@ Once you install the plugin , you can check some general documentation about how
135
  4. Backend Lcon Sets Listing
136
 
137
  == Changelog ==
 
 
 
138
  = 1.6.6 =
139
  * Adjusted dynamic width assignment for icons
140
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 4.0
6
  Tested up to: 4.7
7
+ Stable tag: 1.6.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
135
  4. Backend Lcon Sets Listing
136
 
137
  == Changelog ==
138
+ = 1.6.7 =
139
+ * Fixed XSS vulnerability for icon edit page
140
+
141
  = 1.6.6 =
142
  * Adjusted dynamic width assignment for icons
143