Gallery – Photo Gallery and Images Gallery - Version 2.3.3

Version Description

  • Fixes of the code related with core code strucutre
Download this release

Release Info

Developer robosoft
Plugin Icon 128x128 Gallery – Photo Gallery and Images Gallery
Version 2.3.3
Comparing to
See all releases

Code changes from version 2.3.2 to 2.3.3

Files changed (60) hide show
  1. README.txt +1310 -0
  2. cmb2/bootstrap.php +1 -1
  3. cmb2/includes/CMB2.php +1 -0
  4. cmb2/includes/CMB2_Ajax.php +1 -0
  5. cmb2/includes/CMB2_Boxes.php +1 -0
  6. cmb2/includes/CMB2_Field.php +1 -0
  7. cmb2/includes/CMB2_Options.php +1 -0
  8. cmb2/includes/CMB2_Sanitize.php +1 -0
  9. cmb2/includes/CMB2_Show_Filters.php +2 -0
  10. cmb2/includes/CMB2_Types.php +1 -0
  11. cmb2/includes/CMB2_Utils.php +1 -0
  12. cmb2/includes/CMB2_hookup.php +1 -0
  13. cmb2/includes/helper-functions.php +6 -2
  14. cmb2/init.php +1 -1
  15. includes/extensions/backup/backup.class.php +2 -0
  16. includes/extensions/backup/backup.form.php +3 -0
  17. includes/extensions/backup/backup.init.php +2 -0
  18. includes/extensions/category/category.class.php +2 -0
  19. includes/extensions/category/category.init.php +2 -0
  20. includes/extensions/class.postcontroller.php +4 -1
  21. includes/extensions/rbs_create_post_ajax.php +1 -1
  22. includes/extensions/stats/stats.class.php +2 -0
  23. includes/extensions/stats/stats.form.php +2 -0
  24. includes/extensions/stats/stats.init.php +2 -0
  25. includes/frontend/rbs_gallery_class.php +3 -1
  26. includes/frontend/rbs_gallery_class_utils.php +2 -0
  27. includes/frontend/rbs_gallery_frontend.php +3 -4
  28. includes/frontend/rbs_gallery_helper.php +2 -1
  29. includes/frontend/rbs_gallery_source.php +1 -0
  30. includes/options/rbs_gallery_options_button.php +1 -0
  31. includes/options/rbs_gallery_options_copy.php +1 -0
  32. includes/options/rbs_gallery_options_guides.php +2 -0
  33. includes/options/rbs_gallery_options_hover.php +1 -0
  34. includes/options/rbs_gallery_options_images.php +1 -0
  35. includes/options/rbs_gallery_options_info.php +1 -0
  36. includes/options/rbs_gallery_options_infowide.php +1 -0
  37. includes/options/rbs_gallery_options_lightbox.php +1 -0
  38. includes/options/rbs_gallery_options_loading.php +1 -0
  39. includes/options/rbs_gallery_options_polaroid.php +1 -0
  40. includes/options/rbs_gallery_options_shortcode.php +1 -0
  41. includes/options/rbs_gallery_options_size.php +1 -0
  42. includes/options/rbs_gallery_options_text.php +1 -0
  43. includes/options/rbs_gallery_options_tools.php +2 -0
  44. includes/options/rbs_gallery_options_view.php +1 -0
  45. includes/rbs_class_activator.php +2 -0
  46. includes/rbs_class_update.php +2 -0
  47. includes/rbs_gallery_about.php +3 -0
  48. includes/rbs_gallery_ajax.php +3 -1
  49. includes/rbs_gallery_button.php +2 -0
  50. includes/rbs_gallery_config.php +1 -2
  51. includes/rbs_gallery_edit.php +2 -0
  52. includes/rbs_gallery_init.php +2 -0
  53. includes/rbs_gallery_list.php +2 -0
  54. includes/rbs_gallery_media.php +13 -9
  55. includes/rbs_gallery_menu.php +2 -0
  56. includes/rbs_gallery_settings.php +2 -0
  57. includes/rbs_gallery_topblock.php +3 -0
  58. includes/rbs_gallery_widget.php +3 -0
  59. readme.txt +0 -1857
  60. robogallery.php +3 -2
README.txt ADDED
@@ -0,0 +1,1310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Gallery - Photo Gallery and Images Gallery ===
2
+ Contributors: robosoft
3
+ Donate link: http://www.robosoft.co/robogallery
4
+ Tags: gallery, images, photo gallery, images gallery, responsive gallery, categories gallery, Polaroid gallery, Gallery Plugin, gallery lightbox, pictures, portvolio gallery, video gallery
5
+ Requires at least: 3.3
6
+ Tested up to: 4.5
7
+ Stable tag: 2.3.3
8
+ License: GPLv2 or later
9
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
+
11
+ Gallery with multi categories, responsive and mobile friendly, all interface elements highly customizable, gallery support videos, links and lightbox
12
+
13
+ == Description ==
14
+
15
+ #### [Gallery Most Easy and Powerful plugin to create attractive image section on your WordPress website.](http://robosoft.co/robogallery/#overview)
16
+
17
+ #### Gallery on your website it's really attractive and very important part of your pages. If you looking for fast, easy gallery with simple and very beautiful, highly customizable design [here is it...](http://robosoft.co/robogallery/#overview) Gallery where even newbie in Wordpress will be able to create your first gallery in few minutes and at the same time Wordpress professionals get advanced tools and freedom of creativity. Just download this Gallery and you'll not look for any other gallery any more! [Fall in Love with this Gallery like we do!](http://robosoft.co/robogallery/#overview)
18
+
19
+ = Install and create your first Wordpress gallery in few minutes =
20
+
21
+ [youtube https://www.youtube.com/watch?v=m9XIeqMnhYI&feature=youtu.be]
22
+
23
+ > #### Gallery Demos
24
+ >
25
+ >[Multi Categories Cars Gallery Demo](http://robosoft.co/demo/gallery/cars-gallery-demo/)
26
+ >
27
+ >[Grid Layout Gallery Demo with Fade hover effect](http://robosoft.co/demo/gallery/custom-layout/)
28
+ >
29
+ >[Multi Categories Polaroid style Movie Gallery Demo with classic layout](http://robosoft.co/demo/gallery/gallery-demo-movie/)
30
+ >
31
+ >[Design Sketch Gallery Demo with grid layout](http://robosoft.co/demo/gallery/gallery-design/)
32
+ >
33
+ >[Multi Categories Gallery Demo with custom interface colors and classic layout](http://robosoft.co/demo/gallery/push-effect-demo/)
34
+ >
35
+ >[Video Gallery Demo with grid layout](http://robosoft.co/demo/gallery/design-video-gallery)
36
+
37
+
38
+ = Gallery Key Features =
39
+
40
+ * Fully responsive and Mobile features
41
+ * Fade effects
42
+ * Batch images upload
43
+ * Auto-resizing for thumbnails and images
44
+ * Customizable 15 hover effects
45
+ * Implemented to avoid AJAX libs conflicts
46
+ * Polaroid style gallery
47
+ * Advanced Polaroid Styles
48
+ * Build in colors selector
49
+ * Social sharing
50
+ * Build in borders and shadows settings
51
+ * Font settings
52
+ * Different resolutions
53
+ * Implemented in native Wordpress style using native classes
54
+ * Multi Categories
55
+ * Classic gallery layout
56
+ * Advanced pagination function
57
+ * Work in IE, Firefox, Safari, Opera, Chrome
58
+ * Lazy loading option
59
+ * Advanced cache options
60
+ * Overlay effects
61
+ * Backend text settings preview
62
+ * Resizing crop function
63
+ * Optional mobile touch support
64
+ * Custom ordering of the images
65
+ * Ability to insert gallery to the Wordpress post, page, widget
66
+ * Gallery lightbox social buttons
67
+ * Gallery lightbox background color
68
+ * Gallery lightbox background transparency
69
+ * Gallery lightbox font color
70
+ * Gallery lightbox font transparency
71
+ * Advanced Compatibility
72
+ * Advanced Social Sharing
73
+ * Click Thumbnails
74
+ * Gallery alignment
75
+ * Gallery Padding
76
+ * Post generator
77
+ * Description Panel
78
+ * Swipe in Lightbox
79
+ * Advanced Link Button Design
80
+ * Hover Description Template
81
+ * Gallery Plugin Compatibility Settings
82
+ * Gallery Admin Interface Modes
83
+ * Video Links
84
+ * Images Custom Ratio
85
+ * Thumbnails Fade Effect
86
+ * Advanced Load more function
87
+ * SEO code optimization
88
+ * Template
89
+
90
+ = Gallery Pro Key Features =
91
+
92
+ * Grid layout
93
+ * Support Videos
94
+ * Smart Links
95
+ * Hover layout template
96
+ * Customizable Grid
97
+ * Customizable hover icons
98
+ * Ability to insert gallery to the Wordpress widget
99
+ * Clone gallery
100
+ * Custom Thumbnails Shadows
101
+ * Gallery Statistics
102
+ * Gallery Backup
103
+ * Multisite Support
104
+ * Drag and Drop Category Manager
105
+
106
+
107
+ > #### Useful Gallery Links
108
+ >
109
+ >[Multi Categories Cars Gallery Demo](http://robosoft.co/demo/gallery/cars-gallery-demo/)
110
+ >
111
+ >[Grid Layout Gallery Demo with Fade hover effect](http://robosoft.co/demo/gallery/custom-layout/)
112
+ >
113
+ >[Multi Categories Polaroid style Movie Gallery Demo with classic layout](http://robosoft.co/demo/gallery/gallery-demo-movie/)
114
+ >
115
+ >[Design Sketch Gallery Demo with grid layout](http://robosoft.co/demo/gallery/gallery-design/)
116
+ >
117
+ >[Multi Categories Gallery Demo with custom interface colors and classic layout](http://robosoft.co/demo/gallery/push-effect-demo/)
118
+ >
119
+ >[Video Gallery Demo with grid layout](http://robosoft.co/demo/gallery/design-video-gallery)
120
+ >
121
+ >[Technical Support for Robo Gallery](http://robosoft.co/robogallery)
122
+ >
123
+ >[Find More Details about Robo Gallery](http://robosoft.co/robogallery)
124
+
125
+
126
+ == Installation ==
127
+
128
+ You don't need do any additional configurations or manual code changes. You can install it through the regular installer of the Wordpress. Just download plugin and install it manually or automatically using Wordpress repository. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
129
+
130
+ == Frequently Asked Questions ==
131
+
132
+ = How to upload images to the gallery? =
133
+
134
+ When you create new gallery or open already existent gallery for edit on the right side of the edit gallery section you'll see gallery images manager button. When you open gallery images manager you'll be able there edit all gallery images. Upload, edit or delete. In gallery images manager you can use drag and drop gallery images upload tool.
135
+
136
+ = How to change quality of the gallery thumbnails? =
137
+
138
+ Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
139
+
140
+ = Where it's possible to define vertical and horizontal paddings? =
141
+
142
+ In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
143
+
144
+ = Do you have some limit for images size in gallery? =
145
+
146
+ No, we don't have any limits for image size in our gallery.
147
+
148
+ = How I can create custom (grid) layout of the thumbnails? =
149
+
150
+ In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
151
+
152
+ = Is it possible to insert video as gallery link? =
153
+
154
+ Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have video link field in gallery image options, where you can define some custom link to the online video.
155
+
156
+ = How to define size of the gallery images thumbnails? =
157
+
158
+ Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
159
+
160
+ = How to load more function work? =
161
+
162
+ In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
163
+
164
+ = How to change amount of the columns in gallery layout? =
165
+
166
+ In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
167
+
168
+ == Screenshots ==
169
+
170
+ 1. Gallery Demo 1
171
+ 2. Gallery Demo 2
172
+ 3. Gallery Demo 3
173
+ 4. Gallery Demo 4
174
+ 5. Gallery Demo 5
175
+ 6. Gallery Demo 6
176
+ 7. Gallery general and size settings
177
+ 8. Gallery layout settings
178
+ 9. Gallery shadow and border settings
179
+ 10. Gallery hover and menu settings
180
+ 11. Gallery loading and Polaroid settings
181
+ 12. Gallery buttons settings
182
+
183
+ == Other Notes ==
184
+
185
+ = Minimum requirements for Wordpress Robo Gallery =
186
+
187
+ WordPress 3.3
188
+ PHP 5.x
189
+ MySQL 5.x
190
+
191
+ = Gallery Compatibility =
192
+
193
+ Gallery implemented in native Wordpress style. All code implemented based on Wordpress api and base classes. Also we tried in our gallery code avoid conflicts with other plugins and libraries. If you accordantly meet with some errors, conflicts or other related problems feel free to [contact us](http://robosoft.co/clients) and we'll to sort everything in short time.
194
+
195
+ If any problem occurs, please contact us.
196
+
197
+ == Changelog ==
198
+
199
+ = 2.3.3 =
200
+ * Fixes of the code related with core code strucutre
201
+
202
+ = 2.3.2 =
203
+ * Updated English and Russian language files
204
+
205
+ = 2.3.1 =
206
+ * Updated gallery front end code
207
+ * SEO configuration option for thumbnails and links code
208
+
209
+ = 2.3.0 =
210
+ * Updated gallery code front end code
211
+ * SEO option for enable/disable additional optimization
212
+
213
+ = 2.2.0 =
214
+ * Updated multisite functionality
215
+
216
+ = 2.1.11 =
217
+ * New lightbox description panel style, added new Green theme
218
+
219
+ = 2.1.10 =
220
+ * New lightbox description panel style, added new Blue theme
221
+
222
+ = 2.1.9 =
223
+ * New lightbox description panel style, added new Red theme
224
+
225
+ = 2.1.8 =
226
+ * Optimization of the admin lightbox settings
227
+
228
+ = 2.1.7 =
229
+ * Added images alt elements
230
+
231
+ = 2.1.6 =
232
+ * Updated background styles of the lightbox description panel settings
233
+
234
+ = 2.1.5 =
235
+ * Added dark and light styles for lightbox description panel
236
+
237
+ = 2.1.4 =
238
+ * Added background to lightbox description panel
239
+
240
+ = 2.1.3 =
241
+ * Added description panel source option
242
+
243
+ = 2.1.2 =
244
+ * Updated description panel style
245
+
246
+ = 2.1.1 =
247
+ * Added description panel in alternative JQuery mode
248
+
249
+ = 2.1.0 =
250
+ * Lightbox update
251
+ * New description panel implemented
252
+ * Added new option show/hide description panel
253
+
254
+ = 2.0.41 =
255
+ * Code modification related with position of description panel in lightbox
256
+
257
+ = 2.0.40 =
258
+ * Updated debug, added format html debug
259
+
260
+ = 2.0.39 =
261
+ * Update Polish language
262
+
263
+ = 2.0.38 =
264
+ * Update Russian language
265
+
266
+ = 2.0.37 =
267
+ * Added debug styles
268
+
269
+ = 2.0.36 =
270
+ * JS config output into debug console
271
+
272
+ = 2.0.35 =
273
+ * Debug section, data output in the case of excluded jQuery and alt jQuery
274
+
275
+ = 2.0.34 =
276
+ * Debug section, publishing information about alternative jQuery
277
+
278
+ = 2.0.33 =
279
+ * Debug section, added jQuery access check
280
+
281
+ = 2.0.32 =
282
+ * Added into debug section information output into console
283
+
284
+ = 2.0.31 =
285
+ * Updated debug functionality
286
+
287
+ = 2.0.30 =
288
+ * Added additional debug option, js files
289
+
290
+ = 2.0.29 =
291
+ * Added new debug options
292
+
293
+ = 2.0.28 =
294
+ * Fixed notice messages in the case of damaged meta data of images
295
+
296
+ = 2.0.27 =
297
+ * Fixed notice messages in the case of damaged images
298
+
299
+ = 2.0.26 =
300
+ * Changed method in code, improve security
301
+
302
+ = 2.0.25 =
303
+ * Updated statistics section
304
+ * Added new total galleries value
305
+
306
+ = 2.0.24 =
307
+ * Updated statistics section
308
+ * Added new total images value
309
+
310
+ = 2.0.23 =
311
+ * Code optimization
312
+ * Changes in create post dialog
313
+
314
+ = 2.0.22 =
315
+ * Update for Polish language
316
+
317
+ = 2.0.21 =
318
+ * Update for Ukrainian and Russian language
319
+
320
+ = 2.0.20 =
321
+ * Added support of the old wordpress versions
322
+
323
+ = 2.0.19 =
324
+ * Security update v3
325
+
326
+ = 2.0.18 =
327
+ * Fixed warning in empty gallery (no images)
328
+ * Fixed red boxes in empty gallery
329
+
330
+ = 2.0.17 =
331
+ * Security update v2
332
+
333
+ = 2.0.16 =
334
+ * Security update
335
+
336
+ = 2.0.15 =
337
+ * Security update, fixed ajax security
338
+
339
+ = 2.0.14 =
340
+ * Updated configuration and code optimization
341
+
342
+ = 2.0.13 =
343
+ * Updated video guides section, key installation guide
344
+
345
+ = 2.0.12 =
346
+ * Added Alt's for gallery images
347
+
348
+ = 2.0.11 =
349
+ * Additional fixes for Swipe and Alternative JQuery conflict
350
+
351
+ = 2.0.10 =
352
+ * Updated Swipe function
353
+ * Fixed iOS scrolling problem
354
+
355
+ = 2.0.9 =
356
+ * Updated Polish language file
357
+
358
+ = 2.0.8 =
359
+ * Updated gallery menu alignment options
360
+ * Added center alignment option
361
+
362
+ = 2.0.7 =
363
+ * Updated gallery menu alignment options
364
+ * Added left/right alignment option
365
+
366
+ = 2.0.6 =
367
+ * Optimization of the HTML and JS code
368
+
369
+ = 2.0.5 =
370
+ * Updated Ukrainian language file
371
+
372
+ = 2.0.4 =
373
+ * Updated gallery lightbox functionality
374
+ * Added button for download image source
375
+
376
+ = 2.0.3 =
377
+ * Updated Russian language file
378
+
379
+ = 2.0.2 =
380
+ * Updated gallery lightbox functionality
381
+ * Added new mobile theme of lightbox
382
+
383
+ = 2.0.1 =
384
+ * Updated English language file
385
+
386
+ = 2.0.0 =
387
+ * Added new algorithm of mobile devices Swipe support
388
+ * Implemented Android devices swipe support
389
+ * Implemented iOS devices swipe support
390
+
391
+ = 1.9.16 =
392
+ * Updated structure of the core files
393
+ * Preparation for update to version 2
394
+
395
+ = 1.9.15 =
396
+ * Updated video guide section
397
+ * Added new Drag and Drop Categories manager video guide
398
+
399
+ = 1.9.14 =
400
+ * Fixed problem in clone gallery functionality
401
+ * Fixed problem with Self label option
402
+ * Fixed problem with Self images option
403
+
404
+ = 1.9.13 =
405
+ * Fixed PHP warning in images manager
406
+
407
+ = 1.9.12 =
408
+ * Update Russian language main file
409
+
410
+ = 1.9.11 =
411
+ * Update English language main file
412
+
413
+ = 1.9.10 =
414
+ * Code optimization and small code fixes
415
+
416
+ = 1.9.9 =
417
+ * Updated categories manager
418
+ * Fixed conflict of removing parent category item
419
+
420
+ = 1.9.8 =
421
+ * Added views block in statistics section
422
+
423
+ = 1.9.7 =
424
+ * Fixed conflict with Flash
425
+
426
+ = 1.9.6 =
427
+ * Updated general gallery settings
428
+ * Added option for switch between old style or drag and drop style categories manager
429
+
430
+ = 1.9.5 =
431
+ * Added new clean statistics confirmation dialog
432
+
433
+ = 1.9.4 =
434
+ * Fixed wordpress themes conflict
435
+ * Fixed gallery menu conflict with wordpress themes
436
+
437
+ = 1.9.3 =
438
+ * Fixed wordpress theme conflict related with empty spacing replace by P tag
439
+
440
+ = 1.9.2 =
441
+ * Fixed problem related with old PHP version
442
+
443
+ = 1.9.1 =
444
+ * Fixed problem in gallery backend section in MacOS and Unix systems
445
+ * Fixed problem with Statistics section on MacOS
446
+ * Fixed problem with Backup section on MacOS
447
+ * Fixed problem with Categories management section on MacOS
448
+
449
+ = 1.9.0 =
450
+ * Updated gallery categories management section
451
+ * Added drag and drop categories manager
452
+
453
+ = 1.8.9 =
454
+ * Added new gallery reset views option in gallery edit mode, in statistics block
455
+
456
+ = 1.8.8 =
457
+ * Added new gallery views field in gallery listing section
458
+
459
+ = 1.8.7 =
460
+ * Added new statistics value in gallery
461
+ * New gallery view value
462
+
463
+ = 1.8.6 =
464
+ * Fixed bug of the backend blocks status save
465
+ * Added new engine for collection gallery views statistics
466
+
467
+ = 1.8.5 =
468
+ * Updated statistics gallery section
469
+ * New trash gallery value
470
+
471
+ = 1.8.4 =
472
+ * Added new statistics section in gallery
473
+ * Gallery drafts amount value
474
+
475
+ = 1.8.3 =
476
+ * Added new statistics section in gallery
477
+ * Published galleries amount value
478
+
479
+ = 1.8.2 =
480
+ * Updated backup section functionality
481
+ * Maximum POST size information section
482
+
483
+ = 1.8.1 =
484
+ * Updated backup section functionality
485
+ * Updated full back up data processing
486
+ * Added new statistic block about upload limit on server settings
487
+
488
+ = 1.8.0 =
489
+ * Updated backup section functionality
490
+ * Added full backup with images mode
491
+ * Backup create archive with settings and all gallery images inside
492
+
493
+ = 1.7.13 =
494
+ * Updated backup section functionality
495
+ * Added new full backup section
496
+
497
+ = 1.7.12 =
498
+ * Updated backup section interface
499
+ * Added doubled images statistics block
500
+
501
+ = 1.7.11 =
502
+ * Fixed conflict with plugin Page Builder developed by SiteOrigin
503
+ * Fixed problem with Editor Plugin
504
+
505
+ = 1.7.10 =
506
+ * Updated backup section interface
507
+ * Added new check for duplicated images for import
508
+ * Added new check for duplicated galleries for import
509
+ * Added option for skip or add duplicated elements
510
+
511
+ = 1.7.9 =
512
+ * Updated backup section interface
513
+ * Added new tabbed section for export / import galleries settings
514
+
515
+ = 1.7.8 =
516
+ * Updated backup section functionality
517
+ * Added new custom backup filename field
518
+
519
+ = 1.7.7 =
520
+ * Updated backup section functionality
521
+ * Added new export file name with current date generated
522
+
523
+ = 1.7.6 =
524
+ * Updated backup section functionality
525
+ * Added new import data statistics with notification of doubled posts and images
526
+
527
+ = 1.7.5 =
528
+ * Updated backup section functionality
529
+ * Added statistics of the imported galleries
530
+ * Added statistics of the imported images
531
+
532
+ = 1.7.4 =
533
+ * Updated code structure of the backup module
534
+ * Fixed backup import security issues
535
+ * Fixed backup export security issues
536
+ * Optimized import/export code algorithm
537
+
538
+ = 1.7.3 =
539
+ * Backend interface of the backup functionality updates
540
+ * Added new backup management button on gallery listing section
541
+
542
+ = 1.7.2 =
543
+ * Added new content to video guides section
544
+ * Added link to images upload video guide
545
+
546
+ = 1.7.1 =
547
+ * Fixed error in backup module
548
+
549
+ = 1.7.0 =
550
+ * Added new gallery backup functionality
551
+ * Implemented galleries export mode
552
+ * Implemented galleries import mode
553
+
554
+ = 1.6.9 =
555
+ * Added new content to video guides section
556
+ * Added link to gallery shortcode tools video guide
557
+
558
+ = 1.6.8 =
559
+ * Added new content to video guides section
560
+ * Added link to gallery posts management video guide
561
+
562
+ = 1.6.7 =
563
+ * Added new content to video guides section
564
+ * Added link to categories management gallery video guide
565
+
566
+ = 1.6.6 =
567
+ * Added new content to video guides section
568
+ * Added link to Polaroid style gallery video guide
569
+
570
+ = 1.6.5 =
571
+ * Updated language translation files
572
+ * Added new translation elements into Russian and Ukrainian languages
573
+
574
+ = 1.6.4 =
575
+ * Updated structure of the back end content management
576
+ * Added new configuration features to the guides section
577
+
578
+ = 1.6.3 =
579
+ * Added gallery password protection support on the front end
580
+ * Changed configuration of the gallery
581
+
582
+ = 1.6.2 =
583
+ * Updated notification section configuration
584
+ * Added new content into video user guide section
585
+ * Optimization of the back end code
586
+
587
+ = 1.6.1 =
588
+ * Added new video guides to the admin backend
589
+ * Added link into guides library to: grid gallery layout video guide
590
+
591
+ = 1.6.0 =
592
+ * Added new translation to Portuguese
593
+
594
+ = 1.5.10 =
595
+ * New configuration option for post generator management
596
+ * New Show/Hide post text field in plugin settings
597
+
598
+ = 1.5.9 =
599
+ * New options for post generator
600
+ * Text filed for post generator wizard
601
+ * Ability to customize text of new post with gallery tag inside it
602
+
603
+ = 1.5.8 =
604
+ * New options for post generator
605
+ * Status option in generated posts list
606
+
607
+ = 1.5.7 =
608
+ * New options for post generator
609
+ * Preview option in generated posts list
610
+
611
+ = 1.5.6 =
612
+ * New options for post generator
613
+ * Edit option in generated posts list
614
+
615
+ = 1.5.5 =
616
+ * New options for post generator
617
+ * Added new section with the list of the posts for current gallery
618
+ * Edit mode for post list in generator section
619
+
620
+ = 1.5.4 =
621
+ * New option for post generator
622
+ * Added edit post button in post dialog wizard
623
+
624
+ = 1.5.3 =
625
+ * New option for post generator
626
+ * Added preview button in post dialog wizard
627
+
628
+ = 1.5.2 =
629
+ * New option for post generator
630
+ * Possible define custom slug for new gallery post
631
+
632
+ = 1.5.1 =
633
+ * New option for post generator
634
+ * Possible define custom title for new gallery post
635
+
636
+ = 1.5.0 =
637
+ * New gallery admin tools implemented
638
+ * New post with gallery generator implemented
639
+ * New wizard for target category for gallery post selection
640
+ * Auto short tag generator in new created post
641
+
642
+ = 1.4.7 =
643
+ * Code optimization
644
+ * Update of the API structure
645
+ * Implemented new backend API structures
646
+ * Backend code structure prepared to new interface elements
647
+ * Small code fixes
648
+
649
+ = 1.4.6 =
650
+ * Added new text additional options
651
+ * Implemented After Text option with HTML support
652
+
653
+ = 1.4.5 =
654
+ * Added new text additional options
655
+ * Implemented PreText option with HTML support
656
+
657
+ = 1.4.4 =
658
+ * Updated image description processing code
659
+ * Fixed HTML support in images description
660
+ * Added more flexible HTML tags support in description
661
+
662
+
663
+ = 1.4.3 =
664
+ * Added new padding gallery options
665
+ * Added left gallery padding value
666
+ * Added top gallery padding value
667
+ * Added right gallery padding value
668
+ * Added bottom gallery padding value
669
+
670
+ = 1.4.2 =
671
+ * Added new values for gallery align in content option
672
+ * Added left side alignment
673
+ * Added right side alignment
674
+
675
+ = 1.4.1 =
676
+ * Added new gallery align in content option
677
+ * Added gallery center alignment
678
+ * Updated gallery output workflow
679
+
680
+ = 1.4.0 =
681
+ * Added new gallery width option
682
+ * Gallery width values in pixels
683
+ * Gallery width values in percents
684
+ * Small code fixes and optimization
685
+
686
+
687
+ = 1.3.9 =
688
+ * Fixed self show images options
689
+ * Enabled to show self images by default after gallery update
690
+ * Updated configuration options
691
+
692
+ = 1.3.8 =
693
+ * Updated navigation functionality
694
+ * Added new show/hide self images function
695
+
696
+ = 1.3.7 =
697
+ * Updated lightbox functionality
698
+ * Implemented new show/hide navigation arrows option
699
+ * Fixed minor notifications
700
+ * Code optimization
701
+
702
+ = 1.3.6 =
703
+ * Added lightbox functionality
704
+ * Created new show/hide close button option
705
+ * Fixed few conflicts in gallery backend
706
+ * Updated implementation of some navigation interface elements
707
+ * Improved media manager implementation to avoid conflicts
708
+
709
+ = 1.3.5 =
710
+ * Updated lightbox functionality
711
+ * Implemented new show/hide images counter option
712
+
713
+ = 1.3.4 =
714
+ * New thumbnails click mode
715
+ * Added new feature for enable/disable click with disabled buttons
716
+ * Switch between lightbox and link mode with disabled buttons
717
+
718
+ = 1.3.3 =
719
+ * Added new lightbox options
720
+ * Possibility to select caption, title or description below image in lightbox
721
+
722
+ = 1.3.2 =
723
+ * Line height option for description, link and zoom button
724
+
725
+ = 1.3.1 =
726
+ * Updated categories workflow
727
+ * Empty gallery support
728
+ * More complicated categories structure support
729
+
730
+
731
+ = 1.3.0 =
732
+ * Implemented smart links processing
733
+ * Auto detection links with turned off link navigation button
734
+ * Auto detection video link with turned off video navigation button
735
+ * New linking processing mode
736
+ * New video processing mode
737
+
738
+ = 1.2.5 =
739
+ * Added German language
740
+ * Added Czech language
741
+
742
+ = 1.2.4 =
743
+ * Added Dutch language
744
+
745
+ = 1.2.3 =
746
+ * Updated lightbox background color settings
747
+ * Updated lightbox navigation elements code structure to avoid conflicts
748
+ * Updeded language files
749
+
750
+
751
+ = 1.2.2 =
752
+ * Added new feature to avoid not included JS/CSS files because of incorrect coding in Wordpress theme
753
+ * Added option to switch between JQuery usage modes
754
+ * Updated social sharing workflow in lightbox
755
+ * Added function to enable deep linking in facebook
756
+ * Added function to enable deep linking in twitter
757
+ * Added function to enable deep linking in pinterest
758
+ * Added function to enable deep linking in google+
759
+
760
+ = 1.2.1 =
761
+ * Fixed PHP Notices
762
+
763
+ = 1.2.0 =
764
+ * Updated interface elements in back end
765
+ * Wordpress 4.3 support
766
+ * Implemented additional interface optimization options
767
+ * New backend style interface modes
768
+ * Added new compatibility settings to avoid jQuery conflicts
769
+
770
+ = 1.1.5 =
771
+ * Updated admin interface settings modes
772
+ * Code optimization
773
+ * Small bugs fixing
774
+
775
+ = 1.1.4 =
776
+ * Added hide image title in lightbox option
777
+ * Сode optimization
778
+
779
+ = 1.1.3 =
780
+ * Added new compatibility settings for backend interface element to avoid conflicts
781
+
782
+ = 1.1.2 =
783
+ * Added new compatibility settings to avoid jQuery conflicts
784
+
785
+ = 1.1.1 =
786
+ * Java script code optimization
787
+ * Minor bugs fixed
788
+
789
+ = 1.1.0 =
790
+ * Added new clone gallery settings function
791
+ * Fast inheriting of the gallery settings from another gallery
792
+ * Define gallery settings in one place and create as much galleries with the same interface as you need. Just create new gallery, upload images and inherit settings from another created gallery. Very useful tools for websites with a lot of galleries
793
+ * Life and time saver for webmasters
794
+
795
+ = 1.0.6 =
796
+ * Code optimization and structure update
797
+ * Minor bugs fixed
798
+
799
+ = 1.0.5 =
800
+ * Updated compatibility functionality
801
+ * Minor bugs fixed
802
+
803
+ = 1.0.4 =
804
+ * Changed default settings of the gallery
805
+ * Default gallery settings the same as Movie Gallery demo
806
+
807
+ = 1.0.3 =
808
+ * Added compatibility with editor plugins
809
+ * More stable workflow with Wordpress editors
810
+ * Added support of the old versions of the PHP (which didn't support anonymous functions)
811
+ * Updated default settings set
812
+ * Updated algorithm of the files paths processing
813
+
814
+ = 1.0.2 =
815
+ * By request of our gallery users we add new features:
816
+ * Added new lightbox settings block
817
+ * Added ability to edit background color of the lightbox
818
+ * Added ability to change transparency of the background in lightbox
819
+ * Added color and transparency settings for lightbox text
820
+ * Added function for enable/disable social buttons in lightbox
821
+
822
+ = 1.0.1 =
823
+ * Updates of admin backend functionality
824
+ * Fixed categories error
825
+ * Fixed images sorting
826
+ * Fixed thumbnails layout functionality
827
+
828
+ = 1.0 =
829
+ * First release
830
+
831
+ == Upgrade Notice ==
832
+
833
+ = 2.3.3 =
834
+ Fixes of the code related with core code strucutre
835
+
836
+ = 2.3.2 =
837
+ Updated English and Russian language files
838
+
839
+ = 2.3.1 =
840
+ Updated gallery front end code
841
+ SEO configuration option for thumbnails and links code
842
+
843
+ = 2.3.0 =
844
+ Updated gallery code front end code
845
+ SEO option for enable/disable additional optimization
846
+
847
+ = 2.2.0 =
848
+ Updated multisite functionality
849
+
850
+ = 2.1.11 =
851
+ New lightbox description panel style, added new Green theme
852
+
853
+ = 2.1.10 =
854
+ New lightbox description panel style, added new Blue theme
855
+
856
+ = 2.1.9 =
857
+ New lightbox description panel style, added new Red theme
858
+
859
+ = 2.1.8 =
860
+ Optimization of the admin lightbox settings
861
+
862
+ = 2.1.7 =
863
+ Added images alt elements
864
+
865
+ = 2.1.6 =
866
+ Updated background styles of the lightbox description panel settings
867
+
868
+ = 2.1.5 =
869
+ Added dark and light styles for lightbox description panel
870
+
871
+ = 2.1.4 =
872
+ Added background to lightbox description panel
873
+
874
+ = 2.1.3 =
875
+ Added description panel source option
876
+
877
+ = 2.1.2 =
878
+ Updated description panel style
879
+
880
+ = 2.1.1 =
881
+ Added description panel in alternative JQuery mode
882
+
883
+ = 2.1.0 =
884
+ Lightbox update
885
+ New description panel implemented
886
+ Added new option show/hide description panel
887
+
888
+ = 2.0.41 =
889
+ Code modification related with position of description panel in lightbox
890
+
891
+ = 2.0.40 =
892
+ Updated debug, added format html debug
893
+
894
+ = 2.0.39 =
895
+ Update Polish language
896
+
897
+ = 2.0.38 =
898
+ Update Russian language
899
+
900
+ = 2.0.37 =
901
+ Added debug styles
902
+
903
+ = 2.0.36 =
904
+ JS config output into debug console
905
+
906
+ = 2.0.35 =
907
+ Debug section, data output in the case of excluded jQuery and alt jQuery
908
+
909
+ = 2.0.34 =
910
+ Debug section, publishing information about alternative jQuery
911
+
912
+ = 2.0.33 =
913
+ Debug section, added jQuery access check
914
+
915
+ = 2.0.32 =
916
+ Added into debug section information output into console
917
+
918
+ = 2.0.31 =
919
+ Updated debug functionality
920
+
921
+ = 2.0.30 =
922
+ Added additional debug option, js files
923
+
924
+ = 2.0.29 =
925
+ Added new debug options
926
+
927
+ = 2.0.28 =
928
+ Fixed notice messages in the case of damaged meta data of images
929
+
930
+ = 2.0.27 =
931
+ Fixed notice messages in the case of damaged images
932
+
933
+ = 2.0.26 =
934
+ Changed method in code, improve security
935
+
936
+ = 2.0.25 =
937
+ Updated statistics section, added new total galleries value
938
+
939
+ = 2.0.24 =
940
+ Updated statistics section, added new total images value
941
+
942
+ = 2.0.23 =
943
+ Code optimization, changes in create post dialog
944
+
945
+ = 2.0.22 =
946
+ Update for Polish language
947
+
948
+ = 2.0.21 =
949
+ Update for Ukrainian and Russian language
950
+
951
+ = 2.0.20 =
952
+ Added support of the old wordpress versions
953
+
954
+ = 2.0.19 =
955
+ Security update v3
956
+
957
+ = 2.0.18 =
958
+ Fixed warning in empty gallery (no images), fixed red boxes in empty gallery
959
+
960
+ = 2.0.17 =
961
+ Security update v2
962
+
963
+ = 2.0.16 =
964
+ Security update
965
+
966
+ = 2.0.15 =
967
+ Security update, fixed ajax security
968
+
969
+ = 2.0.14 =
970
+ Updated configuration and code optimization
971
+
972
+ = 2.0.13 =
973
+ Updated video guides section, key installation guide
974
+
975
+ = 2.0.12 =
976
+ Added Alt's for gallery images
977
+
978
+ = 2.0.11 =
979
+ Additional fixes for Swipe and Alternative JQuery conflict
980
+
981
+ = 2.0.10 =
982
+ Updated Swipe function, fixed iOS scrolling problem
983
+
984
+ = 2.0.9 =
985
+ Updated Polish language file
986
+
987
+ = 2.0.8 =
988
+ Updated gallery menu alignment options, added center alignment option
989
+
990
+ = 2.0.7 =
991
+ Updated gallery menu alignment options, added left/right alignment option
992
+
993
+ = 2.0.6 =
994
+ Optimization of the HTML and JS code
995
+
996
+ = 2.0.5 =
997
+ Updated Ukrainian language file
998
+
999
+ = 2.0.4 =
1000
+ Updated gallery lightbox functionality, added button for download image source
1001
+
1002
+ = 2.0.3 =
1003
+ Updated Russian language file
1004
+
1005
+ = 2.0.2 =
1006
+ Updated gallery lightbox functionality, added new mobile theme of lightbox
1007
+
1008
+ = 2.0.1 =
1009
+ Updated English language file
1010
+
1011
+ = 2.0.0 =
1012
+ Added new algorithm of mobile devices Swipe support, implemented Android and iOS devices swipe support
1013
+
1014
+ = 1.9.16 =
1015
+ Updated structure of the core files, preparation for update to version 2
1016
+
1017
+ = 1.9.15 =
1018
+ Updated video guide section, added new Drag and Drop Categories manager video guide
1019
+
1020
+ = 1.9.14 =
1021
+ Fixed problem in clone gallery functionality, fixed problem with Self label and images option
1022
+
1023
+ = 1.9.13 =
1024
+ Fixed PHP warning in images manager
1025
+
1026
+ = 1.9.12 =
1027
+ Update Russian language main file
1028
+
1029
+ = 1.9.11 =
1030
+ Update English language main file
1031
+
1032
+ = 1.9.10 =
1033
+ Code optimization and small code fixes
1034
+
1035
+ = 1.9.9 =
1036
+ Updated categories manager
1037
+ Fixed conflict of removing parent category item
1038
+
1039
+ = 1.9.8 =
1040
+ Added views block in statistics section
1041
+
1042
+ = 1.9.7 =
1043
+ Fixed conflict with Flash
1044
+
1045
+ = 1.9.6 =
1046
+ Added option for switch between old style or drag and drop style categories manager
1047
+
1048
+ = 1.9.5 =
1049
+ Added new clean statistics confirmation dialog
1050
+
1051
+ = 1.9.4 =
1052
+ Fixed wordpress themes conflict, fixed gallery menu conflict with wordpress themes
1053
+
1054
+ = 1.9.3 =
1055
+ Fixed wordpress theme conflict related with empty spacing replace by P tag
1056
+
1057
+ = 1.9.2 =
1058
+ Fixed problem related with old PHP version
1059
+
1060
+ = 1.9.1 =
1061
+ Fixed problem in gallery backend Categories, Statistics and Backup sections in MacOS and Unix systems
1062
+
1063
+ = 1.9.0 =
1064
+ Updated gallery categories management section, added drag and drop categories manager
1065
+
1066
+ = 1.8.9 =
1067
+ Added new gallery reset views option in gallery edit mode, in statistics block
1068
+
1069
+ = 1.8.8 =
1070
+ Added new gallery views field in gallery listing section
1071
+
1072
+ = 1.8.7 =
1073
+ Added new statistics value in gallery, new gallery view value
1074
+
1075
+ = 1.8.6 =
1076
+ Fixed bug of the backend blocks status save, added new engine for collection gallery views statistics
1077
+
1078
+ = 1.8.5 =
1079
+ Updated statistics gallery section, new trash gallery value
1080
+
1081
+ = 1.8.4 =
1082
+ Added new statistics section in gallery, gallery drafts amount value
1083
+
1084
+ = 1.8.3 =
1085
+ Added new statistics section in gallery, published galleries amount value
1086
+
1087
+ = 1.8.2 =
1088
+ Updated backup section functionality, maximum POST size information section
1089
+
1090
+ = 1.8.1 =
1091
+ Updated full back up data processing, Added new statistic block about upload limit on server settings
1092
+
1093
+ = 1.8.0 =
1094
+ Added full backup with images mode, backup create archive with settings and all gallery images inside
1095
+
1096
+ = 1.7.13 =
1097
+ Updated backup section functionality, added new full backup section
1098
+
1099
+ = 1.7.12 =
1100
+ Updated backup section interface, added doubled images statistics block
1101
+
1102
+ = 1.7.11 =
1103
+ Fixed conflict with plugin Page Builder developed by SiteOrigin, fixed problem with Editor Plugin
1104
+
1105
+ = 1.7.10 =
1106
+ Updated backup section interface, added option for skip or add duplicated elements
1107
+
1108
+ = 1.7.9 =
1109
+ Updated backup section interface, added new tabbed section for export / import galleries settings
1110
+
1111
+ = 1.7.8 =
1112
+ Updated backup section functionality, added new custom backup filename field
1113
+
1114
+ = 1.7.7 =
1115
+ Updated backup section functionality, added new export file name with current date generated
1116
+
1117
+ = 1.7.6 =
1118
+ Updated backup section functionality, added new import notification of doubled posts and images
1119
+
1120
+ = 1.7.5 =
1121
+ Updated backup section functionality, added statistics of the imported galleries and images
1122
+
1123
+ = 1.7.4 =
1124
+ Updated code structure of the backup module, fixed backup import/export security issues, optimized code algorithm
1125
+
1126
+ = 1.7.3 =
1127
+ Backend interface of the backup functionality updates, added new backup management button on gallery listing section
1128
+
1129
+ = 1.7.2 =
1130
+ Added new content to video guides section, added link to images upload video guide
1131
+
1132
+ = 1.7.1 =
1133
+ Fixed error in backup module
1134
+
1135
+ = 1.7.0 =
1136
+ Added new gallery backup functionality, Implemented galleries export/import mode
1137
+
1138
+ = 1.6.9 =
1139
+ Added new content to video guides section, added link to gallery shortcode tools video guide
1140
+
1141
+ = 1.6.8 =
1142
+ Added new content to video guides section, added link to gallery posts management video guide
1143
+
1144
+ = 1.6.7 =
1145
+ Added new content to video guides section, added link to categories management gallery guide
1146
+
1147
+ = 1.6.6 =
1148
+ Added new content to video guides section, added link to Polaroid style gallery video guide
1149
+
1150
+ = 1.6.5 =
1151
+ Updated language translation files, added new translation elements into Russian and Ukrainian languages
1152
+
1153
+ = 1.6.4 =
1154
+ Updated structure of the back end content management, Added new configuration features to the guides
1155
+
1156
+ = 1.6.3 =
1157
+ Added gallery password protection support on the front end, changed configuration of the gallery
1158
+
1159
+ = 1.6.2 =
1160
+ Updated notification section configuration, added new content into video user guide section
1161
+
1162
+ = 1.6.1 =
1163
+ Added video guides to the admin backend, added link into guides library to: grid gallery layout guide
1164
+
1165
+ = 1.6.0 =
1166
+ Added new translation to Portuguese
1167
+
1168
+ = 1.5.10 =
1169
+ New configuration option for post generator management, Show/Hide post text field in plugin settings
1170
+
1171
+ = 1.5.9 =
1172
+ Text filed for post generator wizard, ability to customize text of new post with gallery tag inside it
1173
+
1174
+ = 1.5.8 =
1175
+ New options for post generator, status option in generated posts list
1176
+
1177
+ = 1.5.7 =
1178
+ New options for post generator, preview option in generated posts list
1179
+
1180
+ = 1.5.6 =
1181
+ New options for post generator, edit option in generated posts list
1182
+
1183
+ = 1.5.5 =
1184
+ Added new section with the list of the posts for current gallery, edit mode for post list in generator section
1185
+
1186
+ = 1.5.4 =
1187
+ New option for post generator, added edit post button in post dialog wizard
1188
+
1189
+ = 1.5.3 =
1190
+ New option for post generator, added preview button in post dialog wizard
1191
+
1192
+ = 1.5.2 =
1193
+ New option for post generator, possible define custom slug for new gallery post
1194
+
1195
+ = 1.5.1 =
1196
+ New option for post generator, possible define custom title for new gallery post
1197
+
1198
+ = 1.5.0 =
1199
+ New wizard for auto post generation with shortcode inside it, new gallery admin tools implemented
1200
+
1201
+ = 1.4.7 =
1202
+ Implemented new backend API structures, prepared new interface elements
1203
+
1204
+ = 1.4.6 =
1205
+ Added new text additional options, implemented After Text option with HTML support
1206
+
1207
+ = 1.4.5 =
1208
+ Added new text additional options, implemented PreText option with HTML support
1209
+
1210
+ = 1.4.4 =
1211
+ Added more flexible HTML tags support in description, fixed HTML processing in images description field
1212
+
1213
+ = 1.4.3 =
1214
+ Added new padding gallery options. Added left, top, right and bottom gallery padding value
1215
+
1216
+ = 1.4.2 =
1217
+ Added new left and right values for gallery align in content option
1218
+
1219
+ = 1.4.1 =
1220
+ Added new gallery align in content option, added gallery center alignment, updated output workflow
1221
+
1222
+ = 1.4.0 =
1223
+ Added new gallery width option, gallery width values in pixels and percents
1224
+
1225
+ = 1.3.9 =
1226
+ Fixed self show images options, enabled to show self images by default after gallery update
1227
+
1228
+ = 1.3.8 =
1229
+ Updated navigation functionality, added new show/hide self images function
1230
+
1231
+ = 1.3.7 =
1232
+ Updated lightbox functionality, new show/hide navigation arrows option, fixed minor notifications
1233
+
1234
+ = 1.3.6 =
1235
+ Updated lightbox functionality, implemented show/hide close button option, fixed backend conflicts
1236
+
1237
+ = 1.3.5 =
1238
+ Updated lightbox functionality, implemented new show/hide images counter option
1239
+
1240
+ = 1.3.4 =
1241
+ Switch between lightbox and link mode with disabled buttons
1242
+
1243
+ = 1.3.3 =
1244
+ New lightbox options, possibility to select caption, title or description below image in lightbox
1245
+
1246
+ = 1.3.2 =
1247
+ Line height option for description, link and zoom button
1248
+
1249
+ = 1.3.1 =
1250
+ Updated categories workflow, empty gallery support, more complicated categories structure support
1251
+
1252
+ = 1.3.0 =
1253
+ Implemented smart links processing, auto detection links and videos with turned off navigation button
1254
+
1255
+ = 1.2.5 =
1256
+ Added German and Czech language
1257
+
1258
+ = 1.2.4 =
1259
+ Added Dutch language
1260
+
1261
+ = 1.2.3 =
1262
+ Updated lightbox background, navigation elements code and language files
1263
+
1264
+ = 1.2.2 =
1265
+ Added social deep linking option, new feature to fix problems with JS/CSS including caused by theme
1266
+
1267
+ = 1.2.1 =
1268
+ Fixed PHP Notices
1269
+
1270
+ = 1.2.0 =
1271
+ Updated interface elements in back end, Wordpress 4.3 support, interface optimization options
1272
+
1273
+ = 1.1.5 =
1274
+ Updated admin interface settings modes, code optimization
1275
+
1276
+ = 1.1.4 =
1277
+ Added hide image title in lightbox option
1278
+
1279
+ = 1.1.3 =
1280
+ Added new compatibility settings for backend interface element to avoid conflicts
1281
+
1282
+ = 1.1.2 =
1283
+ Added new compatibility settings to avoid jQuery conflicts
1284
+
1285
+ = 1.1.1 =
1286
+ Java script code optimization, minor bugs fixed
1287
+
1288
+ = 1.1.0 =
1289
+ Added new clone gallery settings. Advanced tool to save a lot of time for webmaster
1290
+
1291
+ = 1.0.6 =
1292
+ Code optimization and structure update, minor bugs fixed
1293
+
1294
+ = 1.0.5 =
1295
+ Updated compatibility functionality, minor bugs fixed
1296
+
1297
+ = 1.0.4 =
1298
+ By request of our customers: Default gallery settings the same as Movie Gallery demo
1299
+
1300
+ = 1.0.3 =
1301
+ By request of our customers: updated plugin workflow with editors, old PHP version support, paths management
1302
+
1303
+ = 1.0.2 =
1304
+ By request of our customers: added new lightbox settings. Background color, text color, social buttons enable/disable.
1305
+
1306
+ = 1.0.1 =
1307
+ Upgraded backend functionality. Fixed categories errors, images sorting and thumbnails layout functionality
1308
+
1309
+ = 1.0 =
1310
+ This is first release of the plugin
cmb2/bootstrap.php CHANGED
@@ -8,7 +8,7 @@
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
-
12
  /**
13
  * Fires when CMB2 is included/loaded
14
  *
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
+ if ( ! defined( 'ABSPATH' ) ) exit;
12
  /**
13
  * Fires when CMB2 is included/loaded
14
  *
cmb2/includes/CMB2.php CHANGED
@@ -12,6 +12,7 @@
12
  * @property-read array $meta_box
13
  * @property-read array $updated
14
  */
 
15
  class CMB2 {
16
 
17
  /**
12
  * @property-read array $meta_box
13
  * @property-read array $updated
14
  */
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
  class CMB2 {
17
 
18
  /**
cmb2/includes/CMB2_Ajax.php CHANGED
@@ -11,6 +11,7 @@
11
  * @author WebDevStudios
12
  * @license GPL-2.0+
13
  */
 
14
  class CMB2_Ajax {
15
 
16
  // Whether to hijack the oembed cache system
11
  * @author WebDevStudios
12
  * @license GPL-2.0+
13
  */
14
+ if ( ! defined( 'ABSPATH' ) ) exit;
15
  class CMB2_Ajax {
16
 
17
  // Whether to hijack the oembed cache system
cmb2/includes/CMB2_Boxes.php CHANGED
@@ -8,6 +8,7 @@
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
 
11
  class CMB2_Boxes {
12
 
13
  /**
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
+ if ( ! defined( 'ABSPATH' ) ) exit;
12
  class CMB2_Boxes {
13
 
14
  /**
cmb2/includes/CMB2_Field.php CHANGED
@@ -15,6 +15,7 @@
15
  * @method mixed fields()
16
  * @method mixed count()
17
  */
 
18
  class CMB2_Field {
19
 
20
  /**
15
  * @method mixed fields()
16
  * @method mixed count()
17
  */
18
+ if ( ! defined( 'ABSPATH' ) ) exit;
19
  class CMB2_Field {
20
 
21
  /**
cmb2/includes/CMB2_Options.php CHANGED
@@ -15,6 +15,7 @@
15
  * @package CMB2
16
  * @author WebDevStudios
17
  */
 
18
  class CMB2_Options {
19
  /**
20
  * Array of all CMB2_Option instances
15
  * @package CMB2
16
  * @author WebDevStudios
17
  */
18
+ if ( ! defined( 'ABSPATH' ) ) exit;
19
  class CMB2_Options {
20
  /**
21
  * Array of all CMB2_Option instances
cmb2/includes/CMB2_Sanitize.php CHANGED
@@ -12,6 +12,7 @@
12
  *
13
  * @method string _id()
14
  */
 
15
  class CMB2_Sanitize {
16
 
17
  /**
12
  *
13
  * @method string _id()
14
  */
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
  class CMB2_Sanitize {
17
 
18
  /**
cmb2/includes/CMB2_Show_Filters.php CHANGED
@@ -15,6 +15,8 @@
15
  * @license GPL-2.0+
16
  * @link http://webdevstudios.com
17
  */
 
 
18
  class CMB2_Show_Filters {
19
 
20
  /**
15
  * @license GPL-2.0+
16
  * @link http://webdevstudios.com
17
  */
18
+ if ( ! defined( 'ABSPATH' ) ) exit;
19
+
20
  class CMB2_Show_Filters {
21
 
22
  /**
cmb2/includes/CMB2_Types.php CHANGED
@@ -12,6 +12,7 @@
12
  * @license GPL-2.0+
13
  * @link http://webdevstudios.com
14
  */
 
15
  class CMB2_Types {
16
 
17
  /**
12
  * @license GPL-2.0+
13
  * @link http://webdevstudios.com
14
  */
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
  class CMB2_Types {
17
 
18
  /**
cmb2/includes/CMB2_Utils.php CHANGED
@@ -10,6 +10,7 @@
10
  * @license GPL-2.0+
11
  * @link http://webdevstudios.com
12
  */
 
13
  class CMB2_Utils {
14
 
15
  /**
10
  * @license GPL-2.0+
11
  * @link http://webdevstudios.com
12
  */
13
+ if ( ! defined( 'ABSPATH' ) ) exit;
14
  class CMB2_Utils {
15
 
16
  /**
cmb2/includes/CMB2_hookup.php CHANGED
@@ -11,6 +11,7 @@
11
  * @license GPL-2.0+
12
  * @link http://webdevstudios.com
13
  */
 
14
  class CMB2_hookup {
15
 
16
  /**
11
  * @license GPL-2.0+
12
  * @link http://webdevstudios.com
13
  */
14
+ if ( ! defined( 'ABSPATH' ) ) exit;
15
  class CMB2_hookup {
16
 
17
  /**
cmb2/includes/helper-functions.php CHANGED
@@ -15,8 +15,12 @@
15
  * @param string $path Path to append
16
  * @return string Directory with optional path appended
17
  */
18
- function cmb2_dir( $path = '' ) {
19
- return CMB2_DIR . $path;
 
 
 
 
20
  }
21
 
22
  /**
15
  * @param string $path Path to append
16
  * @return string Directory with optional path appended
17
  */
18
+ if ( ! defined( 'ABSPATH' ) ) exit;
19
+
20
+ if( !function_exists('cmb2_dir')){
21
+ function cmb2_dir( $path = '' ) {
22
+ return CMB2_DIR . $path;
23
+ }
24
  }
25
 
26
  /**
cmb2/init.php CHANGED
@@ -8,7 +8,7 @@
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
-
12
  if ( ! class_exists( 'CMB2_Bootstrap_206', false ) ) {
13
 
14
  /**
8
  * @license GPL-2.0+
9
  * @link http://webdevstudios.com
10
  */
11
+ if ( ! defined( 'ABSPATH' ) ) exit;
12
  if ( ! class_exists( 'CMB2_Bootstrap_206', false ) ) {
13
 
14
  /**
includes/extensions/backup/backup.class.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  class rbsGalleryExport {
16
  const ATTACHMENT_MAX_AMOUNT = 1000;
17
  const DUPLICATE_PREFIX = 'copy_';
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  class rbsGalleryExport {
18
  const ATTACHMENT_MAX_AMOUNT = 1000;
19
  const DUPLICATE_PREFIX = 'copy_';
includes/extensions/backup/backup.form.php CHANGED
@@ -11,6 +11,9 @@
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
 
 
 
14
  if ( ! defined( 'WPINC' ) ) die;
15
  if( !is_admin() ) return ;
16
 
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
+
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  if ( ! defined( 'WPINC' ) ) die;
18
  if( !is_admin() ) return ;
19
 
includes/extensions/backup/backup.init.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  if(!function_exists('robo_gallery_backup_submenu_page')){
16
  add_action('admin_menu', 'robo_gallery_backup_submenu_page');
17
  function robo_gallery_backup_submenu_page() {
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  if(!function_exists('robo_gallery_backup_submenu_page')){
18
  add_action('admin_menu', 'robo_gallery_backup_submenu_page');
19
  function robo_gallery_backup_submenu_page() {
includes/extensions/category/category.class.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  class ROBO_GALLERY_CATEGORY
16
  {
17
  /**
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  class ROBO_GALLERY_CATEGORY
18
  {
19
  /**
includes/extensions/category/category.init.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  if(!function_exists('rbs_gallery_category_init')){
16
  function rbs_gallery_category_init(){
17
  rbs_gallery_include('category.class.php', plugin_dir_path( __FILE__ ) );
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  if(!function_exists('rbs_gallery_category_init')){
18
  function rbs_gallery_category_init(){
19
  rbs_gallery_include('category.class.php', plugin_dir_path( __FILE__ ) );
includes/extensions/class.postcontroller.php CHANGED
@@ -8,10 +8,13 @@
8
  * @license Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
9
  * @license url : http://creativecommons.org/licenses/by-sa/3.0/
10
  */
 
 
 
11
  if (!isset($wp_rewrite))
12
  $wp_rewrite = new WP_Rewrite();
13
 
14
- class PostController {
15
 
16
  // Variables for Post Data
17
  public $PC_title;
8
  * @license Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
9
  * @license url : http://creativecommons.org/licenses/by-sa/3.0/
10
  */
11
+
12
+ if ( ! defined( 'ABSPATH' ) ) exit;
13
+
14
  if (!isset($wp_rewrite))
15
  $wp_rewrite = new WP_Rewrite();
16
 
17
+ class RoboGalleryPostController {
18
 
19
  // Variables for Post Data
20
  public $PC_title;
includes/extensions/rbs_create_post_ajax.php CHANGED
@@ -99,7 +99,7 @@ if(!function_exists('rbs_ajax_create_article')){
99
  die();
100
  }
101
 
102
- $Poster = new PostController;
103
 
104
  $title = $post_info->post_title;
105
  if(isset( $_POST['articletitle'] ) && $_POST['articletitle'] ) $title = wp_kses_data($_POST['articletitle']);
99
  die();
100
  }
101
 
102
+ $Poster = new RoboGalleryPostController;
103
 
104
  $title = $post_info->post_title;
105
  if(isset( $_POST['articletitle'] ) && $_POST['articletitle'] ) $title = wp_kses_data($_POST['articletitle']);
includes/extensions/stats/stats.class.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  class ROBO_GALLERY_STATS
16
  {
17
  /**
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  class ROBO_GALLERY_STATS
18
  {
19
  /**
includes/extensions/stats/stats.form.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  ?>
16
  <div class="wrap">
17
  <h1 class="rbs-stats">
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  ?>
18
  <div class="wrap">
19
  <h1 class="rbs-stats">
includes/extensions/stats/stats.init.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  if(!function_exists('rbs_gallery_stats_init')){
16
  function rbs_gallery_stats_init(){
17
  rbs_gallery_include('stats.class.php', plugin_dir_path( __FILE__ ) );
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  if(!function_exists('rbs_gallery_stats_init')){
18
  function rbs_gallery_stats_init(){
19
  rbs_gallery_include('stats.class.php', plugin_dir_path( __FILE__ ) );
includes/frontend/rbs_gallery_class.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  class roboGallery extends roboGalleryUtils{
16
 
17
  public $id = 0;
@@ -96,7 +98,7 @@ class roboGallery extends roboGalleryUtils{
96
  }
97
 
98
  function __construct($attr){
99
- $this->helper = new rbsHelper();
100
  $this->galleryId = 'rbs_gallery_'.uniqid();
101
 
102
  if( isset($attr) && isset($attr['id']) ){
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  class roboGallery extends roboGalleryUtils{
18
 
19
  public $id = 0;
98
  }
99
 
100
  function __construct($attr){
101
+ $this->helper = new roboGalleryHelper();
102
  $this->galleryId = 'rbs_gallery_'.uniqid();
103
 
104
  if( isset($attr) && isset($attr['id']) ){
includes/frontend/rbs_gallery_class_utils.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  if( ROBO_GALLERY_PRO ){
16
  include_once( ROBO_GALLERY_KEY_PATH );
17
  } else {
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  if( ROBO_GALLERY_PRO ){
18
  include_once( ROBO_GALLERY_KEY_PATH );
19
  } else {
includes/frontend/rbs_gallery_frontend.php CHANGED
@@ -12,10 +12,9 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
-
17
-
18
- function rbg_gallery_tag($content){
19
  global $post;
20
 
21
  if ( post_password_required() ) return $content;
@@ -26,7 +25,7 @@ function rbg_gallery_tag($content){
26
  }
27
  return $content.$returnCode;
28
  }
29
- add_filter( 'the_content', 'rbg_gallery_tag');
30
 
31
  function robo_gallery_shortcode( $attr ) {
32
  $retHTML = '';
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
+ function roboGalleryTag($content){
 
 
18
  global $post;
19
 
20
  if ( post_password_required() ) return $content;
25
  }
26
  return $content.$returnCode;
27
  }
28
+ add_filter( 'the_content', 'roboGalleryTag');
29
 
30
  function robo_gallery_shortcode( $attr ) {
31
  $retHTML = '';
includes/frontend/rbs_gallery_helper.php CHANGED
@@ -12,8 +12,9 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
- class rbsHelper {
17
 
18
  private $optionsArray = array();
19
 
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
+ class roboGalleryHelper {
18
 
19
  private $optionsArray = array();
20
 
includes/frontend/rbs_gallery_source.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  class roboGalleryImages{
17
  public $id = 0;
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  class roboGalleryImages{
18
  public $id = 0;
includes/options/rbs_gallery_options_button.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $button_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX . 'button_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $button_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'button_metabox',
includes/options/rbs_gallery_options_copy.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $copy_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX . 'copy_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $copy_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'copy_metabox',
includes/options/rbs_gallery_options_guides.php CHANGED
@@ -11,6 +11,8 @@
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
 
 
14
  if( class_exists('RoboGalleryConfig') ){
15
  $guide = RoboGalleryConfig::guides();
16
  if( isset($guide) && count($guide) ){
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
+ if ( ! defined( 'ABSPATH' ) ) exit;
15
+
16
  if( class_exists('RoboGalleryConfig') ){
17
  $guide = RoboGalleryConfig::guides();
18
  if( isset($guide) && count($guide) ){
includes/options/rbs_gallery_options_hover.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $hover_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX . 'hover_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $hover_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'hover_metabox',
includes/options/rbs_gallery_options_images.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $images_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX . 'images_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $images_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'images_metabox',
includes/options/rbs_gallery_options_info.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $info_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX.'info_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $info_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'info_metabox',
includes/options/rbs_gallery_options_infowide.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $infowide_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX.'infowide_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $infowide_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'infowide_metabox',
includes/options/rbs_gallery_options_lightbox.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $lightbox_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX . 'lightbox_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $lightbox_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'lightbox_metabox',
includes/options/rbs_gallery_options_loading.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $loading_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX.'loading_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $loading_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'loading_metabox',
includes/options/rbs_gallery_options_polaroid.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $polaroid_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX . 'polaroid_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $polaroid_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'polaroid_metabox',
includes/options/rbs_gallery_options_shortcode.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $shortcode_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX.'shortcode_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $shortcode_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'shortcode_metabox',
includes/options/rbs_gallery_options_size.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $size_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX . 'size_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $size_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'size_metabox',
includes/options/rbs_gallery_options_text.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $text_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX . 'text_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $text_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'text_metabox',
includes/options/rbs_gallery_options_tools.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  $tools_group = new_cmb2_box( array(
16
  'id' => ROBO_GALLERY_PREFIX.'tools_metabox',
17
  'title' => '<span class="dashicons dashicons-admin-tools"></span> '.__('Gallery Tools','rbs_gallery'),
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  $tools_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX.'tools_metabox',
19
  'title' => '<span class="dashicons dashicons-admin-tools"></span> '.__('Gallery Tools','rbs_gallery'),
includes/options/rbs_gallery_options_view.php CHANGED
@@ -12,6 +12,7 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
15
 
16
  $view_group = new_cmb2_box( array(
17
  'id' => ROBO_GALLERY_PREFIX . 'view_metabox',
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
 
17
  $view_group = new_cmb2_box( array(
18
  'id' => ROBO_GALLERY_PREFIX . 'view_metabox',
includes/rbs_class_activator.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  class RoboGalleryActivator {
16
  public static function activate() {
17
  add_option( 'RoboGalleryInstall', 'now' );
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  class RoboGalleryActivator {
18
  public static function activate() {
19
  add_option( 'RoboGalleryInstall', 'now' );
includes/rbs_class_update.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  class RoboGalleryUpdate {
16
  public $posts = array();
17
 
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  class RoboGalleryUpdate {
18
  public $posts = array();
19
 
includes/rbs_gallery_about.php CHANGED
@@ -11,6 +11,9 @@
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
 
 
 
14
  wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
15
 
16
  echo '
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
+
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
18
 
19
  echo '
includes/rbs_gallery_ajax.php CHANGED
@@ -11,7 +11,9 @@
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
- if ( ! defined( 'WPINC' ) ) die;
 
 
15
 
16
  if(!function_exists('rbs_gallery_ajax_init')){
17
  function rbs_gallery_ajax_init(){
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
+
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
 
18
  if(!function_exists('rbs_gallery_ajax_init')){
19
  function rbs_gallery_ajax_init(){
includes/rbs_gallery_button.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  function add_robo_gallery_button(){
16
  global $pagenow;
17
  if( isset( $pagenow) && $pagenow=='admin-ajax.php' ) return ;
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  function add_robo_gallery_button(){
18
  global $pagenow;
19
  if( isset( $pagenow) && $pagenow=='admin-ajax.php' ) return ;
includes/rbs_gallery_config.php CHANGED
@@ -11,8 +11,7 @@
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
-
15
-
16
 
17
  if( !class_exists('RoboGalleryConfig') ){
18
  class RoboGalleryConfig {
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
+ if ( ! defined( 'ABSPATH' ) ) exit;
 
15
 
16
  if( !class_exists('RoboGalleryConfig') ){
17
  class RoboGalleryConfig {
includes/rbs_gallery_edit.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  function rbs_gallery_group_metabox() {
16
 
17
  function rbs_gallery_set_checkbox_default_for_new_post( $default ) {
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  function rbs_gallery_group_metabox() {
18
 
19
  function rbs_gallery_set_checkbox_default_for_new_post( $default ) {
includes/rbs_gallery_init.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  define( "ROBO_GALLERY_PREFIX", 'rsg_');
16
  define( "ROBO_GALLERY_TYPE_POST", 'robo_gallery_table');
17
 
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  define( "ROBO_GALLERY_PREFIX", 'rsg_');
18
  define( "ROBO_GALLERY_TYPE_POST", 'robo_gallery_table');
19
 
includes/rbs_gallery_list.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  if(isset($_GET['showproinfo']) && $_GET['showproinfo']){
16
  if(!function_exists('rbs_gallery_showInformation')){
17
  function rbs_gallery_showInformation(){
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  if(isset($_GET['showproinfo']) && $_GET['showproinfo']){
18
  if(!function_exists('rbs_gallery_showInformation')){
19
  function rbs_gallery_showInformation(){
includes/rbs_gallery_media.php CHANGED
@@ -11,7 +11,11 @@
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
- function hide_attachment_field() {
 
 
 
 
15
  echo "<style>"
16
  .".compat-attachment-fields tr.compat-field-rsg_gallery_line,"
17
  .".compat-attachment-fields tr.compat-field-rsg_gallery_col,"
@@ -22,10 +26,10 @@ function hide_attachment_field() {
22
  .(!ROBO_GALLERY_PRO?"z-index: 1000;opacity: 0.4;pointer-events: none;":"")
23
  ."}</style>";
24
  }
25
- add_action('admin_head', 'hide_attachment_field');
26
 
27
- if( !function_exists('rbsGetMediaOptions') ){
28
- function rbsGetMediaOptions( $listSelect, $selectOption = ''){
29
  $optionsHtml = '';
30
  if(count($listSelect))
31
  foreach($listSelect as $key => $value) $optionsHtml .= '<option value="'.$key.'" '.selected($selectOption, $key, 0).'>'.$value.'</option>';
@@ -33,7 +37,7 @@ add_action('admin_head', 'hide_attachment_field');
33
  }
34
  }
35
 
36
- function be_attachment_field_credit( $form_fields, $post ) {
37
 
38
  $form_fields[ROBO_GALLERY_PREFIX.'gallery_line'] = array(
39
  'label' => '',
@@ -108,7 +112,7 @@ add_action('admin_head', 'hide_attachment_field');
108
  '' => __( 'inherit', 'cmb' ),
109
  );
110
  $selectBox = "<select name='attachments[{$post->ID}][".ROBO_GALLERY_PREFIX."gallery_effect]' id='attachments[{$post->ID}][".ROBO_GALLERY_PREFIX."gallery_effect]'>";
111
- $selectBox .= rbsGetMediaOptions( $listSelect, $value );
112
  $selectBox .= '</select>';
113
 
114
 
@@ -122,9 +126,9 @@ add_action('admin_head', 'hide_attachment_field');
122
 
123
  return $form_fields;
124
  }
125
- add_filter( 'attachment_fields_to_edit', 'be_attachment_field_credit', 10, 2 );
126
 
127
- function be_attachment_field_credit_save( $post, $attachment ) {
128
  if( isset( $attachment[ROBO_GALLERY_PREFIX.'gallery_video_link'] ) )
129
  update_post_meta( $post['ID'], ROBO_GALLERY_PREFIX.'gallery_video_link', esc_url( $attachment[ROBO_GALLERY_PREFIX.'gallery_video_link'] ) );
130
 
@@ -143,4 +147,4 @@ add_action('admin_head', 'hide_attachment_field');
143
 
144
  return $post;
145
  }
146
- add_filter( 'attachment_fields_to_save', 'be_attachment_field_credit_save', 10, 2 );
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
+
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
+
18
+ function robo_gallery_hide_fieldattachment() {
19
  echo "<style>"
20
  .".compat-attachment-fields tr.compat-field-rsg_gallery_line,"
21
  .".compat-attachment-fields tr.compat-field-rsg_gallery_col,"
26
  .(!ROBO_GALLERY_PRO?"z-index: 1000;opacity: 0.4;pointer-events: none;":"")
27
  ."}</style>";
28
  }
29
+ add_action('admin_head', 'robo_gallery_hide_fieldattachment');
30
 
31
+ if( !function_exists('roboGalleryGetMediaOptions') ){
32
+ function roboGalleryGetMediaOptions( $listSelect, $selectOption = ''){
33
  $optionsHtml = '';
34
  if(count($listSelect))
35
  foreach($listSelect as $key => $value) $optionsHtml .= '<option value="'.$key.'" '.selected($selectOption, $key, 0).'>'.$value.'</option>';
37
  }
38
  }
39
 
40
+ function robo_gallery_attachment_field_credit( $form_fields, $post ) {
41
 
42
  $form_fields[ROBO_GALLERY_PREFIX.'gallery_line'] = array(
43
  'label' => '',
112
  '' => __( 'inherit', 'cmb' ),
113
  );
114
  $selectBox = "<select name='attachments[{$post->ID}][".ROBO_GALLERY_PREFIX."gallery_effect]' id='attachments[{$post->ID}][".ROBO_GALLERY_PREFIX."gallery_effect]'>";
115
+ $selectBox .= roboGalleryGetMediaOptions( $listSelect, $value );
116
  $selectBox .= '</select>';
117
 
118
 
126
 
127
  return $form_fields;
128
  }
129
+ add_filter( 'attachment_fields_to_edit', 'robo_gallery_attachment_field_credit', 10, 2 );
130
 
131
+ function robo_gallery_attachment_field_credit_save( $post, $attachment ) {
132
  if( isset( $attachment[ROBO_GALLERY_PREFIX.'gallery_video_link'] ) )
133
  update_post_meta( $post['ID'], ROBO_GALLERY_PREFIX.'gallery_video_link', esc_url( $attachment[ROBO_GALLERY_PREFIX.'gallery_video_link'] ) );
134
 
147
 
148
  return $post;
149
  }
150
+ add_filter( 'attachment_fields_to_save', 'robo_gallery_attachment_field_credit_save', 10, 2 );
includes/rbs_gallery_menu.php CHANGED
@@ -12,6 +12,8 @@
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
 
 
15
  if(!function_exists('robo_gallery_fix_menu')){
16
  function robo_gallery_fix_menu(){
17
  if(
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  if(!function_exists('robo_gallery_fix_menu')){
18
  function robo_gallery_fix_menu(){
19
  if(
includes/rbs_gallery_settings.php CHANGED
@@ -11,6 +11,8 @@
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
 
 
14
  wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
15
  ?>
16
  <div class="wrap">
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
+ if ( ! defined( 'ABSPATH' ) ) exit;
15
+
16
  wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
17
  ?>
18
  <div class="wrap">
includes/rbs_gallery_topblock.php CHANGED
@@ -11,6 +11,9 @@
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
 
 
 
14
  if(!function_exists('rbs_gallery_topblock')){
15
  function rbs_gallery_topblock(){
16
  wp_enqueue_script( 'gallery-gallery-topblock', ROBO_GALLERY_URL.'js/admin/topblock.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
+
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  if(!function_exists('rbs_gallery_topblock')){
18
  function rbs_gallery_topblock(){
19
  wp_enqueue_script( 'gallery-gallery-topblock', ROBO_GALLERY_URL.'js/admin/topblock.js', array( 'jquery' ), ROBO_GALLERY_VERSION, true );
includes/rbs_gallery_widget.php CHANGED
@@ -11,6 +11,9 @@
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
 
 
 
14
  class rbs_widget extends WP_Widget {
15
 
16
  function __construct(){
11
  * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
  * Available only in http://robosoft.co/robogallery
13
  */
14
+
15
+ if ( ! defined( 'ABSPATH' ) ) exit;
16
+
17
  class rbs_widget extends WP_Widget {
18
 
19
  function __construct(){
readme.txt DELETED
@@ -1,1857 +0,0 @@
1
- === Gallery - Photo Gallery and Images Gallery ===
2
- Contributors: robosoft
3
- Donate link: http://www.robosoft.co/robogallery
4
- Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
- Requires at least: 3.3
6
- Tested up to: 4.5
7
- Stable tag: 2.3.2
8
- License: GPLv2 or later
9
- License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
-
11
-
12
- Gallery with flexible interface, images gallery, responsive gallery, photo gallery, mobile gallery, gallery widget, shortcode gallery, video gallery
13
-
14
- == Description ==
15
-
16
- #### [Gallery Most Easy and Powerful plugin to create attractive image section on your WordPress website.](http://robosoft.co/robogallery/#overview)
17
-
18
- #### Gallery on your website it's really attractive and very important part of your pages. If you looking for fast, easy gallery with simple and very beautiful, highly customizable design [here is it...](http://robosoft.co/robogallery/#overview) Gallery where even newbie in Wordpress will be able to create your first gallery in few minutes and at the same time Wordpress professionals get advanced tools and freedom of creativity. Just download this Gallery and you'll not look for any other gallery any more! [Fall in Love with this Gallery like we do!](http://robosoft.co/robogallery/#overview)
19
-
20
- = Install and create your first Wordpress gallery in few minutes =
21
-
22
- [youtube https://www.youtube.com/watch?v=m9XIeqMnhYI&feature=youtu.be]
23
-
24
- > #### Gallery Demos
25
- >
26
- >[Multi Categories Cars Gallery Demo](http://robosoft.co/demo/gallery/cars-gallery-demo/)
27
- >
28
- >[Grid Layout Gallery Demo with Fade hover effect](http://robosoft.co/demo/gallery/custom-layout/)
29
- >
30
- >[Multi Categories Polaroid style Movie Gallery Demo with classic layout](http://robosoft.co/demo/gallery/gallery-demo-movie/)
31
- >
32
- >[Design Sketch Gallery Demo with grid layout](http://robosoft.co/demo/gallery/gallery-design/)
33
- >
34
- >[Multi Categories Gallery Demo with custom interface colors and classic layout](http://robosoft.co/demo/gallery/push-effect-demo/)
35
- >
36
- >[Video Gallery Demo with grid layout](http://robosoft.co/demo/gallery/design-video-gallery)
37
-
38
-
39
- = Gallery Key Features =
40
-
41
- * **Fully responsive and Mobile features** - advanced mobility gallery. Gallery implemented with advanced settings for different devices screen size.
42
- * **Fade effects** - one of the gallery hover animation it's classic fade effect.
43
- * **Batch images upload** - gallery have advanced media manager which allow to upload batch of the images by one click. Just drag and drop set of the gallery images and it's upload automatically to the server.
44
- * **Auto-resizing for thumbnails and images** - gallery media manager allow you make additional customization of the gallery images, like: rotation, flip, crop, manual resize.
45
- * **Customizable 15 hover effects** - all gallery hover effects working in cooperation with gallery interface configuration options. You can easily change style and colors of the hover animation elements.
46
- * **Implemented to avoid AJAX libs conflicts** - all gallery code implemented in native Wordpress style as result our gallery don't have any conflicts and work really stable.
47
- * **Polaroid style gallery** - with our gallery you can create Polaroid style gallery just with few clicks.
48
- * **Advanced Polaroid Styles** - gallery images Polaroid styles implemented with advanced functionality. Implemented left, right and centre Gallery images titles alignment. Polaroid description panel of the gallery images background color selector. Polaroid description panel text source.
49
- * **Build in colors selector** - in gallery you can easily change color of any gallery
50
- * **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest
51
- * **Build in borders and shadows settings** - gallery borders and shadows have advanced options for configuration design and style of this gallery interface elements
52
- * **Font settings** - gallery have build in advanced text style editor options. With this options you can fully cusyomize title, caption, description of the every gallery image
53
- * **Different resolutions** - gallery have implemented advanced size control options where you can define layout or fixed size for the gallery elements on different screen resolutions
54
- * **Implemented in native Wordpress style using native classes** - gallery fully native for Wordpress implemented without any hacks and tricks
55
- * **Multi Categories** - gallery implemented with multi categories support. You can create your own galleries tree, depend of your needs
56
- * **Classic gallery layout** - layout of the gallery could have classic style or grid layout, every gallery on page could have own styles and settings
57
- * **Advanced pagination function** - pagination function of the gallery implemented in google load more style
58
- * **Work in IE, Firefox, Safari, Opera, Chrome** - gallery work properly in all latest versions of the popular browsers
59
- * **Lazy loading option** - in gallery implemented advanced lazy loading options, for the case when you have big sets of the images you can define amount of the galleries images for the first load and for the next steps of the load more option
60
- * **Advanced cache options** - in gallery implemented advanced gallery images caching options
61
- * **Overlay effects** - all gallery hover effects of the gallery thumbnails are highly customizable and have full set of options
62
- * **Backend text settings preview** - all gallery images titles, captions, descriptions are highly customizable also we have life preview of the changes in gallery backend
63
- * **Resizing crop function** - in gallery media managed you'll find great set of very useful features for example gallery images crop, and manual resizing
64
- * **Optional mobile touch support** - our gallery support mobile devices and you can customize gallery layout settings for different screen sizes
65
- * **Custom ordering of the images** - ordering for all images of the gallery could be easily changed manually in media manager or you can find order by options in general gallery settings
66
- * **Ability to insert gallery to the Wordpress post, page, widget** - every gallery could be insert in to post, page or widget with build in shortcode tag or using wizard button - shortcode generator in post or page editor
67
- * **Gallery lightbox social buttons** - in gallery settings you can turn on/off social buttons
68
- * **Gallery lightbox background color** - in gallery lightbox settings you can change color of the background with comfortable color selector
69
- * **Gallery lightbox background transparency** - in gallery lightbox settings you can change transparency of the background with comfortable color selector
70
- * **Gallery lightbox font color** - in gallery lightbox settings you can change color of the font with comfortable color selector
71
- * **Gallery lightbox font transparency** - in gallery lightbox settings you can change transparency of the font with comfortable color selector
72
- * **Clone gallery** - if you have hundreds of galleries on the website this feature is really useful for you! Clone settings of another gallery to apply it to another galleries. So you can copy styles of the source gallery to as much galleries as you need just by one click.
73
- * **Custom Thumbnails Shadows** - shadow it's very stylish element of the gallery thumbnail images on the front end. You can make your gallery looks absolutely different with different styled shadow.
74
- * **Advanced Compatibility** - in our gallery we implement advanced compatibility options to avoid conflict with libraries of another plugins and theme. You can switch between modes to find properly value for your gallery and your case.
75
- * **Advanced Social Sharing** - advanced social sharing functionality in lightbox. Implemented deep linking functionality for the gallery images social sharing services Facebook, Twitter, Pinterest, Google+
76
- * **Click Thumbnails** - advanced click functionality. You can use click on buttons or on the gallery thumbnails to enlarge gallery image or open gallery image link. With new functionality you can combine absolutely different features of the gallery clicking functionality.
77
- * **Gallery alignment** - implemented gallery alignment option. Possible to select one from implemented alignment modes: left, right, center for gallery alignment inside post or page content. Alignment could be disabled.
78
- * **Gallery Padding** - new padding options. Define custom values in pixels for padding gallery block in post or page content. Is it possible to define padding from left, right, top and bottom side.
79
- * **Backup** - new gallery backup functionality. In backup section you can easily export settings of the galleries which you already create to transfer it another wordpress installation. Another feature import settings of already backed up galleries. With this useful feature you can transfer galleries from one to another wordpress websites or restore created galleries on this wordpress in the past.
80
- * **Post generator** - new function for the automatically post creation with gallery tag inside it. Advanced gallery post manager implemented with additional functions for customization and management all your gallery posts in one place.
81
- * **Description Panel** - new gallery image description panel in lightbox, few different themes. Gallery settings make you able to change gallery panel theme styles. In gallery description panel you can define few content source. Gallery image title, gallery image caption or gallery image description.
82
- * **Swipe in Lightbox** - gallery lightbox support swipe effect on multiply mobile devices. Swipe properly work in lightbox for all gallery images. Tested for Android and IOS.
83
- * **Gallery Statistics** - every gallery have very useful and simple statistics functionality. You can easily check every gallery views. In gallery settings gallery statistic values could be reset.
84
- * **Advanced Link Button Design** - gallery front end interface have link button. This button provide linking functionality on every gallery image thumbnail.
85
- This interface gallery button have wide range of the front end interface customization options. You can easily change this gallery button color, border and icon.
86
- * **Hover Description Template** - every gallery image contain description field. In additional parameters of the gallery image hover you can define some HTML or tags or build-in tags for customization of the gallery image description.
87
- * **Gallery Backup** - in our gallery implemented multifunctional galleries backup function. With this modes you can easily transfer gallery settings and galleries images from one server to another. Gallery backup functionality have mode to make export only gallery settings or full gallery backup with gallery images and gallery settings.
88
- * **Gallery Plugin Compatibility Settings** - in gallery settings you can customize general gallery plugin settings to avoid conflicts with another plugins or wordpress theme.
89
- * **Gallery Admin Interface Modes** - in gallery settings you can customize gallery plugin interface settings to avoid conflicts with another plugins.
90
- * **Video Links** - in gallery media manager every image have separate option for video link. Gallery video links could be specified to to the youtube or vimeo.
91
- * **Images Custom Ratio** - in gallery settings you can define custom ratio for every gallery. Every gallery could have personal settings for this option.
92
- * **Thumbnails Fade Effect** - in gallery implemented Fade effect for the hover of the gallery thumbnails. With such effect gallery hover animation become more attractive and eye catching.
93
- * **Multisite Support** - in gallery implemented multisite support. You can install gallery in admin dashboard and enable plugin for all child blogs.
94
- * **Advanced Load more function** - in gallery implemented very attractive navigation mode. Auto pre loading images like endless list of the gallery images. This gallery load more function have alot of customization options to make it work the way you need.
95
- * **SEO code optimization** - in gallery implemented few front end code output modes. One simplified mode with all core front end gallery code elements another mode with additional not visible elements. This option have additional modes. This SEO output modes giv you default output mode, thumbnail, thumnails+links mode.
96
- * **Template** - in our gallery we have advanced templating engine for galler images description. Every hover text of gallery image could be edit and customized with buildin templating options.
97
- * **Drag and Drop Category Manager** - in gallery implemented advanced category manager with drag and drop functionality. Category manager with simple and intuitive interface.
98
-
99
- = Gallery Pro Key Features =
100
-
101
- * **Fully responsive and Mobile features** - advanced mobility gallery. Gallery implemented with advanced settings for different devices screen size.
102
- * **Grid layout** - in gallery implemented not only classic gallery layout, but also grid layout for the modern style gallery with different size of the gallery thumbnails.
103
- * **Fully customizable interface** - all interface elements of the gallery are customizable. You can easily change colors, size and position of every gallery interface element. Gallery thumbnails description could be customized with build in tags and HTML/CSS.
104
- * **Fade effects** - one of the gallery hover animation it's classic fade effect.
105
- * **Batch images upload** - gallery have advanced media manager which allow to upload batch of the images by one click. Just drag and drop set of the gallery images and it's upload automatically to the server.
106
- * **Auto-resizing for thumbnails and images** - gallery media manager allow you make additional customization of the gallery images, like: rotation, flip, crop, manual resize.
107
- * **Customizable 15 hover effects** - all gallery hover effects working in cooperation with gallery interface configuration options. You can easily change style and colors of the hover animation elements.
108
- * **Implemented to avoid AJAX libs conflicts** - all gallery code implemented in native Wordpress style as result our gallery don't have any conflicts and work really stable.
109
- * **Polaroid style gallery** - with our gallery you can create Polaroid style gallery just with few clicks.
110
- * **Advanced Polaroid Styles** - gallery images Polaroid styles implemented with advanced functionality. Implemented left, right and centre Gallery images titles alignment. Polaroid description panel of the gallery images background color selector. Polaroid description panel text source.
111
- * **Build in colors selector** - in gallery you can easily change color of any gallery
112
- * **Social sharing** - gallery lightbox support social sharing in twitter, facebook, google plus and pinterest
113
- * **Build in borders and shadows settings** - gallery borders and shadows have advanced options for configuration design and style of this gallery interface elements
114
- * **Support Videos** - every gallery image have option where possible to define video link for every particular gallery image
115
- * **Smart Links** - in our gallery implemented smart gallery images links and video links parsing algorithm. Implemented auto detection links with turned off link navigation buttons
116
- * **Hover layout template** - gallery hover effects have set of advanced options. For example you can customize layout of the gallery hover effect with build in tags
117
- * **Customizable Grid** - every gallery image have additional options for customization of the layout of the gallery, as result you can build fully custom gallery grid, depend of your needs. You can decide which size of the gallery matrix you need on your website
118
- * **Font settings** - gallery have build in advanced text style editor options. With this options you can fully cusyomize title, caption, description of the every gallery image
119
- * **Different resolutions** - gallery have implemented advanced size control options where you can define layout or fixed size for the gallery elements on different screen resolutions
120
- * **Implemented in native Wordpress style using native classes** - gallery fully native for Wordpress implemented without any hacks and tricks
121
- * **Multi Categories** - gallery implemented with multi categories support. You can create your own galleries tree, depend of your needs
122
- * **Classic gallery layout** - layout of the gallery could have classic style or grid layout, every gallery on page could have own styles and settings
123
- * **Advanced pagination function** - pagination function of the gallery implemented in google load more style
124
- * **Work in IE, Firefox, Safari, Opera, Chrome** - gallery work properly in all latest versions of the popular browsers
125
- * **Lazy loading option** - in gallery implemented advanced lazy loading options, for the case when you have big sets of the gallery images you can define amount of the galleries images for the first load and for the next steps of the load more option
126
- * **Advanced cache options** - in gallery implemented advanced images caching options
127
- * **Super fast grid** - all algorithms of the gallery grids tested hard so we can sure you that you getting one of the best product
128
- * **Customizable hover icons** - all icons of the gallery buttons fully customizable and every icon could be easily changed with build in icons wizard
129
- * **Overlay effects** - all hover effects of the gallery thumbnails are highly customizable and have full set of options
130
- * **Backend text settings preview** - all gallery images titles, captions, descriptions are highly customizable also we have life preview of the changes in gallery backend
131
- * **Resizing crop function** - in gallery media managed you'll find great set of very useful features for example gallery images crop, and manual resizing
132
- * **Optional mobile touch support** - our gallery support mobile devices and you can customize gallery layout settings for different screen sizes
133
- * **Custom ordering of the images** - ordering for all gallery images of the gallery could be easily changed manually in media manager or you can find order by options in general gallery settings
134
- * **Ability to insert gallery to the Wordpress post, page, widget** - every gallery could be insert in to post, page or widget with build in shortcode tag or using wizard button - shortcode generator in post or page editor
135
- * **Gallery lightbox social buttons** - in gallery settings you can turn on/off social buttons
136
- * **Gallery lightbox background color** - in gallery lightbox settings you can change color of the background with comfortable color selector
137
- * **Gallery lightbox background transparency** - in gallery lightbox settings you can change transparency of the background with comfortable color selector
138
- * **Gallery lightbox font color** - in gallery lightbox settings you can change color of the font with comfortable color selector
139
- * **Gallery lightbox font transparency** - in gallery lightbox settings you can change transparency of the font with comfortable color selector
140
- * **Clone gallery** - if you have hundreds of galleries on the website this feature is really useful for you! Clone settings of another gallery to apply it to another galleries. So you can copy styles of the source gallery to as much galleries as you need just by one click.
141
- * **Custom Thumbnails Shadows** - shadow it's very stylish element of the thumbnail images on the front end. You can make your gallery looks absolutely different with different styled shadow.
142
- * **Advanced Compatibility** - in our gallery we implement advanced compatibility options to avoid conflict with libraries of another plugins and theme. You can switch between modes to find properly value for your gallery and your case.
143
- * **Advanced Social Sharing** - advanced social sharing functionality in lightbox. Implemented deep linking functionality for the gallery images social sharing services Facebook, Twitter, Pinterest, Google+
144
- * **Click Thumbnails** - advanced click functionality. You can use click on buttons or on the gallery thumbnails to enlarge gallery image or open gallery image link. With new functionality you can combine absolutely different features of the gallery clicking functionality.
145
- * **Description Panel** - new gallery image description panel in lightbox, few different themes. Gallery settings make you able to change gallery panel theme styles. In gallery description panel you can define few content source. Gallery image title, gallery image caption or gallery image description.
146
- * **Swipe in Lightbox** - gallery lightbox support swipe effect on multiply mobile devices. Swipe properly work in lightbox for all gallery images. Tested for Android and IOS.
147
- * **Gallery Statistics** - every gallery have very useful and simple statistics functionality. You can easily check every gallery views. In gallery settings gallery statistic values could be reset.
148
- * **Advanced Link Button Design** - gallery front end interface have link button. This button provide linking functionality on every gallery image thumbnail.
149
- This interface gallery button have wide range of the front end interface customization options. You can easily change this gallery button color, border and icon.
150
- * **Hover Description Template** - every gallery image contain description field. In additional parameters of the gallery image hover you can define some HTML or tags or build-in tags for customization of the gallery image description.
151
- * **Gallery Backup** - in our gallery implemented multifunctional galleries backup function. With this modes you can easily transfer gallery settings and galleries images from one server to another. Gallery backup functionality have mode to make export only gallery settings or full gallery backup with gallery images and gallery settings.
152
- * **Gallery Plugin Compatibility Settings** - in gallery settings you can customize general gallery plugin settings to avoid conflicts with another plugins or wordpress theme.
153
- * **Gallery Admin Interface Modes** - in gallery settings you can customize gallery plugin interface settings to avoid conflicts with another plugins.
154
- * **Video Links** - in gallery media manager every image have separate option for video link. Gallery video links could be specified to to the youtube or vimeo.
155
- * **Images Custom Ratio** - in gallery settings you can define custom ratio for every gallery. Every gallery could have personal settings for this option.
156
- * **Advanced gallery columns** - in gallery implemented advanced customizable thumbnails columns management. In gallery settings you can define different amount of thumbnails columns for different screen size/resolution.
157
- * **Thumbnails Fade Effect** - in gallery implemented Fade effect for the hover of the gallery thumbnails. With such effect gallery hover animation become more attractive and eye catching.
158
- * **Multisite Support** - in gallery implemented multisite support. You can install gallery in admin dashboard and enable plugin for all child blogs.
159
- * **Advanced Load more function** - in gallery implemented very attractive navigation mode. Auto pre loading images like endless list of the gallery images. This gallery load more function have alot of customization options to make it work the way you need.
160
- * **SEO code optimization** - in gallery implemented few front end code output modes. One simplified mode with all core front end gallery code elements another mode with additional not visible elements. This option have additional modes. This SEO output modes giv you default output mode, thumbnail, thumnails+links mode.
161
- * **Template** - in our gallery we have advanced templating engine for galler images description. Every hover text of gallery image could be edit and customized with buildin templating options.
162
- * **Drag and Drop Category Manager** - in gallery implemented advanced category manager with drag and drop functionality. Category manager with simple and intuitive interface.
163
-
164
-
165
- = Gallery Advantages =
166
-
167
- * **Gallery Images and Videos** - Robo Gallery support different type of the content. You can upload to the gallery images, insert links to the video on Youtube or Vimeo.
168
- * **Gallery Borders and Shadows** - All borders and shadows of the gallery thumbnails have multiply configuration options. You can fully customize size, color, transparency of gallery interface. Shadow also have additional blur option for gallery thumbnails shadow. All options could be configured with slider control or defined values manually in edit fields of the gallery options.
169
- * **Styling Text of the Gallery** - All text on the front end gallery interface could be styled in backend. For title and description of the gallery images we have advanced settings for customization of the font. You can select font style, size and colors for the static and hovered text of the front end gallery interface elements. Use HTML tags in gallery thumbnails description.
170
- * **Gallery Icons Library** - For link and zoom gallery buttons integrated advanced icons selector with library of the hundreds icons. Every gallery button have fully customizable color settings for borders, backgrounds, icon colors of the gallery thumbnails. Different for static and hovered gallery buttons.
171
- * **Gallery Color Selectors** - For all front end gallery interface elements implemented very comfortable color selector. With color selector your can define color multiply ways. For every gallery interface element you can select transparency for the color. Colors could be defined in HEX or RGB style.
172
- * **Advanced Media Manager of the Gallery** - Upload of the images into gallery implemented with advanced drag and drop media manager. Batch upload of the gallery images by one click. Gallery media manager have wide set of the options for sorting gallery images, crope, rotate, flip, scale of the original gallery image.
173
- * **Gallery Custom Layout** - Advanced options for customization layout of the gallery. Ability to define custom size and columns amount of the gallery for different screen resolution. Ability to enable auto size option different way for every gallery screen size resolution. Every gallery image have columns option where you can customize size of the image. Every image could take different amount of columns.
174
- * **Gallery Lightbox customization** - Gallery lightbox support set of advanced functionality. You can easily enable social buttons in gallery lightbox or change galley images description font color. With color selector you can change color and transparency of the gallery lightbox background.
175
- * **Clone Gallery** - Gallery will copy all settings from selected source gallery. Very useful option for the webmasters who planning to create a lot of galleries. You don't have to configure gallery every time. Just setup styles of the gallery in one place and use the same options for another galleries on your website in another galleries. Very fast, comfortable, advanced tool to speed up your workflow!
176
- * **Gallery Compatibility** - Gallery implemented in native Wordpress style. All code implemented based on Wordpress api and base classes. Also we tried in our gallery code avoid conflicts with other plugins and libraries. If you accordantly meet with some errors, conflicts or other related problems feel free to [contact us](http://robosoft.co/clients) and we'll to sort everything in short time. Also we have implemented set of gallery options which allow you to manager your gallery general settings to avoid conflicts.
177
- * **Secure Gallery** - Gallery hard tested and followed all security requirements to avoid any security problems in our gallery.
178
- * **Gallery Posts** - in gallery implemented advanced posts manager. For every gallery possible to create multiply posts. Gallery posts manager have options for customization titles, slug, category and customizable text.
179
- * **Advanced gallery columns** - in gallery implemented advanced customizable thumbnails columns management. In gallery settings you can define different amount of thumbnails columns for different screen size/resolution.
180
- * **Advanced gallery menu settings** - in gallery implemented advanced customizable options for navigation menu. Gallery have advanced structure with ability to customize styles of the gallery menus.
181
- * **Thumbnails size** - in gallery implemented customizable options for thumbnails size definition and complex interface building. Gallery options have source size options where you can easily switch between size of the gallery thumbnails.
182
- * **SEO optimized code** - in gallery implemented few front end code output modes. One simplified mode with all core front end gallery code elements another mode with additional not visible elements.
183
- * **Multi site** - in gallery implemented multisite support. You can install gallery in admin dashboard and enable plugin for all child blogs.
184
-
185
-
186
- > #### Useful Gallery Links
187
- >
188
- >[Multi Categories Cars Gallery Demo](http://robosoft.co/demo/gallery/cars-gallery-demo/)
189
- >
190
- >[Grid Layout Gallery Demo with Fade hover effect](http://robosoft.co/demo/gallery/custom-layout/)
191
- >
192
- >[Multi Categories Polaroid style Movie Gallery Demo with classic layout](http://robosoft.co/demo/gallery/gallery-demo-movie/)
193
- >
194
- >[Design Sketch Gallery Demo with grid layout](http://robosoft.co/demo/gallery/gallery-design/)
195
- >
196
- >[Multi Categories Gallery Demo with custom interface colors and classic layout](http://robosoft.co/demo/gallery/push-effect-demo/)
197
- >
198
- >[Video Gallery Demo with grid layout](http://robosoft.co/demo/gallery/design-video-gallery)
199
- >
200
- >[Technical Support for Robo Gallery](http://robosoft.co/robogallery)
201
- >
202
- >[Find More Details about Robo Gallery](http://robosoft.co/robogallery)
203
-
204
- = Gallery Translation =
205
-
206
- Get a free copy of the Robo Gallery Pro version as bonus for translating our plugin!
207
- **List of the languages we translate Robo Gallery so far:**
208
-
209
- * **English** - default
210
- * **German**
211
- * **Czech**
212
- * **Dutch**
213
- * **Portuguese**
214
- * **Polish** (in progress...)
215
- * **Ukrainian**
216
- * **Russian**
217
-
218
- If you can help us with translation to some other language please contact us! We're really appreciate it!
219
-
220
- = Gallery Most Frequent Users Questions =
221
-
222
-
223
- **Is it possible to use links in gallery images?**
224
-
225
- Yes, you can insert different link for every gallery image. In media manager section when you click on some gallery image on the right side you'll see gallery image additional options. One of the option will be link. Just define there link for gallery image and check results on the front end.
226
-
227
- **Is it possible to define different description for every gallery image?**
228
-
229
- Yes, you can add description to every gallery image. In media manager section when you click on some gallery image on the right side you'll see gallery image additional options. One of the option will be gallery image description field.
230
-
231
- **Do you have some limits for images types in gallery?**
232
-
233
- No, we don't have any limitations for image types. You can use any standard file type in our gallery: png, jpg, jpeg, gif
234
-
235
- **How to change style of the gallery thumbnails border?**
236
-
237
- When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border style. You can select one value from pre-defined list
238
-
239
- **How to define video for some gallery image?**
240
-
241
- Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
242
-
243
- **Is it possible create gallery in Wordpress post with Gallery?**
244
-
245
- You can insert gallery into post with shortcode tag
246
-
247
- **Is it possible to create direct link on the front end to the gallery?**
248
-
249
- Yes, you can use generated direct link inside particular gallery settings
250
-
251
- **How to add text before and after gallery?**
252
-
253
- In gallery settings you can find before/after text gallery field. This fields support HTML tags.
254
-
255
- **How to change quality of the gallery thumbnails?**
256
-
257
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
258
-
259
- **How to hide titles of the gallery image in lightbox?**
260
-
261
- In lightbox section of the gallery settings you can find hide title option. If you enable it titles of the gallery images in lightbox will be turned off.
262
-
263
- **Do you have some limits for images amount in gallery?**
264
-
265
- No, we don't have any limits for amount of the images in gallery
266
-
267
- **How to define video for some gallery image?**
268
-
269
- Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
270
-
271
- **Where to change settings of the image of the gallery?**
272
-
273
- Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
274
-
275
- **Is it possible to change background color of the gallery lightbox?**
276
-
277
- You can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
278
-
279
- **Is it possible to turn off border of the gallery thumbnails?**
280
-
281
- Yes, in gallery options you can turn on/off border option
282
-
283
- **How to turn on/off social buttons in gallery lightbox?**
284
-
285
- When you open gallery settings you can find there gallery lightbox settings block, where you can turn on/off social buttons in gallery lightbox on the front end.
286
-
287
- **Do you have some limits for images types in gallery?**
288
-
289
- You can use any standard file type in our gallery: png, jpg, jpeg, gif
290
-
291
- **Is it possible to use HTML in gallery image description ?**
292
-
293
- Yes, you can use HTML tags inside gallery image description field
294
-
295
- **Is it possible to customize gallery image caption ?**
296
-
297
- In gallery settings you can find gallery images manager where you can change settings of every gallery image, one of the option it's caption of the gallery image
298
-
299
- **How to crop uploaded gallery image?**
300
-
301
- When you open gallery images manager you'll find there image edit mode where you can crop source image
302
-
303
- **How to change font style of the gallery image caption?**
304
-
305
- In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
306
-
307
- **Is it possible to change transparency of the gallery lightbox background ?**
308
-
309
- Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
310
-
311
- **Is it possible to change color of the hovered image in gallery?**
312
-
313
- Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
314
-
315
- **How to generate shortcode for Wordpress page, post or widget?**
316
-
317
- First of all you can copy shortcode inside gallery settings , in separate shortcode block. Another way generate shortcode directly in post or page edit mode. You can find wizard button on top of content editor
318
-
319
- **How to change quality of the gallery thumbnails?**
320
-
321
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
322
-
323
- **How to make gallery with no space between thumbnails of the gallery?**
324
-
325
- If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
326
-
327
- **Which permissions do I need to have on server for proper gallery installation?**
328
-
329
- Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
330
-
331
- **How many buttons with icons do you have in gallery?**
332
-
333
- In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
334
-
335
- **How to flip uploaded gallery image?**
336
-
337
- When you open gallery images manager you'll find there image edit mode where you can flip source image
338
-
339
-
340
- == Installation ==
341
-
342
- You don't need do any additional configurations or manual code changes. You can install it through the regular installer of the Wordpress. Just download plugin and install it manually or automatically using Wordpress repository. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
343
-
344
- == Frequently Asked Questions ==
345
-
346
- = How to customize gallery hover effect shutter layout? =
347
-
348
- In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
349
-
350
- = How to change color of the gallery thumbnails border? =
351
-
352
- When you enable border in gallery settings you will see multiply options for customization of the border. One from this options it's border color. You can select color using color selector
353
-
354
- = How to define custom link for some gallery images? =
355
-
356
- Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
357
-
358
- = Do you have some limit for images size in gallery? =
359
-
360
- No, we don't have any limits for image size in our gallery.
361
-
362
- = Which parameters I can change for the gallery thumbnails borders and shadows? =
363
-
364
- You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
365
-
366
- = What can I do if some gallery interface elements in backend do not work properly? =
367
-
368
- If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
369
-
370
- = How I can create custom (grid) layout of the thumbnails? =
371
-
372
- In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
373
-
374
- = How to customize border of the gallery thumbnails? =
375
-
376
- In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
377
-
378
- = Is it possible to generate post with gallery inside it ? =
379
-
380
- In gallery settings we create separate section where you can find create new post button. After click on this button you'll see wizard form where you can select all additional parameters for the gallery new post.
381
-
382
- = How many buttons with icons do you have in gallery? =
383
-
384
- In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
385
-
386
- = Is it possible to insert video as gallery link? =
387
-
388
- Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have video link field in gallery image options, where you can define some custom link to the online video.
389
-
390
- = Is it possible to turn off border of the gallery thumbnails? =
391
-
392
- Yes, in gallery options you can turn on/off border option
393
-
394
- = Where to change settings of the image of the gallery? =
395
-
396
- Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
397
-
398
- = How to make gallery with no space between thumbnails of the gallery? =
399
-
400
- If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
401
-
402
- = How to change quality of the gallery thumbnails? =
403
-
404
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
405
-
406
- = How to hide titles of the gallery image in lightbox ? =
407
-
408
- In lightbox section of the gallery settings you can find hide title option. If you enable it titles of the gallery images in lightbox will be turned off.
409
-
410
- = How to define size of the gallery images thumbnails? =
411
-
412
- Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
413
-
414
- = How to customize border of the gallery thumbnails? =
415
-
416
- In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
417
-
418
- = How to change font style of the gallery image caption? =
419
-
420
- In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
421
-
422
- = Is it possible to create direct link on the front end to the gallery? =
423
-
424
- Yes, you can use generated direct link inside particular gallery settings
425
-
426
- = How to define video for some gallery image? =
427
-
428
- Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
429
-
430
- = How to change amount of the columns in gallery layout? =
431
-
432
- In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
433
-
434
- = Do you have some limits for images types in gallery? =
435
-
436
- You can use any standard file type in our gallery: png, jpg, jpeg, gif
437
-
438
- = How to crop uploaded gallery image? =
439
-
440
- When you open gallery images manager you'll find there image edit mode where you can crop source image
441
-
442
- = How to set description text below image in the lightbox? =
443
-
444
- In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
445
-
446
- = Is it possible to change transparency of the gallery lightbox background ? =
447
-
448
- Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
449
-
450
- = How to add text before and after gallery? =
451
-
452
- In gallery settings you can find before/after text gallery field. This fields support HTML tags.
453
-
454
- = How to turn off social buttons in gallery lightbox? =
455
-
456
- When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
457
-
458
- = Is it possible to change color of the hovered image in gallery? =
459
-
460
- Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
461
-
462
- = How to change amount of images loading on gallery page? =
463
-
464
- In gallery settings we have few options which makes you able to select amount of the images for the first load and for load more action
465
-
466
- = How to enable icons on gallery hover shutter? =
467
-
468
- In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
469
-
470
- = Is it possible to change background color of the gallery lightbox? =
471
-
472
- Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
473
-
474
- = Is it possible to create target blank links? =
475
-
476
- Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have target blank field below link field of the gallery image.
477
-
478
- = How to change ordering of the gallery images? =
479
-
480
- When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
481
-
482
- = How to enable lazy load in gallery options? =
483
-
484
- In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
485
-
486
- = Is it possible create gallery in Wordpress post with Gallery? =
487
-
488
- Yes, you can insert gallery into post with shortcode tag
489
-
490
- = What can I do if some gallery interface elements in backend do not work properly? =
491
-
492
- If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
493
-
494
- = How to flip uploaded gallery image? =
495
-
496
- When you open gallery images manager you'll find there image edit mode where you can flip source image
497
-
498
- = Where it's possible to define vertical and horizontal paddings? =
499
-
500
- In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
501
-
502
- = How to define custom ALT for gallery image? =
503
-
504
- When you open gallery images manager you can define alt for every gallery image there
505
-
506
- = How to generate shortcode for Wordpress page, post or widget? =
507
-
508
- First of all you can copy shortcode inside gallery settings , in separate shortcode block. Another way generate shortcode directly in post or page edit mode. You can find wizard button on top of content editor
509
-
510
- = How many icons you have in build in icons library? =
511
-
512
- In build library of the icons in gallery you can find 533 icons
513
-
514
- = Which style parameters I can change for the hover button icon? =
515
-
516
- You can select border color, background color and color of the icon, size of the icon
517
-
518
- = How to change font size of the gallery image description text? =
519
-
520
- In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
521
-
522
- = How to install Gallery plugin? =
523
-
524
- Just install it using regular Wordpress plugins installing mechanism. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
525
-
526
- = How to change style of the gallery thumbnails border? =
527
-
528
- When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border style. You can select one value from pre-defined list
529
-
530
- = Is it possible to change transparency of the hover shutter? =
531
-
532
- Yes, it's possible to change transparency in gallery settings
533
-
534
- = How to delete title, author, date above the gallery of the gallery post? =
535
-
536
- Actually settings of all this main elements of the gallery post is inherited from the the general Wordpress posts settings. So you can turn in off the same way as it's manage in general posts, not only gallery posts.
537
-
538
- = How to make shadow for the gallery thumbnails? =
539
-
540
- Shadows of the thumbnails you can customize in gallery settings. With gallery settings you can change size , color and position of the gallery thumbnails shadow
541
-
542
- = Which permissions do I need to have on server for proper gallery installation? =
543
-
544
- Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
545
-
546
- = How to change text below image in lightbox ? =
547
-
548
- In gallery setting you can select which text show below image in gallery lightbox. You can select Caption, Title or image Description as source for this field in gallery lightbox.
549
-
550
- = Is it possible to have different settings for hover and static interface elements? =
551
-
552
- Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
553
-
554
- = How to customize gallery layouts for different screen resolutions? =
555
-
556
- In admin section of the gallery you'll find columns options which provide you advanced customization options for different resolutions. You can define some static size or auto size for every resolution.
557
-
558
- = How to define custom hover effect for some gallery thumbnail? =
559
-
560
- When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have custom effect field where you can select different hover effect for every image of the gallery.
561
-
562
- = How to load more function work? =
563
-
564
- In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
565
-
566
- = How to use multi-category functionality of the gallery? =
567
-
568
- In our gallery we implemented multi-categories structure. Every gallery category could have child and parent gallery, which you can manually define in gallery settings
569
-
570
- = How to change color of the gallery interface elements? =
571
-
572
- Color of every gallery front end interface element could be changed changed in admin section with color selector. There you can change colors of the menu buttons, load more button, borders, shadows, backgrounds and etc.
573
-
574
- = How to change font size of the gallery image caption? =
575
-
576
- In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
577
-
578
- = Is it possible to use HTML in image description ? =
579
-
580
- Yes, you can use HTML tags inside gallery image description field
581
-
582
- = Where to change font color of the gallery lightbox text? =
583
-
584
- When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
585
-
586
- = Which tags build in shutter of gallery hover template customization? =
587
-
588
- For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
589
-
590
- = Do you have Polaroid style in your gallery? =
591
-
592
- In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
593
-
594
- = How to upload images to the gallery? =
595
-
596
- When you create new gallery or open already existent gallery for edit on the right side of the edit gallery section you'll see gallery images manager button. When you open gallery images manager you'll be able there edit all gallery images. Upload, edit or delete. In gallery images manager you can use drag and drop gallery images upload tool.
597
-
598
- = How to define video for some gallery image? =
599
-
600
- Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
601
-
602
- = How to change width of the gallery thumbnails border? =
603
-
604
- When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border width in pixels.
605
-
606
- = Do you have fade effect for the thumbnails hover? =
607
-
608
- Yes, gallery have fade hover effect
609
-
610
- = How to make gallery thumbnails with rounded corners? =
611
-
612
- In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
613
-
614
- = How to change font color of the gallery image caption? =
615
-
616
- In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
617
-
618
- = How to change icon on gallery thumbnail button? =
619
-
620
- When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
621
-
622
- = How to insert text before/after gallery? =
623
-
624
- In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
625
-
626
- = How to customize hover effect? =
627
-
628
- In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
629
-
630
- = Do you have some conflict in gallery back end? =
631
-
632
- If you have some conflict in gallery back end you can sort it with new compatibility option. You can switch between standard and alternative jquery library. This modes implemented to help you to avoid any conflicts with another libraries from wordpress themes or another plugin.
633
-
634
- = How to insert gallery into Wordpress page or post? =
635
-
636
- When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
637
-
638
- = How many menu buttons styles do you have in gallery menu ? =
639
-
640
- Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
641
-
642
- = How to rotate uploaded gallery image? =
643
-
644
- When you open gallery images manager you'll find there image edit mode where you can rotate source image
645
-
646
- = How many thumbnails hover effects gallery has? =
647
-
648
- Gallery have 15 hover animation effects, which could be combined with additional custom options
649
-
650
- = Is it possible to customize gallery image caption ? =
651
-
652
- In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
653
-
654
- = Where specify description of the gallery images? =
655
-
656
- When you open gallery settings inside you'll find images manager section. Images manager make you able to add/edit descriptions and titles of every gallery image
657
-
658
- = Do you have some limits for images amount in gallery? =
659
-
660
- No, we don't have any limits for amount of the images in gallery
661
-
662
- = How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
663
-
664
- In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
665
-
666
- = How to change transparency of the gallery thumbnails border? =
667
-
668
- When you enable border in gallery settings you will see multiply options for customization of the border. When you open color selector you can also select some transparency value there
669
-
670
- = How to change font color of the gallery image description text? =
671
-
672
- In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change color of
673
-
674
- = How to define custom link for some gallery images? =
675
-
676
- Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
677
-
678
- == Screenshots ==
679
-
680
- 1. Gallery Demo 1
681
- 2. Gallery Demo 2
682
- 3. Gallery Demo 3
683
- 4. Gallery Demo 4
684
- 5. Gallery Demo 5
685
- 6. Gallery Demo 6
686
- 7. Gallery general and size settings
687
- 8. Gallery layout settings
688
- 9. Gallery shadow and border settings
689
- 10. Gallery hover and menu settings
690
- 11. Gallery loading and Polaroid settings
691
- 12. Gallery buttons settings
692
-
693
- == Other Notes ==
694
-
695
- = Minimum requirements for Wordpress Robo Gallery =
696
-
697
- WordPress 3.3
698
- PHP 5.x
699
- MySQL 5.x
700
-
701
- = If some admin section interface elements do not work properly =
702
-
703
- Try to change gallery compatibility settings. When you open gallery menu on the left side you'll see gallery Settings section. When you open this settings you'll be able to switch between interface element styles, which going to help you to avoid some conflicts.
704
-
705
- = Why images do not show on gallery after upload? =
706
-
707
- There's few reasons of the such problem in gallery. In the case if you already upload images into gallery and images just do not show in gallery on the front end from begin you need to check folder permissions or contact our support to get fast reply
708
-
709
- = Do you have some problems with backend? =
710
-
711
- Try to change gallery compatibility settings. When you open gallery menu on the left side you'll see gallery Settings section. When you open this settings you'll be able to the select ajax library mode and check results after that.
712
-
713
- = Do you have some gallery setup video guide? =
714
-
715
- Yes. We have video [gallery guides here](https://www.youtube.com/channel/UCy1PU1Tk6zX9Ipz64v-BpKA/videos)
716
-
717
- = Where to find gallery functionality details? =
718
-
719
- All details of the gallery , including key features description you can find [Gallery details](http://robosoft.co/robogallery/)
720
-
721
- = Do you have some limits for images amount in your gallery? =
722
-
723
- No, we don't have any limits for gallery images amount. You can upload as much images into your gallery as you need.
724
-
725
- = How to save pre-configured galleries when you install new version of the gallery? =
726
-
727
- When you install new version of the gallery all settings of the created galleries will be saved in database automatically. Even if you uninstall old version of the gallery and install new copy of the gallery settings of the old gallery version will be saved in database.
728
-
729
- = Do you have some problems with installation ?=
730
-
731
- Feel free to ask our support help you to setup gallery for you. If you have some error messages it's could be some conflicts with another plugins. Contact our support team we'll help you to fix it really fast.
732
-
733
- = Why description of the gallery images do not show? =
734
-
735
- If you sure that you defined gallery images description but you can't see it on the front end please check few following things: In our gallery images have two descriptions fields: caption and description. At the same time in hover settings you can select which exactly text do you wish to see on hovered gallery thumbnails, namely image caption or image description.
736
-
737
- = How would I be able to change the thumbnail image to something different than the main gallery image? =
738
-
739
- you just need to define it in combination of the general gallery size and amount of the gallery matrix columns. For example if you
740
- define default size of the gallery 900px and 3 columns then your gallery thumbnails will be around 300px. You should
741
- include in your calculation paddings, borders. Everything , in gallery layout, calculating automatically, but you can manager all
742
- the process!
743
-
744
- = Gallery Compatibility =
745
-
746
- Gallery implemented in native Wordpress style. All code implemented based on Wordpress api and base classes. Also we tried in our gallery code avoid conflicts with other plugins and libraries. If you accordantly meet with some errors, conflicts or other related problems feel free to [contact us](http://robosoft.co/clients) and we'll to sort everything in short time.
747
-
748
- If any problem occurs, please contact us.
749
-
750
- == Changelog ==
751
-
752
- = 2.3.2 =
753
- * Updated English and Russian language files
754
-
755
- = 2.3.1 =
756
- * Updated gallery front end code
757
- * SEO configuration option for thumbnails and links code
758
-
759
- = 2.3.0 =
760
- * Updated gallery code front end code
761
- * SEO option for enable/disable additional optimization
762
-
763
- = 2.2.0 =
764
- * Updated multisite functionality
765
-
766
- = 2.1.11 =
767
- * New lightbox description panel style, added new Green theme
768
-
769
- = 2.1.10 =
770
- * New lightbox description panel style, added new Blue theme
771
-
772
- = 2.1.9 =
773
- * New lightbox description panel style, added new Red theme
774
-
775
- = 2.1.8 =
776
- * Optimization of the admin lightbox settings
777
-
778
- = 2.1.7 =
779
- * Added images alt elements
780
-
781
- = 2.1.6 =
782
- * Updated background styles of the lightbox description panel settings
783
-
784
- = 2.1.5 =
785
- * Added dark and light styles for lightbox description panel
786
-
787
- = 2.1.4 =
788
- * Added background to lightbox description panel
789
-
790
- = 2.1.3 =
791
- * Added description panel source option
792
-
793
- = 2.1.2 =
794
- * Updated description panel style
795
-
796
- = 2.1.1 =
797
- * Added description panel in alternative JQuery mode
798
-
799
- = 2.1.0 =
800
- * Lightbox update
801
- * New description panel implemented
802
- * Added new option show/hide description panel
803
-
804
- = 2.0.41 =
805
- * Code modification related with position of description panel in lightbox
806
-
807
- = 2.0.40 =
808
- * Updated debug, added format html debug
809
-
810
- = 2.0.39 =
811
- * Update Polish language
812
-
813
- = 2.0.38 =
814
- * Update Russian language
815
-
816
- = 2.0.37 =
817
- * Added debug styles
818
-
819
- = 2.0.36 =
820
- * JS config output into debug console
821
-
822
- = 2.0.35 =
823
- * Debug section, data output in the case of excluded jQuery and alt jQuery
824
-
825
- = 2.0.34 =
826
- * Debug section, publishing information about alternative jQuery
827
-
828
- = 2.0.33 =
829
- * Debug section, added jQuery access check
830
-
831
- = 2.0.32 =
832
- * Added into debug section information output into console
833
-
834
- = 2.0.31 =
835
- * Updated debug functionality
836
-
837
- = 2.0.30 =
838
- * Added additional debug option, js files
839
-
840
- = 2.0.29 =
841
- * Added new debug options
842
-
843
- = 2.0.28 =
844
- * Fixed notice messages in the case of damaged meta data of images
845
-
846
- = 2.0.27 =
847
- * Fixed notice messages in the case of damaged images
848
-
849
- = 2.0.26 =
850
- * Changed method in code, improve security
851
-
852
- = 2.0.25 =
853
- * Updated statistics section
854
- * Added new total galleries value
855
-
856
- = 2.0.24 =
857
- * Updated statistics section
858
- * Added new total images value
859
-
860
- = 2.0.23 =
861
- * Code optimization
862
- * Changes in create post dialog
863
-
864
- = 2.0.22 =
865
- * Update for Polish language
866
-
867
- = 2.0.21 =
868
- * Update for Ukrainian and Russian language
869
-
870
- = 2.0.20 =
871
- * Added support of the old wordpress versions
872
-
873
- = 2.0.19 =
874
- * Security update v3
875
-
876
- = 2.0.18 =
877
- * Fixed warning in empty gallery (no images)
878
- * Fixed red boxes in empty gallery
879
-
880
- = 2.0.17 =
881
- * Security update v2
882
-
883
- = 2.0.16 =
884
- * Security update
885
-
886
- = 2.0.15 =
887
- * Security update, fixed ajax security
888
-
889
- = 2.0.14 =
890
- * Updated configuration and code optimization
891
-
892
- = 2.0.13 =
893
- * Updated video guides section, key installation guide
894
-
895
- = 2.0.12 =
896
- * Added Alt's for gallery images
897
-
898
- = 2.0.11 =
899
- * Additional fixes for Swipe and Alternative JQuery conflict
900
-
901
- = 2.0.10 =
902
- * Updated Swipe function
903
- * Fixed iOS scrolling problem
904
-
905
- = 2.0.9 =
906
- * Updated Polish language file
907
-
908
- = 2.0.8 =
909
- * Updated gallery menu alignment options
910
- * Added center alignment option
911
-
912
- = 2.0.7 =
913
- * Updated gallery menu alignment options
914
- * Added left/right alignment option
915
-
916
- = 2.0.6 =
917
- * Optimization of the HTML and JS code
918
-
919
- = 2.0.5 =
920
- * Updated Ukrainian language file
921
-
922
- = 2.0.4 =
923
- * Updated gallery lightbox functionality
924
- * Added button for download image source
925
-
926
- = 2.0.3 =
927
- * Updated Russian language file
928
-
929
- = 2.0.2 =
930
- * Updated gallery lightbox functionality
931
- * Added new mobile theme of lightbox
932
-
933
- = 2.0.1 =
934
- * Updated English language file
935
-
936
- = 2.0.0 =
937
- * Added new algorithm of mobile devices Swipe support
938
- * Implemented Android devices swipe support
939
- * Implemented iOS devices swipe support
940
-
941
- = 1.9.16 =
942
- * Updated structure of the core files
943
- * Preparation for update to version 2
944
-
945
- = 1.9.15 =
946
- * Updated video guide section
947
- * Added new Drag and Drop Categories manager video guide
948
-
949
- = 1.9.14 =
950
- * Fixed problem in clone gallery functionality
951
- * Fixed problem with Self label option
952
- * Fixed problem with Self images option
953
-
954
- = 1.9.13 =
955
- * Fixed PHP warning in images manager
956
-
957
- = 1.9.12 =
958
- * Update Russian language main file
959
-
960
- = 1.9.11 =
961
- * Update English language main file
962
-
963
- = 1.9.10 =
964
- * Code optimization and small code fixes
965
-
966
- = 1.9.9 =
967
- * Updated categories manager
968
- * Fixed conflict of removing parent category item
969
-
970
- = 1.9.8 =
971
- * Added views block in statistics section
972
-
973
- = 1.9.7 =
974
- * Fixed conflict with Flash
975
-
976
- = 1.9.6 =
977
- * Updated general gallery settings
978
- * Added option for switch between old style or drag and drop style categories manager
979
-
980
- = 1.9.5 =
981
- * Added new clean statistics confirmation dialog
982
-
983
- = 1.9.4 =
984
- * Fixed wordpress themes conflict
985
- * Fixed gallery menu conflict with wordpress themes
986
-
987
- = 1.9.3 =
988
- * Fixed wordpress theme conflict related with empty spacing replace by P tag
989
-
990
- = 1.9.2 =
991
- * Fixed problem related with old PHP version
992
-
993
- = 1.9.1 =
994
- * Fixed problem in gallery backend section in MacOS and Unix systems
995
- * Fixed problem with Statistics section on MacOS
996
- * Fixed problem with Backup section on MacOS
997
- * Fixed problem with Categories management section on MacOS
998
-
999
- = 1.9.0 =
1000
- * Updated gallery categories management section
1001
- * Added drag and drop categories manager
1002
-
1003
- = 1.8.9 =
1004
- * Added new gallery reset views option in gallery edit mode, in statistics block
1005
-
1006
- = 1.8.8 =
1007
- * Added new gallery views field in gallery listing section
1008
-
1009
- = 1.8.7 =
1010
- * Added new statistics value in gallery
1011
- * New gallery view value
1012
-
1013
- = 1.8.6 =
1014
- * Fixed bug of the backend blocks status save
1015
- * Added new engine for collection gallery views statistics
1016
-
1017
- = 1.8.5 =
1018
- * Updated statistics gallery section
1019
- * New trash gallery value
1020
-
1021
- = 1.8.4 =
1022
- * Added new statistics section in gallery
1023
- * Gallery drafts amount value
1024
-
1025
- = 1.8.3 =
1026
- * Added new statistics section in gallery
1027
- * Published galleries amount value
1028
-
1029
- = 1.8.2 =
1030
- * Updated backup section functionality
1031
- * Maximum POST size information section
1032
-
1033
- = 1.8.1 =
1034
- * Updated backup section functionality
1035
- * Updated full back up data processing
1036
- * Added new statistic block about upload limit on server settings
1037
-
1038
- = 1.8.0 =
1039
- * Updated backup section functionality
1040
- * Added full backup with images mode
1041
- * Backup create archive with settings and all gallery images inside
1042
-
1043
- = 1.7.13 =
1044
- * Updated backup section functionality
1045
- * Added new full backup section
1046
-
1047
- = 1.7.12 =
1048
- * Updated backup section interface
1049
- * Added doubled images statistics block
1050
-
1051
- = 1.7.11 =
1052
- * Fixed conflict with plugin Page Builder developed by SiteOrigin
1053
- * Fixed problem with Editor Plugin
1054
-
1055
- = 1.7.10 =
1056
- * Updated backup section interface
1057
- * Added new check for duplicated images for import
1058
- * Added new check for duplicated galleries for import
1059
- * Added option for skip or add duplicated elements
1060
-
1061
- = 1.7.9 =
1062
- * Updated backup section interface
1063
- * Added new tabbed section for export / import galleries settings
1064
-
1065
- = 1.7.8 =
1066
- * Updated backup section functionality
1067
- * Added new custom backup filename field
1068
-
1069
- = 1.7.7 =
1070
- * Updated backup section functionality
1071
- * Added new export file name with current date generated
1072
-
1073
- = 1.7.6 =
1074
- * Updated backup section functionality
1075
- * Added new import data statistics with notification of doubled posts and images
1076
-
1077
- = 1.7.5 =
1078
- * Updated backup section functionality
1079
- * Added statistics of the imported galleries
1080
- * Added statistics of the imported images
1081
-
1082
- = 1.7.4 =
1083
- * Updated code structure of the backup module
1084
- * Fixed backup import security issues
1085
- * Fixed backup export security issues
1086
- * Optimized import/export code algorithm
1087
-
1088
- = 1.7.3 =
1089
- * Backend interface of the backup functionality updates
1090
- * Added new backup management button on gallery listing section
1091
-
1092
- = 1.7.2 =
1093
- * Added new content to video guides section
1094
- * Added link to images upload video guide
1095
-
1096
- = 1.7.1 =
1097
- * Fixed error in backup module
1098
-
1099
- = 1.7.0 =
1100
- * Added new gallery backup functionality
1101
- * Implemented galleries export mode
1102
- * Implemented galleries import mode
1103
-
1104
- = 1.6.9 =
1105
- * Added new content to video guides section
1106
- * Added link to gallery shortcode tools video guide
1107
-
1108
- = 1.6.8 =
1109
- * Added new content to video guides section
1110
- * Added link to gallery posts management video guide
1111
-
1112
- = 1.6.7 =
1113
- * Added new content to video guides section
1114
- * Added link to categories management gallery video guide
1115
-
1116
- = 1.6.6 =
1117
- * Added new content to video guides section
1118
- * Added link to Polaroid style gallery video guide
1119
-
1120
- = 1.6.5 =
1121
- * Updated language translation files
1122
- * Added new translation elements into Russian and Ukrainian languages
1123
-
1124
- = 1.6.4 =
1125
- * Updated structure of the back end content management
1126
- * Added new configuration features to the guides section
1127
-
1128
- = 1.6.3 =
1129
- * Added gallery password protection support on the front end
1130
- * Changed configuration of the gallery
1131
-
1132
- = 1.6.2 =
1133
- * Updated notification section configuration
1134
- * Added new content into video user guide section
1135
- * Optimization of the back end code
1136
-
1137
- = 1.6.1 =
1138
- * Added new video guides to the admin backend
1139
- * Added link into guides library to: grid gallery layout video guide
1140
-
1141
- = 1.6.0 =
1142
- * Added new translation to Portuguese
1143
-
1144
- = 1.5.10 =
1145
- * New configuration option for post generator management
1146
- * New Show/Hide post text field in plugin settings
1147
-
1148
- = 1.5.9 =
1149
- * New options for post generator
1150
- * Text filed for post generator wizard
1151
- * Ability to customize text of new post with gallery tag inside it
1152
-
1153
- = 1.5.8 =
1154
- * New options for post generator
1155
- * Status option in generated posts list
1156
-
1157
- = 1.5.7 =
1158
- * New options for post generator
1159
- * Preview option in generated posts list
1160
-
1161
- = 1.5.6 =
1162
- * New options for post generator
1163
- * Edit option in generated posts list
1164
-
1165
- = 1.5.5 =
1166
- * New options for post generator
1167
- * Added new section with the list of the posts for current gallery
1168
- * Edit mode for post list in generator section
1169
-
1170
- = 1.5.4 =
1171
- * New option for post generator
1172
- * Added edit post button in post dialog wizard
1173
-
1174
- = 1.5.3 =
1175
- * New option for post generator
1176
- * Added preview button in post dialog wizard
1177
-
1178
- = 1.5.2 =
1179
- * New option for post generator
1180
- * Possible define custom slug for new gallery post
1181
-
1182
- = 1.5.1 =
1183
- * New option for post generator
1184
- * Possible define custom title for new gallery post
1185
-
1186
- = 1.5.0 =
1187
- * New gallery admin tools implemented
1188
- * New post with gallery generator implemented
1189
- * New wizard for target category for gallery post selection
1190
- * Auto short tag generator in new created post
1191
-
1192
- = 1.4.7 =
1193
- * Code optimization
1194
- * Update of the API structure
1195
- * Implemented new backend API structures
1196
- * Backend code structure prepared to new interface elements
1197
- * Small code fixes
1198
-
1199
- = 1.4.6 =
1200
- * Added new text additional options
1201
- * Implemented After Text option with HTML support
1202
-
1203
- = 1.4.5 =
1204
- * Added new text additional options
1205
- * Implemented PreText option with HTML support
1206
-
1207
- = 1.4.4 =
1208
- * Updated image description processing code
1209
- * Fixed HTML support in images description
1210
- * Added more flexible HTML tags support in description
1211
-
1212
-
1213
- = 1.4.3 =
1214
- * Added new padding gallery options
1215
- * Added left gallery padding value
1216
- * Added top gallery padding value
1217
- * Added right gallery padding value
1218
- * Added bottom gallery padding value
1219
-
1220
- = 1.4.2 =
1221
- * Added new values for gallery align in content option
1222
- * Added left side alignment
1223
- * Added right side alignment
1224
-
1225
- = 1.4.1 =
1226
- * Added new gallery align in content option
1227
- * Added gallery center alignment
1228
- * Updated gallery output workflow
1229
-
1230
- = 1.4.0 =
1231
- * Added new gallery width option
1232
- * Gallery width values in pixels
1233
- * Gallery width values in percents
1234
- * Small code fixes and optimization
1235
-
1236
-
1237
- = 1.3.9 =
1238
- * Fixed self show images options
1239
- * Enabled to show self images by default after gallery update
1240
- * Updated configuration options
1241
-
1242
- = 1.3.8 =
1243
- * Updated navigation functionality
1244
- * Added new show/hide self images function
1245
-
1246
- = 1.3.7 =
1247
- * Updated lightbox functionality
1248
- * Implemented new show/hide navigation arrows option
1249
- * Fixed minor notifications
1250
- * Code optimization
1251
-
1252
- = 1.3.6 =
1253
- * Added lightbox functionality
1254
- * Created new show/hide close button option
1255
- * Fixed few conflicts in gallery backend
1256
- * Updated implementation of some navigation interface elements
1257
- * Improved media manager implementation to avoid conflicts
1258
-
1259
- = 1.3.5 =
1260
- * Updated lightbox functionality
1261
- * Implemented new show/hide images counter option
1262
-
1263
- = 1.3.4 =
1264
- * New thumbnails click mode
1265
- * Added new feature for enable/disable click with disabled buttons
1266
- * Switch between lightbox and link mode with disabled buttons
1267
-
1268
- = 1.3.3 =
1269
- * Added new lightbox options
1270
- * Possibility to select caption, title or description below image in lightbox
1271
-
1272
- = 1.3.2 =
1273
- * Line height option for description, link and zoom button
1274
-
1275
- = 1.3.1 =
1276
- * Updated categories workflow
1277
- * Empty gallery support
1278
- * More complicated categories structure support
1279
-
1280
-
1281
- = 1.3.0 =
1282
- * Implemented smart links processing
1283
- * Auto detection links with turned off link navigation button
1284
- * Auto detection video link with turned off video navigation button
1285
- * New linking processing mode
1286
- * New video processing mode
1287
-
1288
- = 1.2.5 =
1289
- * Added German language
1290
- * Added Czech language
1291
-
1292
- = 1.2.4 =
1293
- * Added Dutch language
1294
-
1295
- = 1.2.3 =
1296
- * Updated lightbox background color settings
1297
- * Updated lightbox navigation elements code structure to avoid conflicts
1298
- * Updeded language files
1299
-
1300
-
1301
- = 1.2.2 =
1302
- * Added new feature to avoid not included JS/CSS files because of incorrect coding in Wordpress theme
1303
- * Added option to switch between JQuery usage modes
1304
- * Updated social sharing workflow in lightbox
1305
- * Added function to enable deep linking in facebook
1306
- * Added function to enable deep linking in twitter
1307
- * Added function to enable deep linking in pinterest
1308
- * Added function to enable deep linking in google+
1309
-
1310
- = 1.2.1 =
1311
- * Fixed PHP Notices
1312
-
1313
- = 1.2.0 =
1314
- * Updated interface elements in back end
1315
- * Wordpress 4.3 support
1316
- * Implemented additional interface optimization options
1317
- * New backend style interface modes
1318
- * Added new compatibility settings to avoid jQuery conflicts
1319
-
1320
- = 1.1.5 =
1321
- * Updated admin interface settings modes
1322
- * Code optimization
1323
- * Small bugs fixing
1324
-
1325
- = 1.1.4 =
1326
- * Added hide image title in lightbox option
1327
- * Сode optimization
1328
-
1329
- = 1.1.3 =
1330
- * Added new compatibility settings for backend interface element to avoid conflicts
1331
-
1332
- = 1.1.2 =
1333
- * Added new compatibility settings to avoid jQuery conflicts
1334
-
1335
- = 1.1.1 =
1336
- * Java script code optimization
1337
- * Minor bugs fixed
1338
-
1339
- = 1.1.0 =
1340
- * Added new clone gallery settings function
1341
- * Fast inheriting of the gallery settings from another gallery
1342
- * Define gallery settings in one place and create as much galleries with the same interface as you need. Just create new gallery, upload images and inherit settings from another created gallery. Very useful tools for websites with a lot of galleries
1343
- * Life and time saver for webmasters
1344
-
1345
- = 1.0.6 =
1346
- * Code optimization and structure update
1347
- * Minor bugs fixed
1348
-
1349
- = 1.0.5 =
1350
- * Updated compatibility functionality
1351
- * Minor bugs fixed
1352
-
1353
- = 1.0.4 =
1354
- * Changed default settings of the gallery
1355
- * Default gallery settings the same as Movie Gallery demo
1356
-
1357
- = 1.0.3 =
1358
- * Added compatibility with editor plugins
1359
- * More stable workflow with Wordpress editors
1360
- * Added support of the old versions of the PHP (which didn't support anonymous functions)
1361
- * Updated default settings set
1362
- * Updated algorithm of the files paths processing
1363
-
1364
- = 1.0.2 =
1365
- * By request of our gallery users we add new features:
1366
- * Added new lightbox settings block
1367
- * Added ability to edit background color of the lightbox
1368
- * Added ability to change transparency of the background in lightbox
1369
- * Added color and transparency settings for lightbox text
1370
- * Added function for enable/disable social buttons in lightbox
1371
-
1372
- = 1.0.1 =
1373
- * Updates of admin backend functionality
1374
- * Fixed categories error
1375
- * Fixed images sorting
1376
- * Fixed thumbnails layout functionality
1377
-
1378
- = 1.0 =
1379
- * First release
1380
-
1381
- == Upgrade Notice ==
1382
-
1383
- = 2.3.2 =
1384
- Updated English and Russian language files
1385
-
1386
- = 2.3.1 =
1387
- Updated gallery front end code
1388
- SEO configuration option for thumbnails and links code
1389
-
1390
- = 2.3.0 =
1391
- Updated gallery code front end code
1392
- SEO option for enable/disable additional optimization
1393
-
1394
- = 2.2.0 =
1395
- Updated multisite functionality
1396
-
1397
- = 2.1.11 =
1398
- New lightbox description panel style, added new Green theme
1399
-
1400
- = 2.1.10 =
1401
- New lightbox description panel style, added new Blue theme
1402
-
1403
- = 2.1.9 =
1404
- New lightbox description panel style, added new Red theme
1405
-
1406
- = 2.1.8 =
1407
- Optimization of the admin lightbox settings
1408
-
1409
- = 2.1.7 =
1410
- Added images alt elements
1411
-
1412
- = 2.1.6 =
1413
- Updated background styles of the lightbox description panel settings
1414
-
1415
- = 2.1.5 =
1416
- Added dark and light styles for lightbox description panel
1417
-
1418
- = 2.1.4 =
1419
- Added background to lightbox description panel
1420
-
1421
- = 2.1.3 =
1422
- Added description panel source option
1423
-
1424
- = 2.1.2 =
1425
- Updated description panel style
1426
-
1427
- = 2.1.1 =
1428
- Added description panel in alternative JQuery mode
1429
-
1430
- = 2.1.0 =
1431
- Lightbox update
1432
- New description panel implemented
1433
- Added new option show/hide description panel
1434
-
1435
- = 2.0.41 =
1436
- Code modification related with position of description panel in lightbox
1437
-
1438
- = 2.0.40 =
1439
- Updated debug, added format html debug
1440
-
1441
- = 2.0.39 =
1442
- Update Polish language
1443
-
1444
- = 2.0.38 =
1445
- Update Russian language
1446
-
1447
- = 2.0.37 =
1448
- Added debug styles
1449
-
1450
- = 2.0.36 =
1451
- JS config output into debug console
1452
-
1453
- = 2.0.35 =
1454
- Debug section, data output in the case of excluded jQuery and alt jQuery
1455
-
1456
- = 2.0.34 =
1457
- Debug section, publishing information about alternative jQuery
1458
-
1459
- = 2.0.33 =
1460
- Debug section, added jQuery access check
1461
-
1462
- = 2.0.32 =
1463
- Added into debug section information output into console
1464
-
1465
- = 2.0.31 =
1466
- Updated debug functionality
1467
-
1468
- = 2.0.30 =
1469
- Added additional debug option, js files
1470
-
1471
- = 2.0.29 =
1472
- Added new debug options
1473
-
1474
- = 2.0.28 =
1475
- Fixed notice messages in the case of damaged meta data of images
1476
-
1477
- = 2.0.27 =
1478
- Fixed notice messages in the case of damaged images
1479
-
1480
- = 2.0.26 =
1481
- Changed method in code, improve security
1482
-
1483
- = 2.0.25 =
1484
- Updated statistics section, added new total galleries value
1485
-
1486
- = 2.0.24 =
1487
- Updated statistics section, added new total images value
1488
-
1489
- = 2.0.23 =
1490
- Code optimization, changes in create post dialog
1491
-
1492
- = 2.0.22 =
1493
- Update for Polish language
1494
-
1495
- = 2.0.21 =
1496
- Update for Ukrainian and Russian language
1497
-
1498
- = 2.0.20 =
1499
- Added support of the old wordpress versions
1500
-
1501
- = 2.0.19 =
1502
- Security update v3
1503
-
1504
- = 2.0.18 =
1505
- Fixed warning in empty gallery (no images), fixed red boxes in empty gallery
1506
-
1507
- = 2.0.17 =
1508
- Security update v2
1509
-
1510
- = 2.0.16 =
1511
- Security update
1512
-
1513
- = 2.0.15 =
1514
- Security update, fixed ajax security
1515
-
1516
- = 2.0.14 =
1517
- Updated configuration and code optimization
1518
-
1519
- = 2.0.13 =
1520
- Updated video guides section, key installation guide
1521
-
1522
- = 2.0.12 =
1523
- Added Alt's for gallery images
1524
-
1525
- = 2.0.11 =
1526
- Additional fixes for Swipe and Alternative JQuery conflict
1527
-
1528
- = 2.0.10 =
1529
- Updated Swipe function, fixed iOS scrolling problem
1530
-
1531
- = 2.0.9 =
1532
- Updated Polish language file
1533
-
1534
- = 2.0.8 =
1535
- Updated gallery menu alignment options, added center alignment option
1536
-
1537
- = 2.0.7 =
1538
- Updated gallery menu alignment options, added left/right alignment option
1539
-
1540
- = 2.0.6 =
1541
- Optimization of the HTML and JS code
1542
-
1543
- = 2.0.5 =
1544
- Updated Ukrainian language file
1545
-
1546
- = 2.0.4 =
1547
- Updated gallery lightbox functionality, added button for download image source
1548
-
1549
- = 2.0.3 =
1550
- Updated Russian language file
1551
-
1552
- = 2.0.2 =
1553
- Updated gallery lightbox functionality, added new mobile theme of lightbox
1554
-
1555
- = 2.0.1 =
1556
- Updated English language file
1557
-
1558
- = 2.0.0 =
1559
- Added new algorithm of mobile devices Swipe support, implemented Android and iOS devices swipe support
1560
-
1561
- = 1.9.16 =
1562
- Updated structure of the core files, preparation for update to version 2
1563
-
1564
- = 1.9.15 =
1565
- Updated video guide section, added new Drag and Drop Categories manager video guide
1566
-
1567
- = 1.9.14 =
1568
- Fixed problem in clone gallery functionality, fixed problem with Self label and images option
1569
-
1570
- = 1.9.13 =
1571
- Fixed PHP warning in images manager
1572
-
1573
- = 1.9.12 =
1574
- Update Russian language main file
1575
-
1576
- = 1.9.11 =
1577
- Update English language main file
1578
-
1579
- = 1.9.10 =
1580
- Code optimization and small code fixes
1581
-
1582
- = 1.9.9 =
1583
- Updated categories manager
1584
- Fixed conflict of removing parent category item
1585
-
1586
- = 1.9.8 =
1587
- Added views block in statistics section
1588
-
1589
- = 1.9.7 =
1590
- Fixed conflict with Flash
1591
-
1592
- = 1.9.6 =
1593
- Added option for switch between old style or drag and drop style categories manager
1594
-
1595
- = 1.9.5 =
1596
- Added new clean statistics confirmation dialog
1597
-
1598
- = 1.9.4 =
1599
- Fixed wordpress themes conflict, fixed gallery menu conflict with wordpress themes
1600
-
1601
- = 1.9.3 =
1602
- Fixed wordpress theme conflict related with empty spacing replace by P tag
1603
-
1604
- = 1.9.2 =
1605
- Fixed problem related with old PHP version
1606
-
1607
- = 1.9.1 =
1608
- Fixed problem in gallery backend Categories, Statistics and Backup sections in MacOS and Unix systems
1609
-
1610
- = 1.9.0 =
1611
- Updated gallery categories management section, added drag and drop categories manager
1612
-
1613
- = 1.8.9 =
1614
- Added new gallery reset views option in gallery edit mode, in statistics block
1615
-
1616
- = 1.8.8 =
1617
- Added new gallery views field in gallery listing section
1618
-
1619
- = 1.8.7 =
1620
- Added new statistics value in gallery, new gallery view value
1621
-
1622
- = 1.8.6 =
1623
- Fixed bug of the backend blocks status save, added new engine for collection gallery views statistics
1624
-
1625
- = 1.8.5 =
1626
- Updated statistics gallery section, new trash gallery value
1627
-
1628
- = 1.8.4 =
1629
- Added new statistics section in gallery, gallery drafts amount value
1630
-
1631
- = 1.8.3 =
1632
- Added new statistics section in gallery, published galleries amount value
1633
-
1634
- = 1.8.2 =
1635
- Updated backup section functionality, maximum POST size information section
1636
-
1637
- = 1.8.1 =
1638
- Updated full back up data processing, Added new statistic block about upload limit on server settings
1639
-
1640
- = 1.8.0 =
1641
- Added full backup with images mode, backup create archive with settings and all gallery images inside
1642
-
1643
- = 1.7.13 =
1644
- Updated backup section functionality, added new full backup section
1645
-
1646
- = 1.7.12 =
1647
- Updated backup section interface, added doubled images statistics block
1648
-
1649
- = 1.7.11 =
1650
- Fixed conflict with plugin Page Builder developed by SiteOrigin, fixed problem with Editor Plugin
1651
-
1652
- = 1.7.10 =
1653
- Updated backup section interface, added option for skip or add duplicated elements
1654
-
1655
- = 1.7.9 =
1656
- Updated backup section interface, added new tabbed section for export / import galleries settings
1657
-
1658
- = 1.7.8 =
1659
- Updated backup section functionality, added new custom backup filename field
1660
-
1661
- = 1.7.7 =
1662
- Updated backup section functionality, added new export file name with current date generated
1663
-
1664
- = 1.7.6 =
1665
- Updated backup section functionality, added new import notification of doubled posts and images
1666
-
1667
- = 1.7.5 =
1668
- Updated backup section functionality, added statistics of the imported galleries and images
1669
-
1670
- = 1.7.4 =
1671
- Updated code structure of the backup module, fixed backup import/export security issues, optimized code algorithm
1672
-
1673
- = 1.7.3 =
1674
- Backend interface of the backup functionality updates, added new backup management button on gallery listing section
1675
-
1676
- = 1.7.2 =
1677
- Added new content to video guides section, added link to images upload video guide
1678
-
1679
- = 1.7.1 =
1680
- Fixed error in backup module
1681
-
1682
- = 1.7.0 =
1683
- Added new gallery backup functionality, Implemented galleries export/import mode
1684
-
1685
- = 1.6.9 =
1686
- Added new content to video guides section, added link to gallery shortcode tools video guide
1687
-
1688
- = 1.6.8 =
1689
- Added new content to video guides section, added link to gallery posts management video guide
1690
-
1691
- = 1.6.7 =
1692
- Added new content to video guides section, added link to categories management gallery guide
1693
-
1694
- = 1.6.6 =
1695
- Added new content to video guides section, added link to Polaroid style gallery video guide
1696
-
1697
- = 1.6.5 =
1698
- Updated language translation files, added new translation elements into Russian and Ukrainian languages
1699
-
1700
- = 1.6.4 =
1701
- Updated structure of the back end content management, Added new configuration features to the guides
1702
-
1703
- = 1.6.3 =
1704
- Added gallery password protection support on the front end, changed configuration of the gallery
1705
-
1706
- = 1.6.2 =
1707
- Updated notification section configuration, added new content into video user guide section
1708
-
1709
- = 1.6.1 =
1710
- Added video guides to the admin backend, added link into guides library to: grid gallery layout guide
1711
-
1712
- = 1.6.0 =
1713
- Added new translation to Portuguese
1714
-
1715
- = 1.5.10 =
1716
- New configuration option for post generator management, Show/Hide post text field in plugin settings
1717
-
1718
- = 1.5.9 =
1719
- Text filed for post generator wizard, ability to customize text of new post with gallery tag inside it
1720
-
1721
- = 1.5.8 =
1722
- New options for post generator, status option in generated posts list
1723
-
1724
- = 1.5.7 =
1725
- New options for post generator, preview option in generated posts list
1726
-
1727
- = 1.5.6 =
1728
- New options for post generator, edit option in generated posts list
1729
-
1730
- = 1.5.5 =
1731
- Added new section with the list of the posts for current gallery, edit mode for post list in generator section
1732
-
1733
- = 1.5.4 =
1734
- New option for post generator, added edit post button in post dialog wizard
1735
-
1736
- = 1.5.3 =
1737
- New option for post generator, added preview button in post dialog wizard
1738
-
1739
- = 1.5.2 =
1740
- New option for post generator, possible define custom slug for new gallery post
1741
-
1742
- = 1.5.1 =
1743
- New option for post generator, possible define custom title for new gallery post
1744
-
1745
- = 1.5.0 =
1746
- New wizard for auto post generation with shortcode inside it, new gallery admin tools implemented
1747
-
1748
- = 1.4.7 =
1749
- Implemented new backend API structures, prepared new interface elements
1750
-
1751
- = 1.4.6 =
1752
- Added new text additional options, implemented After Text option with HTML support
1753
-
1754
- = 1.4.5 =
1755
- Added new text additional options, implemented PreText option with HTML support
1756
-
1757
- = 1.4.4 =
1758
- Added more flexible HTML tags support in description, fixed HTML processing in images description field
1759
-
1760
- = 1.4.3 =
1761
- Added new padding gallery options. Added left, top, right and bottom gallery padding value
1762
-
1763
- = 1.4.2 =
1764
- Added new left and right values for gallery align in content option
1765
-
1766
- = 1.4.1 =
1767
- Added new gallery align in content option, added gallery center alignment, updated output workflow
1768
-
1769
- = 1.4.0 =
1770
- Added new gallery width option, gallery width values in pixels and percents
1771
-
1772
- = 1.3.9 =
1773
- Fixed self show images options, enabled to show self images by default after gallery update
1774
-
1775
- = 1.3.8 =
1776
- Updated navigation functionality, added new show/hide self images function
1777
-
1778
- = 1.3.7 =
1779
- Updated lightbox functionality, new show/hide navigation arrows option, fixed minor notifications
1780
-
1781
- = 1.3.6 =
1782
- Updated lightbox functionality, implemented show/hide close button option, fixed backend conflicts
1783
-
1784
- = 1.3.5 =
1785
- Updated lightbox functionality, implemented new show/hide images counter option
1786
-
1787
- = 1.3.4 =
1788
- Switch between lightbox and link mode with disabled buttons
1789
-
1790
- = 1.3.3 =
1791
- New lightbox options, possibility to select caption, title or description below image in lightbox
1792
-
1793
- = 1.3.2 =
1794
- Line height option for description, link and zoom button
1795
-
1796
- = 1.3.1 =
1797
- Updated categories workflow, empty gallery support, more complicated categories structure support
1798
-
1799
- = 1.3.0 =
1800
- Implemented smart links processing, auto detection links and videos with turned off navigation button
1801
-
1802
- = 1.2.5 =
1803
- Added German and Czech language
1804
-
1805
- = 1.2.4 =
1806
- Added Dutch language
1807
-
1808
- = 1.2.3 =
1809
- Updated lightbox background, navigation elements code and language files
1810
-
1811
- = 1.2.2 =
1812
- Added social deep linking option, new feature to fix problems with JS/CSS including caused by theme
1813
-
1814
- = 1.2.1 =
1815
- Fixed PHP Notices
1816
-
1817
- = 1.2.0 =
1818
- Updated interface elements in back end, Wordpress 4.3 support, interface optimization options
1819
-
1820
- = 1.1.5 =
1821
- Updated admin interface settings modes, code optimization
1822
-
1823
- = 1.1.4 =
1824
- Added hide image title in lightbox option
1825
-
1826
- = 1.1.3 =
1827
- Added new compatibility settings for backend interface element to avoid conflicts
1828
-
1829
- = 1.1.2 =
1830
- Added new compatibility settings to avoid jQuery conflicts
1831
-
1832
- = 1.1.1 =
1833
- Java script code optimization, minor bugs fixed
1834
-
1835
- = 1.1.0 =
1836
- Added new clone gallery settings. Advanced tool to save a lot of time for webmaster
1837
-
1838
- = 1.0.6 =
1839
- Code optimization and structure update, minor bugs fixed
1840
-
1841
- = 1.0.5 =
1842
- Updated compatibility functionality, minor bugs fixed
1843
-
1844
- = 1.0.4 =
1845
- By request of our customers: Default gallery settings the same as Movie Gallery demo
1846
-
1847
- = 1.0.3 =
1848
- By request of our customers: updated plugin workflow with editors, old PHP version support, paths management
1849
-
1850
- = 1.0.2 =
1851
- By request of our customers: added new lightbox settings. Background color, text color, social buttons enable/disable.
1852
-
1853
- = 1.0.1 =
1854
- Upgraded backend functionality. Fixed categories errors, images sorting and thumbnails layout functionality
1855
-
1856
- = 1.0 =
1857
- This is first release of the plugin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
robogallery.php CHANGED
@@ -8,7 +8,7 @@
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
- * Version: 2.3.2
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
@@ -18,8 +18,9 @@
18
  */
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
 
21
  define("ROBO_GALLERY", 1);
22
- define("ROBO_GALLERY_VERSION", '2.3.2');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25
 
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
+ * Version: 2.3.3
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
18
  */
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
+
22
  define("ROBO_GALLERY", 1);
23
+ define("ROBO_GALLERY_VERSION", '2.3.3');
24
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
25
  define("ROBO_GALLERY_SPECIAL", 0);
26