Gallery – Photo Gallery and Images Gallery - Version 1.7.3

Version Description

  • Backend interface of the backup functionality updates
  • Added new backup management button on gallery listing section
Download this release

Release Info

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

Code changes from version 1.7.2 to 1.7.3

includes/rbs_gallery_config.php CHANGED
@@ -54,7 +54,7 @@ if( !class_exists('RoboGalleryConfig') ){
54
  'link'=> 'https://www.youtube.com/watch?v=fI3uYOlUbo4',
55
  'text'=> 'How to upload gallery images?',
56
  'class'=> 'violet'
57
- ),
58
  );
59
 
60
  return $guides[ array_rand( $guides ) ];
54
  'link'=> 'https://www.youtube.com/watch?v=fI3uYOlUbo4',
55
  'text'=> 'How to upload gallery images?',
56
  'class'=> 'violet'
57
+ ),
58
  );
59
 
60
  return $guides[ array_rand( $guides ) ];
includes/rbs_gallery_list.php CHANGED
@@ -58,12 +58,12 @@ if(!function_exists('add_rbs_table_columns')){
58
 
59
  if(!function_exists('rbs_gallery_robogalleryList')){
60
  function rbs_gallery_robogalleryList (){
61
- /* echo '<script type="text/javascript">
62
  jQuery(document).ready( function($){
63
- var rbsButtonBackup = jQuery("<a href=\''.admin_url().'edit.php?post_type=robo_gallery_table&page=robo-gallery-backup\' id=\'rbs_backup_button\' class=\'page-title-action\'>'.__('BackUp').'</a>").appendTo(jQuery(".wrap h1")[0]);
64
- //rbsButtonBackup.attr("href", "'.admin_url().'edit.php?post_type=robo_gallery_table&rbsGalleryExport=1");
65
  });
66
- </script>';*/
67
  wp_enqueue_style ('robo-gallery-list', ROBO_GALLERY_URL.'css/admin/list.css', array( ), ROBO_GALLERY_VERSION );
68
  }
69
  add_action( 'in_admin_header', 'rbs_gallery_robogalleryList' );
58
 
59
  if(!function_exists('rbs_gallery_robogalleryList')){
60
  function rbs_gallery_robogalleryList (){
61
+ echo '<script type="text/javascript">
62
  jQuery(document).ready( function($){
63
+ //var rbsButtonBackup =
64
+ jQuery("<a href=\''.admin_url().'edit.php?post_type=robo_gallery_table&page=robo-gallery-backup\' id=\'rbs_backup_button\' class=\'page-title-action\'>'.__('Backup Gallery').'</a>").appendTo(jQuery(".wp-admin.edit-php.post-type-robo_gallery_table .wrap h1")[0]);
65
  });
66
+ </script>';
67
  wp_enqueue_style ('robo-gallery-list', ROBO_GALLERY_URL.'css/admin/list.css', array( ), ROBO_GALLERY_VERSION );
68
  }
69
  add_action( 'in_admin_header', 'rbs_gallery_robogalleryList' );
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.4
7
- Stable tag: 1.7.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -182,30 +182,26 @@ You don't need do any additional configurations or manual code changes. You can
182
 
183
  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!
184
 
185
- = Do you have some conflict in gallery back end? =
186
-
187
- 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.
188
-
189
- = How to upload images to the gallery? =
190
-
191
- 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.
192
-
193
  = Do you have some limits for images types in gallery? =
194
 
195
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
196
 
197
- = How to insert gallery into Wordpress page or post? =
198
 
199
- 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
200
 
201
- = Do you have some limits for images amount in gallery? =
202
 
203
- No, we don't have any limits for amount of the images in gallery
204
 
205
  = Where specify description of the gallery images? =
206
 
207
  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
208
 
 
 
 
 
209
  = How to define video for some gallery image? =
210
 
211
  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
@@ -214,54 +210,62 @@ Every gallery image have additional fields where you can define custom link, tit
214
 
215
  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
216
 
217
- = How to change quality of the gallery thumbnails? =
218
 
219
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
220
 
221
- = What can I do if some gallery interface elements in backend do not work properly? =
222
 
223
- 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.
224
 
225
  = How to change text below image in lightbox ? =
226
 
227
  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.
228
-
229
- = Is it possible create gallery in Wordpress post with Gallery? =
230
-
231
- Yes, you can insert gallery into post with shortcode tag
232
 
233
- = How to change font size of the gallery image caption? =
234
 
235
- In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
236
 
237
- = How to customize border of the gallery thumbnails? =
238
 
239
- 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
240
 
241
  = How to hide titles of the gallery image in lightbox ? =
242
 
243
  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.
244
 
245
- = Do you have some limit for images size in gallery? =
246
-
247
- No, we don't have any limits for image size in our gallery.
248
 
249
- = Is it possible to create direct link on the front end to the gallery? =
250
 
251
- Yes, you can use generated direct link inside particular gallery settings
252
-
253
- = How to define custom hover effect for some gallery thumbnail? =
254
 
255
- 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.
256
 
257
  = How to generate shortcode for Wordpress page, post or widget? =
258
 
259
  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
 
 
 
 
 
 
 
 
 
 
 
 
260
 
261
  = How to change spacing between thumbnails? =
262
 
263
  In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
264
 
 
 
 
 
265
  = How to customize border of the gallery thumbnails? =
266
 
267
  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
@@ -274,9 +278,9 @@ In gallery settings we have few options which makes you able to select amount of
274
 
275
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
276
 
277
- = Is it possible to have different settings for hover and static interface elements? =
278
 
279
- Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
280
 
281
  = How to make gallery thumbnails with rounded corners? =
282
 
@@ -285,18 +289,22 @@ In gallery settings you can find section rounds where with special options you c
285
  = How to make shadow for the gallery thumbnails? =
286
 
287
  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
 
 
 
 
288
 
289
  = How to use multi-category functionality of the gallery? =
290
 
291
- 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
292
 
293
- = How to customize hover effect? =
294
 
295
- 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
296
 
297
- = Is it possible to customize gallery image caption ? =
298
 
299
- 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
300
 
301
  = How I can create custom (grid) layout of the thumbnails? =
302
 
@@ -306,10 +314,6 @@ In our gallery we implemented layout based on columns amount. So you can general
306
 
307
  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
308
 
309
- = How to change color of the gallery interface elements? =
310
-
311
- 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.
312
-
313
  = Is it possible to use HTML in image description ? =
314
 
315
  Yes, you can use HTML tags inside gallery image description field
@@ -326,10 +330,6 @@ In gallery settings you can enable custom caption settings where you can customi
326
 
327
  Yes, gallery have fade hover effect
328
 
329
- = How to set description text below image in the lightbox? =
330
-
331
- 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.
332
-
333
  = How to enable lazy load in gallery options? =
334
 
335
  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
@@ -346,6 +346,14 @@ In admin section of the gallery you'll find columns options which provide you ad
346
 
347
  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 the text
348
 
 
 
 
 
 
 
 
 
349
  = How to change color of the gallery thumbnails border? =
350
 
351
  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
@@ -358,14 +366,6 @@ When you open gallery images manager you can define alt for every gallery image
358
 
359
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
360
 
361
- = Is it possible to turn off border of the gallery thumbnails? =
362
-
363
- Yes, in gallery options you can turn on/off border option
364
-
365
- = How to crop uploaded gallery image? =
366
-
367
- When you open gallery images manager you'll find there image edit mode where you can crop source image
368
-
369
  = How to rotate uploaded gallery image? =
370
 
371
  When you open gallery images manager you'll find there image edit mode where you can rotate source image
@@ -576,6 +576,10 @@ If any problem occurs, please contact us.
576
 
577
  == Changelog ==
578
 
 
 
 
 
579
  = 1.7.2 =
580
  * Added new content to video guides section
581
  * Added link to images upload video guide
@@ -867,6 +871,9 @@ If any problem occurs, please contact us.
867
 
868
  == Upgrade Notice ==
869
 
 
 
 
870
  = 1.7.2 =
871
  Added new content to video guides section, added link to images upload video guide
872
 
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.4
7
+ Stable tag: 1.7.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
182
 
183
  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!
184
 
 
 
 
 
 
 
 
 
185
  = Do you have some limits for images types in gallery? =
186
 
187
  You can use any standard file type in our gallery: png, jpg, jpeg, gif
188
 
189
+ = Do you have some conflict in gallery back end? =
190
 
191
+ 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.
192
 
193
+ = How to upload images to the gallery? =
194
 
195
+ 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.
196
 
197
  = Where specify description of the gallery images? =
198
 
199
  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
200
 
201
+ = How to change quality of the gallery thumbnails? =
202
+
203
+ Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
204
+
205
  = How to define video for some gallery image? =
206
 
207
  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
210
 
211
  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
212
 
213
+ = How to change font size of the gallery image caption? =
214
 
215
+ In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
216
 
217
+ = Is it possible create gallery in Wordpress post with Gallery? =
218
 
219
+ Yes, you can insert gallery into post with shortcode tag
220
 
221
  = How to change text below image in lightbox ? =
222
 
223
  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.
 
 
 
 
224
 
225
+ = How to insert gallery into Wordpress page or post? =
226
 
227
+ 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
228
 
229
+ = How to define custom hover effect for some gallery thumbnail? =
230
 
231
+ 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.
232
 
233
  = How to hide titles of the gallery image in lightbox ? =
234
 
235
  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.
236
 
237
+ = What can I do if some gallery interface elements in backend do not work properly? =
 
 
238
 
239
+ 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.
240
 
241
+ = Do you have some limits for images amount in gallery? =
 
 
242
 
243
+ No, we don't have any limits for amount of the images in gallery
244
 
245
  = How to generate shortcode for Wordpress page, post or widget? =
246
 
247
  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
248
+
249
+ = Do you have some limit for images size in gallery? =
250
+
251
+ No, we don't have any limits for image size in our gallery.
252
+
253
+ = Is it possible to have different settings for hover and static interface elements? =
254
+
255
+ Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
256
+
257
+ = How to customize border of the gallery thumbnails? =
258
+
259
+ 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
260
 
261
  = How to change spacing between thumbnails? =
262
 
263
  In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
264
 
265
+ = Is it possible to create direct link on the front end to the gallery? =
266
+
267
+ Yes, you can use generated direct link inside particular gallery settings
268
+
269
  = How to customize border of the gallery thumbnails? =
270
 
271
  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
278
 
279
  You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
280
 
281
+ = Is it possible to customize gallery image caption ? =
282
 
283
+ 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
284
 
285
  = How to make gallery thumbnails with rounded corners? =
286
 
289
  = How to make shadow for the gallery thumbnails? =
290
 
291
  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
292
+
293
+ = How to customize hover effect? =
294
+
295
+ 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
296
 
297
  = How to use multi-category functionality of the gallery? =
298
 
299
+ 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
300
 
301
+ = How to change color of the gallery interface elements? =
302
 
303
+ 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.
304
 
305
+ = How to set description text below image in the lightbox? =
306
 
307
+ 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.
308
 
309
  = How I can create custom (grid) layout of the thumbnails? =
310
 
314
 
315
  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
316
 
 
 
 
 
317
  = Is it possible to use HTML in image description ? =
318
 
319
  Yes, you can use HTML tags inside gallery image description field
330
 
331
  Yes, gallery have fade hover effect
332
 
 
 
 
 
333
  = How to enable lazy load in gallery options? =
334
 
335
  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
346
 
347
  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 the text
348
 
349
+ = Is it possible to turn off border of the gallery thumbnails? =
350
+
351
+ Yes, in gallery options you can turn on/off border option
352
+
353
+ = How to crop uploaded gallery image? =
354
+
355
+ When you open gallery images manager you'll find there image edit mode where you can crop source image
356
+
357
  = How to change color of the gallery thumbnails border? =
358
 
359
  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
366
 
367
  Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
368
 
 
 
 
 
 
 
 
 
369
  = How to rotate uploaded gallery image? =
370
 
371
  When you open gallery images manager you'll find there image edit mode where you can rotate source image
576
 
577
  == Changelog ==
578
 
579
+ = 1.7.3 =
580
+ * Backend interface of the backup functionality updates
581
+ * Added new backup management button on gallery listing section
582
+
583
  = 1.7.2 =
584
  * Added new content to video guides section
585
  * Added link to images upload video guide
871
 
872
  == Upgrade Notice ==
873
 
874
+ = 1.7.3 =
875
+ Backend interface of the backup functionality updates, added new backup management button on gallery listing section
876
+
877
  = 1.7.2 =
878
  Added new content to video guides section, added link to images upload video guide
879
 
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: 1.7.2
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
@@ -19,7 +19,7 @@
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
- define("ROBO_GALLERY_VERSION", '1.7.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: 1.7.3
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
+ define("ROBO_GALLERY_VERSION", '1.7.3');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25