Gallery – Photo Gallery and Images Gallery - Version 2.8.19

Version Description

  • Modification of the translation elements
  • Fixed small issues in editor
Download this release

Release Info

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

Code changes from version 2.8.18 to 2.8.19

Files changed (107) hide show
  1. app/app.php +1 -1
  2. app/class.brand.php +1 -1
  3. app/class.listing.php +1 -1
  4. app/class.php +1 -1
  5. app/class.view.php +1 -1
  6. app/extensions/dashboard/assets/style.css +1 -1
  7. app/extensions/dashboard/class.dashboard.php +1 -1
  8. app/extensions/dashboard/init.php +1 -1
  9. app/extensions/dashboard/overview.php +1 -1
  10. app/extensions/dashboard/video_guide.php +1 -1
  11. app/extensions/manager/class.addons.action.php +1 -1
  12. app/extensions/manager/class.addons.php +1 -1
  13. app/extensions/manager/css/style.css +1 -1
  14. app/extensions/manager/init.php +1 -1
  15. app/extensions/manager/js/script.js +1 -1
  16. app/extensions/manager/templates/addon.tpl.php +1 -1
  17. cmb2/fields/border/cmb-field-border.php +1 -1
  18. cmb2/fields/colums/cmb-field-colums.php +1 -1
  19. cmb2/fields/font/cmb-field-font.php +1 -1
  20. cmb2/fields/loading/cmb-field-loading.php +1 -1
  21. cmb2/fields/multisize/rbs-multiSize.php +1 -1
  22. cmb2/fields/padding/rbs-padding.php +1 -1
  23. cmb2/fields/rbsgallery/cmb-field-rbsgallery.php +1 -1
  24. cmb2/fields/rbsradiobutton/rbs-radiobutton.php +1 -1
  25. cmb2/fields/rbsselect/cmb-field-rbsselect.php +1 -1
  26. cmb2/fields/rbstext/cmb-field-rbstext.php +1 -1
  27. cmb2/fields/rbstextarea/cmb-field-rbstextarea.php +1 -1
  28. cmb2/fields/shadow/cmb-field-shadow.php +1 -1
  29. cmb2/fields/size/cmb-field-size.php +1 -1
  30. cmb2/fields/slider/cmb-field-slider.php +1 -1
  31. cmb2/fields/switch/cmb-field-switch.php +1 -1
  32. cmb2/fields/toolbox/cmb-field-toolbox.php +1 -1
  33. css/admin/about.css +1 -1
  34. css/admin/edit.css +1 -1
  35. css/admin/info.css +1 -1
  36. css/admin/list.css +1 -1
  37. css/admin/listing.css +1 -1
  38. css/admin/topblock.css +1 -1
  39. css/gallery.css +2 -2
  40. includes/cache.php +1 -1
  41. includes/extensions/backup/backup.class.php +1 -1
  42. includes/extensions/backup/backup.form.php +2 -2
  43. includes/extensions/backup/backup.init.php +1 -1
  44. includes/extensions/category/category.class.php +1 -1
  45. includes/extensions/category/category.init.php +1 -1
  46. includes/extensions/categoryPage/category.class.php +1 -1
  47. includes/extensions/categoryPage/category.init.php +1 -1
  48. includes/extensions/class.postcontroller.php +1 -1
  49. includes/extensions/debug/css/debug.css +1 -1
  50. includes/extensions/debug/js/script.js +1 -1
  51. includes/extensions/rbs_create_post_ajax.php +1 -1
  52. includes/extensions/stats/stats.class.php +1 -1
  53. includes/extensions/stats/stats.form.php +1 -1
  54. includes/extensions/stats/stats.init.php +1 -1
  55. includes/frontend/extensions/core/roboGalleryCore.php +1 -1
  56. includes/frontend/extensions/loader/RoboGalleryLoader.php +1 -1
  57. includes/frontend/rbs_gallery_class.php +1 -1
  58. includes/frontend/rbs_gallery_class_utils.php +1 -1
  59. includes/frontend/rbs_gallery_frontend.php +1 -1
  60. includes/frontend/rbs_gallery_helper.php +1 -1
  61. includes/frontend/rbs_gallery_source.php +1 -1
  62. includes/frontend/roboGalleryAbstractExtension.php +1 -1
  63. includes/options/rbs_gallery_options_button.php +1 -1
  64. includes/options/rbs_gallery_options_copy.php +1 -1
  65. includes/options/rbs_gallery_options_css.php +1 -1
  66. includes/options/rbs_gallery_options_guides.php +1 -1
  67. includes/options/rbs_gallery_options_hover.php +1 -1
  68. includes/options/rbs_gallery_options_images.php +1 -1
  69. includes/options/rbs_gallery_options_info.php +1 -1
  70. includes/options/rbs_gallery_options_infowide.php +1 -1
  71. includes/options/rbs_gallery_options_lightbox.php +1 -1
  72. includes/options/rbs_gallery_options_loading.php +1 -1
  73. includes/options/rbs_gallery_options_polaroid.php +1 -1
  74. includes/options/rbs_gallery_options_shortcode.php +1 -1
  75. includes/options/rbs_gallery_options_size.php +1 -1
  76. includes/options/rbs_gallery_options_text.php +1 -1
  77. includes/options/rbs_gallery_options_tools.php +1 -1
  78. includes/options/rbs_gallery_options_view.php +1 -1
  79. includes/rbs_class_activator.php +1 -1
  80. includes/rbs_class_update.php +1 -1
  81. includes/rbs_gallery_about.php +2 -2
  82. includes/rbs_gallery_ajax.php +1 -1
  83. includes/rbs_gallery_button.php +1 -1
  84. includes/rbs_gallery_config.php +1 -1
  85. includes/rbs_gallery_edit.php +1 -1
  86. includes/rbs_gallery_init.php +1 -1
  87. includes/rbs_gallery_list.php +1 -1
  88. includes/rbs_gallery_media.php +1 -1
  89. includes/rbs_gallery_menu.php +1 -1
  90. includes/rbs_gallery_settings.php +2 -2
  91. includes/rbs_gallery_topblock.php +1 -1
  92. includes/rbs_gallery_widget.php +1 -1
  93. includes/rbs_gallery_widget_last.php +1 -1
  94. js/admin/edit.js +1 -1
  95. js/admin/editor-button.js +1 -1
  96. js/admin/extensions/backup/backup.js +1 -1
  97. js/admin/extensions/backup/rbs_backup_button.js +1 -1
  98. js/admin/extensions/create_post.js +1 -1
  99. js/admin/info.js +1 -1
  100. js/admin/listing.js +1 -1
  101. js/admin/menu.js +1 -1
  102. js/admin/topblock.js +1 -1
  103. js/admin/update.js +1 -1
  104. js/robo_gallery.js +1 -1
  105. js/robo_gallery_alt.js +1 -1
  106. readme.txt +15 -7
  107. robogallery.php +2 -2
app/app.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 2.8.18 - 97061
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 2.8.19 - 91891
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
app/class.brand.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 2.8.18 - 97061
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 2.8.19 - 91891
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
app/class.listing.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.18 - 97061
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.8.19 - 91891
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/class.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.18 - 97061
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.8.19 - 91891
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/class.view.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  * Robo Gallery
5
- * Version: 2.8.18 - 97061
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
2
 
3
  /*
4
  * Robo Gallery
5
+ * Version: 2.8.19 - 91891
6
  * By Robosoft
7
  *
8
  * Contact: https://robosoft.co/robogallery/
app/extensions/dashboard/assets/style.css CHANGED
@@ -1,7 +1,7 @@
1
 
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.18 - 97061
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
 
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.8.19 - 91891
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/dashboard/class.dashboard.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.18 - 97061
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.8.19 - 91891
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/dashboard/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.18 - 97061
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.8.19 - 91891
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/dashboard/overview.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.18 - 97061
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.8.19 - 91891
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/dashboard/video_guide.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.18 - 97061
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.8.19 - 91891
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/class.addons.action.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.18 - 97061
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.8.19 - 91891
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/class.addons.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.18 - 97061
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.8.19 - 91891
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/css/style.css CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 2.8.18 - 97061
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 2.8.19 - 91891
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/init.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Robo Gallery
4
- * Version: 2.8.18 - 97061
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
1
  <?php
2
  /*
3
  * Robo Gallery
4
+ * Version: 2.8.19 - 91891
5
  * By Robosoft
6
  *
7
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/js/script.js CHANGED
@@ -1,6 +1,6 @@
1
  /*
2
  * Robo Gallery
3
- * Version: 2.8.18 - 97061
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
1
  /*
2
  * Robo Gallery
3
+ * Version: 2.8.19 - 91891
4
  * By Robosoft
5
  *
6
  * Contact: https://robosoft.co/robogallery/
app/extensions/manager/templates/addon.tpl.php CHANGED
@@ -103,5 +103,5 @@ if( $commercial && !$status['download'] ) $class=" addon-link ";
103
  </div>
104
 
105
  <div class="download-error" style="display: none;">
106
- <?php echo sprintf( __("Oops ... Something went wrong. Wordpress don't able to download add-on. Please try again later or download it manually from <a class='thickbox open-plugin-details-modal' href='%s'>[here]</a>. In the case if this situation repeat contact our [support team]",'robo-gallery'), $informationUrl ); ?>
107
  </div>
103
  </div>
104
 
105
  <div class="download-error" style="display: none;">
106
+ <?php echo sprintf( __("Oops ... Something went wrong. WordPress don't able to download add-on. Please try again later or download it manually from <a class='thickbox open-plugin-details-modal' href='%s'>[here]</a>. In the case if this situation repeat contact our [support team]",'robo-gallery'), $informationUrl ); ?>
107
  </div>
cmb2/fields/border/cmb-field-border.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/colums/cmb-field-colums.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/font/cmb-field-font.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/loading/cmb-field-loading.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/multisize/rbs-multiSize.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/padding/rbs-padding.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/rbsgallery/cmb-field-rbsgallery.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/rbsradiobutton/rbs-radiobutton.php CHANGED
@@ -9,7 +9,7 @@
9
  * Created: 2015
10
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
11
  *
12
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
13
  * Available only in https://robosoft.co/robogallery/
14
  */
15
 
9
  * Created: 2015
10
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
11
  *
12
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
13
  * Available only in https://robosoft.co/robogallery/
14
  */
15
 
cmb2/fields/rbsselect/cmb-field-rbsselect.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/rbstext/cmb-field-rbstext.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/rbstextarea/cmb-field-rbstextarea.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/shadow/cmb-field-shadow.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/size/cmb-field-size.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/slider/cmb-field-slider.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/switch/cmb-field-switch.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
cmb2/fields/toolbox/cmb-field-toolbox.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
css/admin/about.css CHANGED
@@ -1 +1 @@
1
- /*
2
  display:-webkit-flex;;
3
  }
 
4
  display:-webkit-flex;;
5
  }
 
1
  display:-webkit-flex;;
2
  }
3
+ /*
4
  display:-webkit-flex;;
5
  }
css/admin/edit.css CHANGED
@@ -1 +1 @@
1
- /*
2
  z-index: 1000;
3
  opacity: 0.4;
4
  pointer-events: none;
5
  z-index: 1000;
6
  opacity: 0.1;
7
  pointer-events: none;
8
  padding-top: 7px;
9
  text-align: right;
10
  cursor: pointer;
 
11
  z-index: 1000;
12
  opacity: 0.4;
13
  pointer-events: none;
14
  z-index: 1000;
15
  opacity: 0.1;
16
  pointer-events: none;
17
  padding-top: 7px;
18
  text-align: right;
19
  cursor: pointer;
 
1
  z-index: 1000;
2
  opacity: 0.4;
3
  pointer-events: none;
4
  z-index: 1000;
5
  opacity: 0.1;
6
  pointer-events: none;
7
  padding-top: 7px;
8
  text-align: right;
9
  cursor: pointer;
10
+ /*
11
  z-index: 1000;
12
  opacity: 0.4;
13
  pointer-events: none;
14
  z-index: 1000;
15
  opacity: 0.1;
16
  pointer-events: none;
17
  padding-top: 7px;
18
  text-align: right;
19
  cursor: pointer;
css/admin/info.css CHANGED
@@ -1 +1 @@
1
- /*
1
+ /*
css/admin/list.css CHANGED
@@ -1 +1 @@
1
- /*
1
+ /*
css/admin/listing.css CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
  <!-- -->
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
  <!-- -->
css/admin/topblock.css CHANGED
@@ -1 +1 @@
1
- /*
1
+ /*
css/gallery.css CHANGED
@@ -506,7 +506,7 @@ img.mfp-img {
506
  /*
507
  * Robo Gallery
508
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
509
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
510
  * Available only in https://robosoft.co/robogallery/
511
  */
512
 
@@ -849,7 +849,7 @@ img.mfp-img {
849
  /*
850
  * Robo Gallery
851
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
852
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
853
  * Available only in https://robosoft.co/robogallery/
854
  */
855
 
506
  /*
507
  * Robo Gallery
508
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
509
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
510
  * Available only in https://robosoft.co/robogallery/
511
  */
512
 
849
  /*
850
  * Robo Gallery
851
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
852
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
853
  * Available only in https://robosoft.co/robogallery/
854
  */
855
 
includes/cache.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  * Robo Gallery By Robosoft
4
  * Contact: https://robosoft.co/robogallery/
5
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
6
  */
7
 
8
  if ( ! defined( 'ABSPATH' ) ) exit;
2
  /*
3
  * Robo Gallery By Robosoft
4
  * Contact: https://robosoft.co/robogallery/
5
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
6
  */
7
 
8
  if ( ! defined( 'ABSPATH' ) ) exit;
includes/extensions/backup/backup.class.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/extensions/backup/backup.form.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
@@ -186,7 +186,7 @@ switch ($tab) {
186
  case 'export':
187
  ?>
188
  <br />
189
- <p class="description" id="rbsBackupFile-description"><?php _e('After EXPORT copy images from server folder: {Wordpress folder}/wp-content/uploads to the new location by FTP'); ?></p>
190
  <table class="form-table">
191
 
192
  <tbody>
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
186
  case 'export':
187
  ?>
188
  <br />
189
+ <p class="description" id="rbsBackupFile-description"><?php _e('After EXPORT copy images from server folder: {WordPress folder}/wp-content/uploads to the new location by FTP'); ?></p>
190
  <table class="form-table">
191
 
192
  <tbody>
includes/extensions/backup/backup.init.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/extensions/category/category.class.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/extensions/category/category.init.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/extensions/categoryPage/category.class.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/extensions/categoryPage/category.init.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/extensions/class.postcontroller.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Wrapper Class to create/manage/update Wordpress posts and pages.
4
  *
5
  * @author Harri Bell-Thomas <contact@hbt.io>
6
  * @created January, 2014
1
  <?php
2
  /**
3
+ * Wrapper Class to create/manage/update WordPress posts and pages.
4
  *
5
  * @author Harri Bell-Thomas <contact@hbt.io>
6
  * @created January, 2014
includes/extensions/debug/css/debug.css CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
includes/extensions/debug/js/script.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
  console.log('=========== Robo Gallery =============');
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
  console.log('=========== Robo Gallery =============');
includes/extensions/rbs_create_post_ajax.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/extensions/stats/stats.class.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/extensions/stats/stats.form.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/extensions/stats/stats.init.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/frontend/extensions/core/roboGalleryCore.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/frontend/extensions/loader/RoboGalleryLoader.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/frontend/rbs_gallery_class.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/frontend/rbs_gallery_class_utils.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/frontend/rbs_gallery_frontend.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/frontend/rbs_gallery_helper.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/frontend/rbs_gallery_source.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/frontend/roboGalleryAbstractExtension.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_button.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_copy.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_css.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_guides.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
  if ( ! defined( 'ABSPATH' ) ) exit;
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
  if ( ! defined( 'ABSPATH' ) ) exit;
includes/options/rbs_gallery_options_hover.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_images.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_info.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_infowide.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_lightbox.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_loading.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_polaroid.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_shortcode.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_size.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_text.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_tools.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/options/rbs_gallery_options_view.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_class_activator.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_class_update.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_gallery_about.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
@@ -69,5 +69,5 @@ if(!ROBO_GALLERY_PRO){
69
  </div>
70
  ';
71
  }
72
- echo '<div class="rbs_about_string2">Copyright &copy; 2014 - 2018 RoboSoft '.__('All Rights Reserved', 'robo-gallery').'.</div>
73
  ';
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
69
  </div>
70
  ';
71
  }
72
+ echo '<div class="rbs_about_string2">Copyright &copy; 2014 - 2019 RoboSoft '.__('All Rights Reserved', 'robo-gallery').'.</div>
73
  ';
includes/rbs_gallery_ajax.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2017
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_gallery_button.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_gallery_config.php CHANGED
@@ -7,7 +7,7 @@
7
  * Contact: https://robosoft.co/robogallery/
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
  if ( ! defined( 'ABSPATH' ) ) exit;
7
  * Contact: https://robosoft.co/robogallery/
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
  if ( ! defined( 'ABSPATH' ) ) exit;
includes/rbs_gallery_edit.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_gallery_init.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_gallery_list.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_gallery_media.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_gallery_menu.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_gallery_settings.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
  if ( ! defined( 'ABSPATH' ) ) exit;
@@ -248,7 +248,7 @@ class Robo_Gallery_Settings {
248
  <label title='<?php _e('Forced include', 'robo-gallery'); ?>'>
249
  <input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'jqueryVersion'; ?>' value='forced' <?php if( get_option(ROBO_GALLERY_PREFIX.'jqueryVersion')=='forced' ) echo " checked='checked'";?> /> <?php _e('Forced include', 'robo-gallery'); ?>
250
  </label>
251
- <p class="description">[ for the case when Your theme do not use Wordpress API ]</p>
252
  </fieldset>
253
  </td>
254
  </tr>
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
  if ( ! defined( 'ABSPATH' ) ) exit;
248
  <label title='<?php _e('Forced include', 'robo-gallery'); ?>'>
249
  <input type='radio' name='<?php echo ROBO_GALLERY_PREFIX.'jqueryVersion'; ?>' value='forced' <?php if( get_option(ROBO_GALLERY_PREFIX.'jqueryVersion')=='forced' ) echo " checked='checked'";?> /> <?php _e('Forced include', 'robo-gallery'); ?>
250
  </label>
251
+ <p class="description">[ for the case when Your theme do not use WordPress API ]</p>
252
  </fieldset>
253
  </td>
254
  </tr>
includes/rbs_gallery_topblock.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_gallery_widget.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
includes/rbs_gallery_widget_last.php CHANGED
@@ -8,7 +8,7 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
12
  * Available only in https://robosoft.co/robogallery/
13
  */
14
 
js/admin/edit.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
js/admin/editor-button.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
js/admin/extensions/backup/backup.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
js/admin/extensions/backup/rbs_backup_button.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
js/admin/extensions/create_post.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
js/admin/info.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
js/admin/listing.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
  (function($){
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
  (function($){
js/admin/menu.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
js/admin/topblock.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
js/admin/update.js CHANGED
@@ -7,7 +7,7 @@
7
  * Created: 2016
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
7
  * Created: 2016
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
11
  * Available only in https://robosoft.co/robogallery/
12
  */
13
 
js/robo_gallery.js CHANGED
@@ -66,7 +66,7 @@ jQuery.easing.jswing=jQuery.easing.swing,jQuery.extend(jQuery.easing,{def:"easeO
66
  !function(e,t,a){var i=function(i,o){function n(e){e.find(O+", ."+j).find(R+":not([data-popupTrigger])").each(function(){var e=t(this),i=e.find("div[data-popup]").eq(0);e.attr("data-popupTrigger","yes");var o="mfp-image";"iframe"==i.data("type")?o="mfp-iframe":"inline"==i.data("type")?o="mfp-inline":"ajax"==i.data("type")?o="mfp-ajax":"link"==i.data("type")?o="mfp-link":"blanklink"==i.data("type")&&(o="mfp-blanklink");var n=e.find(".rbs-lightbox").addBack(".rbs-lightbox");n.attr("data-mfp-src",i.data("popup")).addClass(o),i.attr("title")!=a&&n.attr("mfp-title",i.attr("title")),i.attr("data-alt")!=a&&n.attr("mfp-alt",i.attr("data-alt"))})}function r(e,i){function o(e){var i=t(e.img),o=i.parents(".image-with-dimensions");o[0]!=a&&(e.isLoaded?i.fadeIn(400,function(){o.removeClass("image-with-dimensions")}):(o.removeClass("image-with-dimensions"),i.hide(),o.addClass("broken-image-here")))}e.find(O).find(R+":not([data-imageconverted])").each(function(){var o=t(this),n=o.find("div[data-thumbnail]").eq(0),r=o.find("div[data-popup]").eq(0),s=n.data("thumbnail");if(n[0]==a&&(n=r,s=r.data("popup")),0!=i||0!=e.data("settings").waitForAllThumbsNoMatterWhat||n.data("width")==a&&n.data("height")==a){o.attr("data-imageconverted","yes");var d=n.attr("title");d==a&&(d=s);var l=t('<img style="margin:auto;" alt="'+d+'" title="'+d+'" src="'+s+'" />');1==i&&(l.attr("data-dont-wait-for-me","yes"),n.addClass("image-with-dimensions"),e.data("settings").waitUntilThumbLoads&&l.hide()),n.addClass("rbs-img-thumbnail-container").prepend(l)}}),1==i&&e.find(".image-with-dimensions").imagesLoadedMB().always(function(e){for(index in e.images)o(e.images[index])}).progress(function(e,t){o(t)})}function s(e){e.find(O).each(function(){var i=t(this),o=i.find(R),n=o.find("div[data-thumbnail]").eq(0),r=o.find("div[data-popup]").eq(0);n[0]==a&&(n=r);var s=i.css("display");"none"==s&&i.css("margin-top",99999999999999).show();var d=2*e.data("settings").borderSize;o.width(n.width()-d),o.height(n.height()-d),"none"==s&&i.css("margin-top",0).hide()})}function d(e){e.find(O).find(R).each(function(){var i=t(this),o=i.find("div[data-thumbnail]").eq(0),n=i.find("div[data-popup]").eq(0);o[0]==a&&(o=n);var r=parseFloat(o.data("width")),s=parseFloat(o.data("height")),d=i.parents(O).width()-e.data("settings").horizontalSpaceBetweenBoxes,l=s*d/r;o.css("width",d),o.data("width")==a&&o.data("height")==a||o.css("height",Math.floor(l))})}function l(e,i,o){var n,r=e.find(O);n="auto"==i?Math.floor((e.width()-1)/o):i,e.find(".rbs-imges-grid-sizer").css("width",n),r.each(function(e){var i=t(this),r=i.data("columns");r!=a&&parseInt(o)>=parseInt(r)?i.css("width",n*parseInt(r)):i.css("width",n)})}function c(){var t=e,a="inner";return"innerWidth"in e||(a="client",t=document.documentElement||document.body),{width:t[a+"Width"],height:t[a+"Height"]}}function f(e){var t=!1;for(var a in e.data("settings").resolutions){var i=e.data("settings").resolutions[a];if(i.maxWidth>=c().width){l(e,i.columnWidth,i.columns),t=!0;break}}0==t&&l(e,e.data("settings").columnWidth,e.data("settings").columns)}function m(e){var a=t('<div class="rbs-img-container"></div').css({"margin-left":e.data("settings").horizontalSpaceBetweenBoxes,"margin-bottom":e.data("settings").verticalSpaceBetweenBoxes});e.find(O+":not([data-wrapper-added])").attr("data-wrapper-added","yes").wrapInner(a)}function p(e){if(0!=e.data("settings").thumbnailOverlay){var i=e.find(O+":not([data-set-overlay-for-hover-effect])").attr("data-set-overlay-for-hover-effect","yes");i.find(".thumbnail-overlay").wrapInner("<div class='aligment'><div class='aligment'></div></div>"),i.each(function(){var i=t(this),o=i.find(R),n=e.data("settings").overlayEffect;if(o.data("overlay-effect")!=a&&(n=o.data("overlay-effect")),"push-up"==n||"push-down"==n||"push-up-100%"==n||"push-down-100%"==n){var r=o.find(".rbs-img-thumbnail-container"),s=o.find(".thumbnail-overlay").css("position","relative");"push-up-100%"!=n&&"push-down-100%"!=n||s.outerHeight(r.outerHeight(!1));var d=s.outerHeight(!1),l=t('<div class="wrapper-for-some-effects"></div');"push-up"==n||"push-up-100%"==n?s.appendTo(o):"push-down"!=n&&"push-down-100%"!=n||(s.prependTo(o),l.css("margin-top",-d)),o.wrapInner(l)}else if("reveal-top"==n||"reveal-top-100%"==n){i.addClass("position-reveal-effect");c=i.find(".thumbnail-overlay").css("top",0);"reveal-top-100%"==n&&c.css("height","100%")}else if("reveal-bottom"==n||"reveal-bottom-100%"==n){i.addClass("position-reveal-effect").addClass("position-bottom-reveal-effect");var c=i.find(".thumbnail-overlay").css("bottom",0);"reveal-bottom-100%"==n&&c.css("height","100%")}else if("direction"==n.substr(0,9))i.find(".thumbnail-overlay").css("height","100%");else if("fade"==n){var f=i.find(".thumbnail-overlay").hide();f.css({height:"100%",top:"0",left:"0"}),f.find(".fa").css({scale:1.4})}})}}function h(e){e.find(O).each(function(){var i=t(this).find(R),o=e.data("settings").overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect")),"direction"==o.substr(0,9)&&i.find(".thumbnail-overlay").hide()}),e.eveMB("layout")}function u(){var e=q.find(O+", ."+j),t=x();e.filter(t).removeClass("hidden-rbs-imges-by-filter").addClass("visible-rbs-imges-by-filter"),e.not(t).addClass("hidden-rbs-imges-by-filter").removeClass("visible-rbs-imges-by-filter")}function v(e,t){q.addClass("filtering-isotope"),b(e,t),u(),g()}function g(){C().length>0?I():L(),w()}function b(e,t){D[t]=e,q.eveMB({filter:y(D)})}function y(e){for(var t in e)(o=e[t])==a&&(e[t]="*");var i="";for(var t in e){var o=e[t];""==i?i=t:i.split(",").length<o.split(",").length&&(i=t)}var n=e[i];for(var t in e)if(t!=i)for(var r=e[t].split(","),s=0;s<r.length;s++){for(var d=n.split(","),l=[],c=0;c<d.length;c++)"*"==d[c]&&"*"==r[s]?r[s]="":("*"==r[s]&&(r[s]=""),"*"==d[c]&&(d[c]="")),l.push(d[c]+r[s]);n=l.join(",")}return n}function w(){var e=k().length;return e<P.minBoxesPerFilter&&B().length>0&&(M(P.minBoxesPerFilter-e),!0)}function k(){var e=q.find(O),t=x();return"*"!=t&&(e=e.filter(t)),e}function C(){return k().not(".rbs-img-loaded")}function x(){var e=q.data("eveMB").options.filter;return""!=e&&e!=a||(e="*"),e}function B(e){var t=q.find("."+j),i=x();return"*"!=i&&e==a&&(t=t.filter(i)),t}function I(){H.html(P.LoadingWord),H.removeClass("rbs-imges-load-more"),H.addClass("rbs-imges-loading")}function S(){A++,I()}function T(){0==--A&&L()}function L(){H.removeClass("rbs-imges-load-more"),H.removeClass("rbs-imges-loading"),H.removeClass("rbs-imges-no-more-entries"),B().length>0?(H.html(P.loadMoreWord),H.addClass("rbs-imges-load-more")):(H.html(P.noMoreEntriesWord),H.addClass("rbs-imges-no-more-entries"))}function M(e,a){if(1!=H.hasClass("rbs-imges-no-more-entries")){S();var i=[];B(a).each(function(a){var o=t(this);a+1<=e&&(o.removeClass(j).addClass(U),o.hide(),i.push(this))}),q.eveMB("insert",t(i),function(){T(),q.eveMB("layout")})}}function z(e){if(e!=a){var i=q.find("."+U+", ."+j);""==e?i.addClass("search-match"):(i.removeClass("search-match"),q.find(P.searchTarget).each(function(){var a=t(this),i=a.parents("."+U+", ."+j);-1!==a.text().toLowerCase().indexOf(e.toLowerCase())&&i.addClass("search-match")})),setTimeout(function(){v(".search-match","search")},100)}}function E(e){var t=e.data("sort-ascending");return t==a&&(t=!0),e.data("sort-toggle")&&1==e.data("sort-toggle")&&e.data("sort-ascending",!t),t}function W(){if("#!"!=location.hash.substr(0,2))return null;var e=location.href.split("#!")[1];return{hash:e,src:e}}function _(){var e=t.magnificPopup.instance;if(e){var a=W();if(!a&&e.isOpen)e.close();else if(a)if(e.isOpen&&e.currItem&&e.currItem.el.parents(".rbs-imges-container").attr("id")==a.id){if(e.currItem.el.attr("data-mfp-src")!=a.src){var i=null;t.each(e.items,function(e,o){if((o.parsed?o.el:t(o)).attr("data-mfp-src")==a.src)return i=e,!1}),null!==i&&e.goTo(i)}}else q.filter('[id="'+a.id+'"]').find('.rbs-lightbox[data-mfp-src="'+a.src+'"]').trigger("click")}}var P=t.extend({},t.fn.collagePlus.defaults,o),q=t(i).addClass("rbs-imges-container"),O=".rbs-img",R=".rbs-img-image",U="rbs-img",j="rbs-img-hidden",F=ModernizrL.csstransitions?"transition":"animate",D={},A=0;"default"==P.overlayEasing&&(P.overlayEasing="transition"==F?"_default":"swing");var H=t('<div class="rbs-imges-load-more button"></div>').insertAfter(q);H.wrap('<div class="rbs_gallery_button rbs_gallery_button_bottom"></div>'),H.addClass(P.loadMoreClass),P.resolutions.sort(function(e,t){return e.maxWidth-t.maxWidth}),q.data("settings",P),q.css({"margin-left":-P.horizontalSpaceBetweenBoxes}),q.find(O).removeClass(U).addClass(j);var N=t(P.sortContainer).find(P.sort).filter(".selected"),Q=N.attr("data-sort-by"),X=E(N);q.append('<div class="rbs-imges-grid-sizer"></div>'),q.eveMB({itemSelector:O,masonry:{columnWidth:".rbs-imges-grid-sizer"},getSortData:P.getSortData,sortBy:Q,sortAscending:X}),t.extend(EveMB.prototype,{resize:function(){var e=t(this.element);f(e),d(e),s(e),h(e),this.isResizeBound&&this.needsResizeLayout()&&this.layout()}}),t.extend(EveMB.prototype,{_setContainerMeasure:function(e,i){if(e!==a){var o=this.size;o.isBorderBox&&(e+=i?o.paddingLeft+o.paddingRight+o.borderLeftWidth+o.borderRightWidth:o.paddingBottom+o.paddingTop+o.borderTopWidth+o.borderBottomWidth),e=Math.max(e,0),this.element.style[i?"width":"height"]=e+"px";var n=t(this.element);t.waypoints("refresh"),n.addClass("lazy-load-ready"),n.removeClass("filtering-isotope")}}}),t.extend(EveMB.prototype,{insert:function(e,i){var o=this.addItems(e);if(o.length){var l,c,h=t(this.element),u=h.find("."+j)[0],v=o.length;for(l=0;l<v;l++)c=o[l],u!=a?this.element.insertBefore(c.element,u):this.element.appendChild(c.element);var g=function(){var e=this._filter(o);for(this._noTransition(function(){this.hide(e)}),l=0;l<v;l++)o[l].isLayoutInstant=!0;for(this.arrange(),l=0;l<v;l++)delete o[l].isLayoutInstant;this.reveal(e)},b=function(e){var a=t(e.img),i=a.parents("div[data-thumbnail], div[data-popup]");0==e.isLoaded&&(a.hide(),i.addClass("broken-image-here"))},y=this;m(h),f(h),d(h),n(h),r(h,!1),h.find("img:not([data-dont-wait-for-me])").imagesLoadedMB().always(function(){0==P.waitForAllThumbsNoMatterWhat&&r(h,!0),h.find(O).addClass("rbs-img-loaded"),g.call(y),s(h),p(h),"function"==typeof i&&i();for(index in y.images){var e=y.images[index];b(e)}}).progress(function(e,t){b(t)})}}}),M(P.boxesToLoadStart,!0),H.on("click",function(){M(P.boxesToLoad)}),P.lazyLoad&&q.waypoint(function(e){q.hasClass("lazy-load-ready")&&"down"==e&&0==q.hasClass("filtering-isotope")&&(q.removeClass("lazy-load-ready"),M(P.boxesToLoad))},{context:e,continuous:!0,enabled:!0,horizontal:!1,offset:"bottom-in-view",triggerOnce:!1});var Y=t(P.filterContainer);Y.find(P.filter).on("click",function(e){var i=t(this),o=i.parents(P.filterContainer);o.find(P.filter).removeClass(P.filterContainerSelectClass),i.addClass(P.filterContainerSelectClass);var n=i.attr("data-filter"),r="filter";o.data("id")!=a&&(r=o.data("id")),v(n,r),e.preventDefault(),H.is(".rbs-imges-no-more-entries")||H.click()}),Y.each(function(){var e=t(this),i=e.find(P.filter).filter(".selected");if(i[0]!=a){var o=i.attr("data-filter"),n="filter";e.data("id")!=a&&(n=e.data("id")),b(o,n)}}),g(),z(t(P.search).val()),t(P.search).on("keyup",function(){z(t(this).val())}),t(P.sortContainer).find(P.sort).on("click",function(e){var a=t(this);a.parents(P.sortContainer).find(P.sort).removeClass("selected"),a.addClass("selected");var i=a.attr("data-sort-by");q.eveMB({sortBy:i,sortAscending:E(a)}),e.preventDefault()}),q.on("mouseenter.hoverdir, mouseleave.hoverdir",R,function(e){if(0!=P.thumbnailOverlay){var i=t(this),o=P.overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect"));var n=e.type,r=i.find(".rbs-img-thumbnail-container"),s=i.find(".thumbnail-overlay"),d=s.outerHeight(!1);if("push-up"==o||"push-up-100%"==o){l=i.find("div.wrapper-for-some-effects");"mouseenter"===n?l.stop().show()[F]({"margin-top":-d},P.overlaySpeed,P.overlayEasing):l.stop()[F]({"margin-top":0},P.overlaySpeed,P.overlayEasing)}else if("push-down"==o||"push-down-100%"==o){var l=i.find("div.wrapper-for-some-effects");"mouseenter"===n?l.stop().show()[F]({"margin-top":0},P.overlaySpeed,P.overlayEasing):l.stop()[F]({"margin-top":-d},P.overlaySpeed,P.overlayEasing)}else if("reveal-top"==o||"reveal-top-100%"==o)"mouseenter"===n?r.stop().show()[F]({"margin-top":d},P.overlaySpeed,P.overlayEasing):r.stop()[F]({"margin-top":0},P.overlaySpeed,P.overlayEasing);else if("reveal-bottom"==o||"reveal-bottom-100%"==o)"mouseenter"===n?r.stop().show()[F]({"margin-top":-d},P.overlaySpeed,P.overlayEasing):r.stop()[F]({"margin-top":0},P.overlaySpeed,P.overlayEasing);else if("direction"==o.substr(0,9)){var c=G(i,{x:e.pageX,y:e.pageY});"direction-top"==o?c=0:"direction-bottom"==o?c=2:"direction-right"==o?c=1:"direction-left"==o&&(c=3);var f=J(c,i);"mouseenter"==n?(s.css({left:f.from,top:f.to}),s.stop().show().fadeTo(0,1,function(){t(this).stop()[F]({left:0,top:0},P.overlaySpeed,P.overlayEasing)})):"direction-aware-fade"==o?s.fadeOut(700):s.stop()[F]({left:f.from,top:f.to},P.overlaySpeed,P.overlayEasing)}else if("fade"==o){"mouseenter"==n?(s.stop().fadeOut(0),s.fadeIn(P.overlaySpeed)):(s.stop().fadeIn(0),s.fadeOut(P.overlaySpeed));var m=s.find(".fa");"mouseenter"==n?(m.css({scale:1.4}),m[F]({scale:1},200)):(m.css({scale:1}),m[F]({scale:1.4},200))}}});var G=function(e,t){var a=e.width(),i=e.height(),o=(t.x-e.offset().left-a/2)*(a>i?i/a:1),n=(t.y-e.offset().top-i/2)*(i>a?a/i:1);return Math.round((Math.atan2(n,o)*(180/Math.PI)+180)/90+3)%4},J=function(e,t){var a,i;switch(e){case 0:P.reverse,a=0,i=-t.height();break;case 1:P.reverse?(a=-t.width(),i=0):(a=t.width(),i=0);break;case 2:P.reverse?(a=0,i=-t.height()):(a=0,i=t.height());break;case 3:P.reverse?(a=t.width(),i=0):(a=-t.width(),i=0)}return{from:a,to:i}},K=".rbs-lightbox[data-mfp-src]";if(P.considerFilteringInPopup&&(K=O+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src], ."+j+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src]"),P.showOnlyLoadedBoxesInPopup&&(K=O+":visible .rbs-lightbox[data-mfp-src]"),P.magnificPopup){var V={delegate:K,type:"image",removalDelay:200,closeOnContentClick:!1,alignTop:P.alignTop,preload:P.preload,mainClass:"my-mfp-slide-bottom",gallery:{enabled:P.gallery},closeMarkup:'<button title="%title%" class="mfp-close"></button>',titleSrc:"title",iframe:{patterns:{youtube:{index:"youtube.com/",id:"v=",src:"https://www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"https://player.vimeo.com/video/%id%?autoplay=1"}},markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" frameborder="0" allowfullscreen></iframe><div class="mfp-bottom-bar" style="margin-top:4px;"><div class="mfp-title"></div><div class="mfp-counter"></div></div></div>'},callbacks:{change:function(){var i=t(this.currItem.el);return i.is(".mfp-link")?(e.location.href=t(this.currItem).attr("src"),!1):i.is(".mfp-blanklink")?(e.open(t(this.currItem).attr("src")),setTimeout(function(){t.magnificPopup.instance.close()},5),!1):(setTimeout(function(){var e="";if(P.descBox){t(".mfp-desc-block").remove();var o=i.attr("data-descbox");void 0!==o&&t(".mfp-img").after("<div class='mfp-desc-block "+P.descBoxClass+"'>"+o+"</div>")}i.attr("mfp-title")==a||P.hideTitle?t(".mfp-title").html(""):t(".mfp-title").html(i.attr("mfp-title"));var n=i.attr("data-mfp-src");e="",P.hideSourceImage&&(e=e+' <a class="image-source-link" href="'+n+'" target="_blank"></a>');var r=location.href,s=(location.href.replace(location.hash,""),i.attr("mfp-title")),d=i.attr("mfp-alt"),l=r;""==d&&(d=s),t(".mfp-img").attr("alt",d),t(".mfp-img").attr("title",s);var c="";P.facebook&&(c+="<div class='rbs-imges-facebook fa fa-facebook-square' data-src="+n+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+s+"</div></div>"),P.twitter&&(c+="<div class='rbs-imges-twitter fa fa-twitter-square' data-src="+n+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+s+"</div></div>"),P.googleplus&&(c+="<div class='rbs-imges-googleplus fa fa-google-plus-square' data-src="+n+" data-url='"+l+"'></div>"),P.pinterest&&(c+="<div class='rbs-imges-pinterest fa fa-pinterest-square' data-src='"+n+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+s+"</div></div>"),P.vk&&(c+="<div class='rbs-imges-vk fa fa-vk' data-src='"+n+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+s+"</div></div>"),c=c?"<div class='rbs-imges-social-container'>"+c+"</div>":"";var f=t(".mfp-title").html();t(".mfp-title").html(f+c+e)},5),void(P.deepLinking&&(location.hash="#!"+i.attr("data-mfp-src"))))},beforeOpen:function(){1==P.touch&&jQuery("body").swipe("enable"),this.container.data("scrollTop",parseInt(t(e).scrollTop()))},open:function(){t("html, body").scrollTop(this.container.data("scrollTop"))},close:function(){1==P.touch&&jQuery("body").swipe("disable"),P.deepLinking&&(e.location.hash="#!")}}};t.extend(V,P.lightboxOptions),q.magnificPopup(V)}if(P.deepLinking){var Z=W();Z&&q.find('.rbs-lightbox[data-mfp-src="'+Z.src+'"]').trigger("click"),e.addEventListener?e.addEventListener("hashchange",_,!1):e.attachEvent&&e.attachEvent("onhashchange",_)}var $=function(t){e.open(t,"ftgw","location=1,status=1,scrollbars=1,width=600,height=400").moveTo(screen.width/2-300,screen.height/2-200)};return t("body").on("click","div.rbs-imges-facebook",function(){var e=t(this),a=encodeURIComponent(e.find("div").html()),i=encodeURIComponent(e.data("url")),o=encodeURIComponent(e.data("src"));$(i="https://www.facebook.com/sharer/sharer.php?u="+i+"&picture="+o+"&title="+a)}),t("body").on("click","div.rbs-imges-twitter",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.find("div").html());$(a="https://twitter.com/intent/tweet?url="+a+"&text="+i)}),t("body").on("click","div.rbs-imges-googleplus",function(){var e=t(this),a=encodeURIComponent(e.data("url"));$(a="https://plus.google.com/share?url="+a)}),t("body").on("click","div.rbs-imges-pinterest",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());$(a="http://pinterest.com/pin/create/button/?url="+a+"&media="+i+"&description="+o)}),t("body").on("click","div.rbs-imges-vk",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());$(a="http://vk.com/share.php?url="+a+"&image="+i+"&title="+o)}),this};t.fn.collagePlus=function(a){return this.each(function(o,n){var r=t(this);if(r.data("collagePlus"))return r.data("collagePlus");var s=new i(this,a);r.data("collagePlus",s),t(".thumbnail-overlay a",this).click(function(a){a.preventDefault();var i=t(this).attr("href");return"_blank"==t(this).attr("target")?e.open(i,"_blank"):location.href=i,!1})})},t.fn.collagePlus.defaults={boxesToLoadStart:8,boxesToLoad:4,minBoxesPerFilter:0,lazyLoad:!0,horizontalSpaceBetweenBoxes:15,verticalSpaceBetweenBoxes:15,columnWidth:"auto",columns:3,borderSize:0,resolutions:[{maxWidth:960,columnWidth:"auto",columns:3},{maxWidth:650,columnWidth:"auto",columns:2},{maxWidth:450,columnWidth:"auto",columns:1}],filterContainer:"#filter",filterContainerSelectClass:"active",filter:"a",search:"",searchTarget:".rbs-img-title",sortContainer:"",sort:"a",getSortData:{title:".rbs-img-title",text:".rbs-img-text"},waitUntilThumbLoads:!0,waitForAllThumbsNoMatterWhat:!1,thumbnailOverlay:!0,overlayEffect:"fade",overlaySpeed:200,overlayEasing:"default",showOnlyLoadedBoxesInPopup:!1,considerFilteringInPopup:!0,deepLinking:!1,gallery:!0,LoadingWord:"Loading...",loadMoreWord:"Load More",loadMoreClass:"",noMoreEntriesWord:"No More Entries",alignTop:!1,preload:[0,2],magnificPopup:!0,facebook:!1,twitter:!1,googleplus:!1,pinterest:!1,vk:!1,hideTitle:!1,hideCounter:!1,lightboxOptions:{},hideSourceImage:!1,touch:!1,descBox:!1,descBoxClass:"",descBoxSource:""},function(){function a(){var t=!1;return function(e){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(e.substr(0,4)))&&(t=!0)}(navigator.userAgent||navigator.vendor||e.opera),t}function i(e){function i(){d.hide()}function o(){d.show()}function n(){var e=d.find(".selected"),t=e.length?e.parents("li"):d.children().first();l.html(t.clone().find("a").append('<span class="fa fa-sort-desc"></span>').end().html())}function r(e){e.preventDefault(),e.stopPropagation(),t(this).parents("li").siblings("li").find("a").removeClass("selected").end().end().find("a").addClass("selected"),n()}function s(e){e.stopPropagation(),d.is(":visible")?i():o()}var d=e.find(".rbs-imges-drop-down-menu"),l=e.find(".rbs-imges-drop-down-header");n(),a()?(t("body").on("click",function(){d.is(":visible")&&i()}),l.bind("click",s),d.find("> li > *").bind("click",r)):(l.bind("mouseout",i).bind("mouseover",o),d.find("> li > *").bind("mouseout",i).bind("mouseover",o).bind("click",r)),l.on("click","a",function(e){e.preventDefault()})}t(".rbs-imges-drop-down").each(function(){i(t(this))})}()}(window,jQuery);
67
  /*
68
  * RoboGallery Script Version: 1.0
69
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
70
  * Available only in https://robosoft.co/robogallery/
71
  */
72
  function robo_gallery_js_check_mobile(){var e=!1;return function(o){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(o)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(o.substr(0,4)))&&(e=!0)}(navigator.userAgent||navigator.vendor||window.opera),e}!function(e){jQuery(".robo_gallery").on("click",".rbs-lightbox.mfp-link",function(e){e.preventDefault(),window.location.href=jQuery(this).data("mfp-src")}),jQuery(".robo_gallery").each(function(){var e=window[jQuery(this).data("options")],o=jQuery.extend({},e);o.noHoverOnMobile&&robo_gallery_js_check_mobile()&&(o.thumbnailOverlay=!1),jQuery(this).on("beforeInitGallery",function(e){e.preventDefault(),console.log("beforeInitGallery")}),jQuery(o.mainContainer).css("display","block"),jQuery(o.loadingContainer).css("display","none");var i=jQuery(this).collagePlus(o);if(1==o.touch){var a={threshold:50},t="swipeRight",r="swipeLeft";"left"==o.touchDirection&&(t="swipeLeft",r="swipeRight"),a[r]=function(e,o,i,a,t){jQuery(".mfp-arrow-left").magnificPopup("prev")},a[t]=function(){jQuery(".mfp-arrow-right").magnificPopup("next")},jQuery("body").swipe(a),jQuery("body").swipe("disable")}void 0!=roboGalleryDelay&&roboGalleryDelay>0&&setTimeout(function(){i.eveMB("resize")},roboGalleryDelay)})}(jQuery);
66
  !function(e,t,a){var i=function(i,o){function n(e){e.find(O+", ."+j).find(R+":not([data-popupTrigger])").each(function(){var e=t(this),i=e.find("div[data-popup]").eq(0);e.attr("data-popupTrigger","yes");var o="mfp-image";"iframe"==i.data("type")?o="mfp-iframe":"inline"==i.data("type")?o="mfp-inline":"ajax"==i.data("type")?o="mfp-ajax":"link"==i.data("type")?o="mfp-link":"blanklink"==i.data("type")&&(o="mfp-blanklink");var n=e.find(".rbs-lightbox").addBack(".rbs-lightbox");n.attr("data-mfp-src",i.data("popup")).addClass(o),i.attr("title")!=a&&n.attr("mfp-title",i.attr("title")),i.attr("data-alt")!=a&&n.attr("mfp-alt",i.attr("data-alt"))})}function r(e,i){function o(e){var i=t(e.img),o=i.parents(".image-with-dimensions");o[0]!=a&&(e.isLoaded?i.fadeIn(400,function(){o.removeClass("image-with-dimensions")}):(o.removeClass("image-with-dimensions"),i.hide(),o.addClass("broken-image-here")))}e.find(O).find(R+":not([data-imageconverted])").each(function(){var o=t(this),n=o.find("div[data-thumbnail]").eq(0),r=o.find("div[data-popup]").eq(0),s=n.data("thumbnail");if(n[0]==a&&(n=r,s=r.data("popup")),0!=i||0!=e.data("settings").waitForAllThumbsNoMatterWhat||n.data("width")==a&&n.data("height")==a){o.attr("data-imageconverted","yes");var d=n.attr("title");d==a&&(d=s);var l=t('<img style="margin:auto;" alt="'+d+'" title="'+d+'" src="'+s+'" />');1==i&&(l.attr("data-dont-wait-for-me","yes"),n.addClass("image-with-dimensions"),e.data("settings").waitUntilThumbLoads&&l.hide()),n.addClass("rbs-img-thumbnail-container").prepend(l)}}),1==i&&e.find(".image-with-dimensions").imagesLoadedMB().always(function(e){for(index in e.images)o(e.images[index])}).progress(function(e,t){o(t)})}function s(e){e.find(O).each(function(){var i=t(this),o=i.find(R),n=o.find("div[data-thumbnail]").eq(0),r=o.find("div[data-popup]").eq(0);n[0]==a&&(n=r);var s=i.css("display");"none"==s&&i.css("margin-top",99999999999999).show();var d=2*e.data("settings").borderSize;o.width(n.width()-d),o.height(n.height()-d),"none"==s&&i.css("margin-top",0).hide()})}function d(e){e.find(O).find(R).each(function(){var i=t(this),o=i.find("div[data-thumbnail]").eq(0),n=i.find("div[data-popup]").eq(0);o[0]==a&&(o=n);var r=parseFloat(o.data("width")),s=parseFloat(o.data("height")),d=i.parents(O).width()-e.data("settings").horizontalSpaceBetweenBoxes,l=s*d/r;o.css("width",d),o.data("width")==a&&o.data("height")==a||o.css("height",Math.floor(l))})}function l(e,i,o){var n,r=e.find(O);n="auto"==i?Math.floor((e.width()-1)/o):i,e.find(".rbs-imges-grid-sizer").css("width",n),r.each(function(e){var i=t(this),r=i.data("columns");r!=a&&parseInt(o)>=parseInt(r)?i.css("width",n*parseInt(r)):i.css("width",n)})}function c(){var t=e,a="inner";return"innerWidth"in e||(a="client",t=document.documentElement||document.body),{width:t[a+"Width"],height:t[a+"Height"]}}function f(e){var t=!1;for(var a in e.data("settings").resolutions){var i=e.data("settings").resolutions[a];if(i.maxWidth>=c().width){l(e,i.columnWidth,i.columns),t=!0;break}}0==t&&l(e,e.data("settings").columnWidth,e.data("settings").columns)}function m(e){var a=t('<div class="rbs-img-container"></div').css({"margin-left":e.data("settings").horizontalSpaceBetweenBoxes,"margin-bottom":e.data("settings").verticalSpaceBetweenBoxes});e.find(O+":not([data-wrapper-added])").attr("data-wrapper-added","yes").wrapInner(a)}function p(e){if(0!=e.data("settings").thumbnailOverlay){var i=e.find(O+":not([data-set-overlay-for-hover-effect])").attr("data-set-overlay-for-hover-effect","yes");i.find(".thumbnail-overlay").wrapInner("<div class='aligment'><div class='aligment'></div></div>"),i.each(function(){var i=t(this),o=i.find(R),n=e.data("settings").overlayEffect;if(o.data("overlay-effect")!=a&&(n=o.data("overlay-effect")),"push-up"==n||"push-down"==n||"push-up-100%"==n||"push-down-100%"==n){var r=o.find(".rbs-img-thumbnail-container"),s=o.find(".thumbnail-overlay").css("position","relative");"push-up-100%"!=n&&"push-down-100%"!=n||s.outerHeight(r.outerHeight(!1));var d=s.outerHeight(!1),l=t('<div class="wrapper-for-some-effects"></div');"push-up"==n||"push-up-100%"==n?s.appendTo(o):"push-down"!=n&&"push-down-100%"!=n||(s.prependTo(o),l.css("margin-top",-d)),o.wrapInner(l)}else if("reveal-top"==n||"reveal-top-100%"==n){i.addClass("position-reveal-effect");c=i.find(".thumbnail-overlay").css("top",0);"reveal-top-100%"==n&&c.css("height","100%")}else if("reveal-bottom"==n||"reveal-bottom-100%"==n){i.addClass("position-reveal-effect").addClass("position-bottom-reveal-effect");var c=i.find(".thumbnail-overlay").css("bottom",0);"reveal-bottom-100%"==n&&c.css("height","100%")}else if("direction"==n.substr(0,9))i.find(".thumbnail-overlay").css("height","100%");else if("fade"==n){var f=i.find(".thumbnail-overlay").hide();f.css({height:"100%",top:"0",left:"0"}),f.find(".fa").css({scale:1.4})}})}}function h(e){e.find(O).each(function(){var i=t(this).find(R),o=e.data("settings").overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect")),"direction"==o.substr(0,9)&&i.find(".thumbnail-overlay").hide()}),e.eveMB("layout")}function u(){var e=q.find(O+", ."+j),t=x();e.filter(t).removeClass("hidden-rbs-imges-by-filter").addClass("visible-rbs-imges-by-filter"),e.not(t).addClass("hidden-rbs-imges-by-filter").removeClass("visible-rbs-imges-by-filter")}function v(e,t){q.addClass("filtering-isotope"),b(e,t),u(),g()}function g(){C().length>0?I():L(),w()}function b(e,t){D[t]=e,q.eveMB({filter:y(D)})}function y(e){for(var t in e)(o=e[t])==a&&(e[t]="*");var i="";for(var t in e){var o=e[t];""==i?i=t:i.split(",").length<o.split(",").length&&(i=t)}var n=e[i];for(var t in e)if(t!=i)for(var r=e[t].split(","),s=0;s<r.length;s++){for(var d=n.split(","),l=[],c=0;c<d.length;c++)"*"==d[c]&&"*"==r[s]?r[s]="":("*"==r[s]&&(r[s]=""),"*"==d[c]&&(d[c]="")),l.push(d[c]+r[s]);n=l.join(",")}return n}function w(){var e=k().length;return e<P.minBoxesPerFilter&&B().length>0&&(M(P.minBoxesPerFilter-e),!0)}function k(){var e=q.find(O),t=x();return"*"!=t&&(e=e.filter(t)),e}function C(){return k().not(".rbs-img-loaded")}function x(){var e=q.data("eveMB").options.filter;return""!=e&&e!=a||(e="*"),e}function B(e){var t=q.find("."+j),i=x();return"*"!=i&&e==a&&(t=t.filter(i)),t}function I(){H.html(P.LoadingWord),H.removeClass("rbs-imges-load-more"),H.addClass("rbs-imges-loading")}function S(){A++,I()}function T(){0==--A&&L()}function L(){H.removeClass("rbs-imges-load-more"),H.removeClass("rbs-imges-loading"),H.removeClass("rbs-imges-no-more-entries"),B().length>0?(H.html(P.loadMoreWord),H.addClass("rbs-imges-load-more")):(H.html(P.noMoreEntriesWord),H.addClass("rbs-imges-no-more-entries"))}function M(e,a){if(1!=H.hasClass("rbs-imges-no-more-entries")){S();var i=[];B(a).each(function(a){var o=t(this);a+1<=e&&(o.removeClass(j).addClass(U),o.hide(),i.push(this))}),q.eveMB("insert",t(i),function(){T(),q.eveMB("layout")})}}function z(e){if(e!=a){var i=q.find("."+U+", ."+j);""==e?i.addClass("search-match"):(i.removeClass("search-match"),q.find(P.searchTarget).each(function(){var a=t(this),i=a.parents("."+U+", ."+j);-1!==a.text().toLowerCase().indexOf(e.toLowerCase())&&i.addClass("search-match")})),setTimeout(function(){v(".search-match","search")},100)}}function E(e){var t=e.data("sort-ascending");return t==a&&(t=!0),e.data("sort-toggle")&&1==e.data("sort-toggle")&&e.data("sort-ascending",!t),t}function W(){if("#!"!=location.hash.substr(0,2))return null;var e=location.href.split("#!")[1];return{hash:e,src:e}}function _(){var e=t.magnificPopup.instance;if(e){var a=W();if(!a&&e.isOpen)e.close();else if(a)if(e.isOpen&&e.currItem&&e.currItem.el.parents(".rbs-imges-container").attr("id")==a.id){if(e.currItem.el.attr("data-mfp-src")!=a.src){var i=null;t.each(e.items,function(e,o){if((o.parsed?o.el:t(o)).attr("data-mfp-src")==a.src)return i=e,!1}),null!==i&&e.goTo(i)}}else q.filter('[id="'+a.id+'"]').find('.rbs-lightbox[data-mfp-src="'+a.src+'"]').trigger("click")}}var P=t.extend({},t.fn.collagePlus.defaults,o),q=t(i).addClass("rbs-imges-container"),O=".rbs-img",R=".rbs-img-image",U="rbs-img",j="rbs-img-hidden",F=ModernizrL.csstransitions?"transition":"animate",D={},A=0;"default"==P.overlayEasing&&(P.overlayEasing="transition"==F?"_default":"swing");var H=t('<div class="rbs-imges-load-more button"></div>').insertAfter(q);H.wrap('<div class="rbs_gallery_button rbs_gallery_button_bottom"></div>'),H.addClass(P.loadMoreClass),P.resolutions.sort(function(e,t){return e.maxWidth-t.maxWidth}),q.data("settings",P),q.css({"margin-left":-P.horizontalSpaceBetweenBoxes}),q.find(O).removeClass(U).addClass(j);var N=t(P.sortContainer).find(P.sort).filter(".selected"),Q=N.attr("data-sort-by"),X=E(N);q.append('<div class="rbs-imges-grid-sizer"></div>'),q.eveMB({itemSelector:O,masonry:{columnWidth:".rbs-imges-grid-sizer"},getSortData:P.getSortData,sortBy:Q,sortAscending:X}),t.extend(EveMB.prototype,{resize:function(){var e=t(this.element);f(e),d(e),s(e),h(e),this.isResizeBound&&this.needsResizeLayout()&&this.layout()}}),t.extend(EveMB.prototype,{_setContainerMeasure:function(e,i){if(e!==a){var o=this.size;o.isBorderBox&&(e+=i?o.paddingLeft+o.paddingRight+o.borderLeftWidth+o.borderRightWidth:o.paddingBottom+o.paddingTop+o.borderTopWidth+o.borderBottomWidth),e=Math.max(e,0),this.element.style[i?"width":"height"]=e+"px";var n=t(this.element);t.waypoints("refresh"),n.addClass("lazy-load-ready"),n.removeClass("filtering-isotope")}}}),t.extend(EveMB.prototype,{insert:function(e,i){var o=this.addItems(e);if(o.length){var l,c,h=t(this.element),u=h.find("."+j)[0],v=o.length;for(l=0;l<v;l++)c=o[l],u!=a?this.element.insertBefore(c.element,u):this.element.appendChild(c.element);var g=function(){var e=this._filter(o);for(this._noTransition(function(){this.hide(e)}),l=0;l<v;l++)o[l].isLayoutInstant=!0;for(this.arrange(),l=0;l<v;l++)delete o[l].isLayoutInstant;this.reveal(e)},b=function(e){var a=t(e.img),i=a.parents("div[data-thumbnail], div[data-popup]");0==e.isLoaded&&(a.hide(),i.addClass("broken-image-here"))},y=this;m(h),f(h),d(h),n(h),r(h,!1),h.find("img:not([data-dont-wait-for-me])").imagesLoadedMB().always(function(){0==P.waitForAllThumbsNoMatterWhat&&r(h,!0),h.find(O).addClass("rbs-img-loaded"),g.call(y),s(h),p(h),"function"==typeof i&&i();for(index in y.images){var e=y.images[index];b(e)}}).progress(function(e,t){b(t)})}}}),M(P.boxesToLoadStart,!0),H.on("click",function(){M(P.boxesToLoad)}),P.lazyLoad&&q.waypoint(function(e){q.hasClass("lazy-load-ready")&&"down"==e&&0==q.hasClass("filtering-isotope")&&(q.removeClass("lazy-load-ready"),M(P.boxesToLoad))},{context:e,continuous:!0,enabled:!0,horizontal:!1,offset:"bottom-in-view",triggerOnce:!1});var Y=t(P.filterContainer);Y.find(P.filter).on("click",function(e){var i=t(this),o=i.parents(P.filterContainer);o.find(P.filter).removeClass(P.filterContainerSelectClass),i.addClass(P.filterContainerSelectClass);var n=i.attr("data-filter"),r="filter";o.data("id")!=a&&(r=o.data("id")),v(n,r),e.preventDefault(),H.is(".rbs-imges-no-more-entries")||H.click()}),Y.each(function(){var e=t(this),i=e.find(P.filter).filter(".selected");if(i[0]!=a){var o=i.attr("data-filter"),n="filter";e.data("id")!=a&&(n=e.data("id")),b(o,n)}}),g(),z(t(P.search).val()),t(P.search).on("keyup",function(){z(t(this).val())}),t(P.sortContainer).find(P.sort).on("click",function(e){var a=t(this);a.parents(P.sortContainer).find(P.sort).removeClass("selected"),a.addClass("selected");var i=a.attr("data-sort-by");q.eveMB({sortBy:i,sortAscending:E(a)}),e.preventDefault()}),q.on("mouseenter.hoverdir, mouseleave.hoverdir",R,function(e){if(0!=P.thumbnailOverlay){var i=t(this),o=P.overlayEffect;i.data("overlay-effect")!=a&&(o=i.data("overlay-effect"));var n=e.type,r=i.find(".rbs-img-thumbnail-container"),s=i.find(".thumbnail-overlay"),d=s.outerHeight(!1);if("push-up"==o||"push-up-100%"==o){l=i.find("div.wrapper-for-some-effects");"mouseenter"===n?l.stop().show()[F]({"margin-top":-d},P.overlaySpeed,P.overlayEasing):l.stop()[F]({"margin-top":0},P.overlaySpeed,P.overlayEasing)}else if("push-down"==o||"push-down-100%"==o){var l=i.find("div.wrapper-for-some-effects");"mouseenter"===n?l.stop().show()[F]({"margin-top":0},P.overlaySpeed,P.overlayEasing):l.stop()[F]({"margin-top":-d},P.overlaySpeed,P.overlayEasing)}else if("reveal-top"==o||"reveal-top-100%"==o)"mouseenter"===n?r.stop().show()[F]({"margin-top":d},P.overlaySpeed,P.overlayEasing):r.stop()[F]({"margin-top":0},P.overlaySpeed,P.overlayEasing);else if("reveal-bottom"==o||"reveal-bottom-100%"==o)"mouseenter"===n?r.stop().show()[F]({"margin-top":-d},P.overlaySpeed,P.overlayEasing):r.stop()[F]({"margin-top":0},P.overlaySpeed,P.overlayEasing);else if("direction"==o.substr(0,9)){var c=G(i,{x:e.pageX,y:e.pageY});"direction-top"==o?c=0:"direction-bottom"==o?c=2:"direction-right"==o?c=1:"direction-left"==o&&(c=3);var f=J(c,i);"mouseenter"==n?(s.css({left:f.from,top:f.to}),s.stop().show().fadeTo(0,1,function(){t(this).stop()[F]({left:0,top:0},P.overlaySpeed,P.overlayEasing)})):"direction-aware-fade"==o?s.fadeOut(700):s.stop()[F]({left:f.from,top:f.to},P.overlaySpeed,P.overlayEasing)}else if("fade"==o){"mouseenter"==n?(s.stop().fadeOut(0),s.fadeIn(P.overlaySpeed)):(s.stop().fadeIn(0),s.fadeOut(P.overlaySpeed));var m=s.find(".fa");"mouseenter"==n?(m.css({scale:1.4}),m[F]({scale:1},200)):(m.css({scale:1}),m[F]({scale:1.4},200))}}});var G=function(e,t){var a=e.width(),i=e.height(),o=(t.x-e.offset().left-a/2)*(a>i?i/a:1),n=(t.y-e.offset().top-i/2)*(i>a?a/i:1);return Math.round((Math.atan2(n,o)*(180/Math.PI)+180)/90+3)%4},J=function(e,t){var a,i;switch(e){case 0:P.reverse,a=0,i=-t.height();break;case 1:P.reverse?(a=-t.width(),i=0):(a=t.width(),i=0);break;case 2:P.reverse?(a=0,i=-t.height()):(a=0,i=t.height());break;case 3:P.reverse?(a=t.width(),i=0):(a=-t.width(),i=0)}return{from:a,to:i}},K=".rbs-lightbox[data-mfp-src]";if(P.considerFilteringInPopup&&(K=O+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src], ."+j+":not(.hidden-rbs-imges-by-filter) .rbs-lightbox[data-mfp-src]"),P.showOnlyLoadedBoxesInPopup&&(K=O+":visible .rbs-lightbox[data-mfp-src]"),P.magnificPopup){var V={delegate:K,type:"image",removalDelay:200,closeOnContentClick:!1,alignTop:P.alignTop,preload:P.preload,mainClass:"my-mfp-slide-bottom",gallery:{enabled:P.gallery},closeMarkup:'<button title="%title%" class="mfp-close"></button>',titleSrc:"title",iframe:{patterns:{youtube:{index:"youtube.com/",id:"v=",src:"https://www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"https://player.vimeo.com/video/%id%?autoplay=1"}},markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" frameborder="0" allowfullscreen></iframe><div class="mfp-bottom-bar" style="margin-top:4px;"><div class="mfp-title"></div><div class="mfp-counter"></div></div></div>'},callbacks:{change:function(){var i=t(this.currItem.el);return i.is(".mfp-link")?(e.location.href=t(this.currItem).attr("src"),!1):i.is(".mfp-blanklink")?(e.open(t(this.currItem).attr("src")),setTimeout(function(){t.magnificPopup.instance.close()},5),!1):(setTimeout(function(){var e="";if(P.descBox){t(".mfp-desc-block").remove();var o=i.attr("data-descbox");void 0!==o&&t(".mfp-img").after("<div class='mfp-desc-block "+P.descBoxClass+"'>"+o+"</div>")}i.attr("mfp-title")==a||P.hideTitle?t(".mfp-title").html(""):t(".mfp-title").html(i.attr("mfp-title"));var n=i.attr("data-mfp-src");e="",P.hideSourceImage&&(e=e+' <a class="image-source-link" href="'+n+'" target="_blank"></a>');var r=location.href,s=(location.href.replace(location.hash,""),i.attr("mfp-title")),d=i.attr("mfp-alt"),l=r;""==d&&(d=s),t(".mfp-img").attr("alt",d),t(".mfp-img").attr("title",s);var c="";P.facebook&&(c+="<div class='rbs-imges-facebook fa fa-facebook-square' data-src="+n+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+s+"</div></div>"),P.twitter&&(c+="<div class='rbs-imges-twitter fa fa-twitter-square' data-src="+n+" data-url='"+l+"'><div class='robo_gallery_hide_block'>"+s+"</div></div>"),P.googleplus&&(c+="<div class='rbs-imges-googleplus fa fa-google-plus-square' data-src="+n+" data-url='"+l+"'></div>"),P.pinterest&&(c+="<div class='rbs-imges-pinterest fa fa-pinterest-square' data-src='"+n+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+s+"</div></div>"),P.vk&&(c+="<div class='rbs-imges-vk fa fa-vk' data-src='"+n+"' data-url='"+l+"' ><div class='robo_gallery_hide_block'>"+s+"</div></div>"),c=c?"<div class='rbs-imges-social-container'>"+c+"</div>":"";var f=t(".mfp-title").html();t(".mfp-title").html(f+c+e)},5),void(P.deepLinking&&(location.hash="#!"+i.attr("data-mfp-src"))))},beforeOpen:function(){1==P.touch&&jQuery("body").swipe("enable"),this.container.data("scrollTop",parseInt(t(e).scrollTop()))},open:function(){t("html, body").scrollTop(this.container.data("scrollTop"))},close:function(){1==P.touch&&jQuery("body").swipe("disable"),P.deepLinking&&(e.location.hash="#!")}}};t.extend(V,P.lightboxOptions),q.magnificPopup(V)}if(P.deepLinking){var Z=W();Z&&q.find('.rbs-lightbox[data-mfp-src="'+Z.src+'"]').trigger("click"),e.addEventListener?e.addEventListener("hashchange",_,!1):e.attachEvent&&e.attachEvent("onhashchange",_)}var $=function(t){e.open(t,"ftgw","location=1,status=1,scrollbars=1,width=600,height=400").moveTo(screen.width/2-300,screen.height/2-200)};return t("body").on("click","div.rbs-imges-facebook",function(){var e=t(this),a=encodeURIComponent(e.find("div").html()),i=encodeURIComponent(e.data("url")),o=encodeURIComponent(e.data("src"));$(i="https://www.facebook.com/sharer/sharer.php?u="+i+"&picture="+o+"&title="+a)}),t("body").on("click","div.rbs-imges-twitter",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.find("div").html());$(a="https://twitter.com/intent/tweet?url="+a+"&text="+i)}),t("body").on("click","div.rbs-imges-googleplus",function(){var e=t(this),a=encodeURIComponent(e.data("url"));$(a="https://plus.google.com/share?url="+a)}),t("body").on("click","div.rbs-imges-pinterest",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());$(a="http://pinterest.com/pin/create/button/?url="+a+"&media="+i+"&description="+o)}),t("body").on("click","div.rbs-imges-vk",function(){var e=t(this),a=encodeURIComponent(e.data("url")),i=encodeURIComponent(e.data("src")),o=encodeURIComponent(e.find("div").html());$(a="http://vk.com/share.php?url="+a+"&image="+i+"&title="+o)}),this};t.fn.collagePlus=function(a){return this.each(function(o,n){var r=t(this);if(r.data("collagePlus"))return r.data("collagePlus");var s=new i(this,a);r.data("collagePlus",s),t(".thumbnail-overlay a",this).click(function(a){a.preventDefault();var i=t(this).attr("href");return"_blank"==t(this).attr("target")?e.open(i,"_blank"):location.href=i,!1})})},t.fn.collagePlus.defaults={boxesToLoadStart:8,boxesToLoad:4,minBoxesPerFilter:0,lazyLoad:!0,horizontalSpaceBetweenBoxes:15,verticalSpaceBetweenBoxes:15,columnWidth:"auto",columns:3,borderSize:0,resolutions:[{maxWidth:960,columnWidth:"auto",columns:3},{maxWidth:650,columnWidth:"auto",columns:2},{maxWidth:450,columnWidth:"auto",columns:1}],filterContainer:"#filter",filterContainerSelectClass:"active",filter:"a",search:"",searchTarget:".rbs-img-title",sortContainer:"",sort:"a",getSortData:{title:".rbs-img-title",text:".rbs-img-text"},waitUntilThumbLoads:!0,waitForAllThumbsNoMatterWhat:!1,thumbnailOverlay:!0,overlayEffect:"fade",overlaySpeed:200,overlayEasing:"default",showOnlyLoadedBoxesInPopup:!1,considerFilteringInPopup:!0,deepLinking:!1,gallery:!0,LoadingWord:"Loading...",loadMoreWord:"Load More",loadMoreClass:"",noMoreEntriesWord:"No More Entries",alignTop:!1,preload:[0,2],magnificPopup:!0,facebook:!1,twitter:!1,googleplus:!1,pinterest:!1,vk:!1,hideTitle:!1,hideCounter:!1,lightboxOptions:{},hideSourceImage:!1,touch:!1,descBox:!1,descBoxClass:"",descBoxSource:""},function(){function a(){var t=!1;return function(e){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(e.substr(0,4)))&&(t=!0)}(navigator.userAgent||navigator.vendor||e.opera),t}function i(e){function i(){d.hide()}function o(){d.show()}function n(){var e=d.find(".selected"),t=e.length?e.parents("li"):d.children().first();l.html(t.clone().find("a").append('<span class="fa fa-sort-desc"></span>').end().html())}function r(e){e.preventDefault(),e.stopPropagation(),t(this).parents("li").siblings("li").find("a").removeClass("selected").end().end().find("a").addClass("selected"),n()}function s(e){e.stopPropagation(),d.is(":visible")?i():o()}var d=e.find(".rbs-imges-drop-down-menu"),l=e.find(".rbs-imges-drop-down-header");n(),a()?(t("body").on("click",function(){d.is(":visible")&&i()}),l.bind("click",s),d.find("> li > *").bind("click",r)):(l.bind("mouseout",i).bind("mouseover",o),d.find("> li > *").bind("mouseout",i).bind("mouseover",o).bind("click",r)),l.on("click","a",function(e){e.preventDefault()})}t(".rbs-imges-drop-down").each(function(){i(t(this))})}()}(window,jQuery);
67
  /*
68
  * RoboGallery Script Version: 1.0
69
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
70
  * Available only in https://robosoft.co/robogallery/
71
  */
72
  function robo_gallery_js_check_mobile(){var e=!1;return function(o){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(o)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(o.substr(0,4)))&&(e=!0)}(navigator.userAgent||navigator.vendor||window.opera),e}!function(e){jQuery(".robo_gallery").on("click",".rbs-lightbox.mfp-link",function(e){e.preventDefault(),window.location.href=jQuery(this).data("mfp-src")}),jQuery(".robo_gallery").each(function(){var e=window[jQuery(this).data("options")],o=jQuery.extend({},e);o.noHoverOnMobile&&robo_gallery_js_check_mobile()&&(o.thumbnailOverlay=!1),jQuery(this).on("beforeInitGallery",function(e){e.preventDefault(),console.log("beforeInitGallery")}),jQuery(o.mainContainer).css("display","block"),jQuery(o.loadingContainer).css("display","none");var i=jQuery(this).collagePlus(o);if(1==o.touch){var a={threshold:50},t="swipeRight",r="swipeLeft";"left"==o.touchDirection&&(t="swipeLeft",r="swipeRight"),a[r]=function(e,o,i,a,t){jQuery(".mfp-arrow-left").magnificPopup("prev")},a[t]=function(){jQuery(".mfp-arrow-right").magnificPopup("next")},jQuery("body").swipe(a),jQuery("body").swipe("disable")}void 0!=roboGalleryDelay&&roboGalleryDelay>0&&setTimeout(function(){i.eveMB("resize")},roboGalleryDelay)})}(jQuery);
js/robo_gallery_alt.js CHANGED
@@ -107,7 +107,7 @@ https://github.com/imakewebthings/rbjquer-waypoints/blob/master/licenses.txt
107
  /*
108
  * RoboGallery Version: 1.0
109
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
110
- * Copyright (c) 2014-2018, Robosoft. All rights reserved.
111
  * Available only in https://robosoft.co/robogallery/
112
  */
113
  function robo_gallery_js_check_mobile(){var o=!1;return function(e){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(e.substr(0,4)))&&(o=!0)}(navigator.userAgent||navigator.vendor||window.opera),o}!function(o){o(".robo_gallery").on("click",".rbs-lightbox.mfp-link",function(e){e.preventDefault(),window.location.href=o(this).data("mfp-src")}),o(".robo_gallery:not(.robo_gallery_run)").each(function(){o(this).addClass("robo_gallery_run");var e=window[o(this).data("options")],i=o.extend({},e);i.noHoverOnMobile&&robo_gallery_js_check_mobile()&&(i.thumbnailOverlay=!1),jQuery(this).on("beforeInitGallery",function(o){o.preventDefault(),console.log("beforeInitGallery")}),jQuery(i.mainContainer).css("display","block"),jQuery(i.loadingContainer).css("display","none");var a=o(this).collagePlus(i);if(1==i.touch){var t={threshold:50},n="swipeRight",r="swipeLeft";"left"==i.touchDirection&&(n="swipeLeft",r="swipeRight"),t[r]=function(e,i,a,t,n){o(".mfp-arrow-left").magnificPopup("prev")},t[n]=function(){o(".mfp-arrow-right").magnificPopup("next")},o("body").swipe(t),o("body").swipe("disable")}void 0!=roboGalleryDelay&&roboGalleryDelay>0&&setTimeout(function(){a.eveMB("resize")},roboGalleryDelay)})}(rbjQuer);
107
  /*
108
  * RoboGallery Version: 1.0
109
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
110
+ * Copyright (c) 2014-2019, Robosoft. All rights reserved.
111
  * Available only in https://robosoft.co/robogallery/
112
  */
113
  function robo_gallery_js_check_mobile(){var o=!1;return function(e){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(e.substr(0,4)))&&(o=!0)}(navigator.userAgent||navigator.vendor||window.opera),o}!function(o){o(".robo_gallery").on("click",".rbs-lightbox.mfp-link",function(e){e.preventDefault(),window.location.href=o(this).data("mfp-src")}),o(".robo_gallery:not(.robo_gallery_run)").each(function(){o(this).addClass("robo_gallery_run");var e=window[o(this).data("options")],i=o.extend({},e);i.noHoverOnMobile&&robo_gallery_js_check_mobile()&&(i.thumbnailOverlay=!1),jQuery(this).on("beforeInitGallery",function(o){o.preventDefault(),console.log("beforeInitGallery")}),jQuery(i.mainContainer).css("display","block"),jQuery(i.loadingContainer).css("display","none");var a=o(this).collagePlus(i);if(1==i.touch){var t={threshold:50},n="swipeRight",r="swipeLeft";"left"==i.touchDirection&&(n="swipeLeft",r="swipeRight"),t[r]=function(e,i,a,t,n){o(".mfp-arrow-left").magnificPopup("prev")},t[n]=function(){o(".mfp-arrow-right").magnificPopup("next")},o("body").swipe(t),o("body").swipe("disable")}void 0!=roboGalleryDelay&&roboGalleryDelay>0&&setTimeout(function(){a.eveMB("resize")},roboGalleryDelay)})}(rbjQuer);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://robosoft.co/robogallery
4
  Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
5
  Requires at least: 3.3
6
  Tested up to: 5.0
7
- Stable tag: 2.8.18
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -203,6 +203,10 @@ If any problem occurs, please contact us.
203
 
204
  == Changelog ==
205
 
 
 
 
 
206
  = 2.8.18 =
207
  * Fix of the Gutenberg editor, Gutenberg optimization
208
 
@@ -220,8 +224,8 @@ If any problem occurs, please contact us.
220
  * Small code fixes
221
 
222
  = 2.8.14 =
223
- * Fixed lightbox background transporancy issue
224
- * Compatibility with Wordpress 5.0
225
 
226
  = 2.8.13 =
227
  * Fixed notices nad optimization of the admin interface
@@ -259,7 +263,7 @@ If any problem occurs, please contact us.
259
 
260
  = 2.8.6 =
261
  * Fix for the dashboard redirect function
262
- * Fix of the lightbox background transporancy
263
 
264
  = 2.8.4 =
265
  * Update backend interfce, added overview section
@@ -491,6 +495,10 @@ If any problem occurs, please contact us.
491
 
492
  == Upgrade Notice ==
493
 
 
 
 
 
494
  = 2.8.18 =
495
  Fix of the Gutenberg editor, Gutenberg optimization
496
 
@@ -508,8 +516,8 @@ Added Gutenberg block
508
  Small code fixes
509
 
510
  = 2.8.14 =
511
- Fixed lightbox background transporancy issue
512
- Compatibility with Wordpress 5.0
513
 
514
  = 2.8.13 =
515
  Fixed notices nad optimization of the admin interface
@@ -547,7 +555,7 @@ Updated admin section image quality options
547
 
548
  = 2.8.6 =
549
  Fix for the dashboard redirect function
550
- Fix of the lightbox background transporancy
551
 
552
  = 2.8.4 =
553
  Update backend interfce, added overview section
4
  Tags: gallery, photo gallery, image gallery, wordpress gallery plugin, responsive gallery
5
  Requires at least: 3.3
6
  Tested up to: 5.0
7
+ Stable tag: 2.8.19
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
 
203
 
204
  == Changelog ==
205
 
206
+ = 2.8.19 =
207
+ * Modification of the translation elements
208
+ * Fixed small issues in editor
209
+
210
  = 2.8.18 =
211
  * Fix of the Gutenberg editor, Gutenberg optimization
212
 
224
  * Small code fixes
225
 
226
  = 2.8.14 =
227
+ * Fixed lightbox background transparency issue
228
+ * Compatibility with WordPress 5.0
229
 
230
  = 2.8.13 =
231
  * Fixed notices nad optimization of the admin interface
263
 
264
  = 2.8.6 =
265
  * Fix for the dashboard redirect function
266
+ * Fix of the lightbox background transparency
267
 
268
  = 2.8.4 =
269
  * Update backend interfce, added overview section
495
 
496
  == Upgrade Notice ==
497
 
498
+ = 2.8.19 =
499
+ Modification of the translation elements
500
+ Fixed small issues in editor
501
+
502
  = 2.8.18 =
503
  Fix of the Gutenberg editor, Gutenberg optimization
504
 
516
  Small code fixes
517
 
518
  = 2.8.14 =
519
+ Fixed lightbox background transparency issue
520
+ Compatibility with WordPress 5.0
521
 
522
  = 2.8.13 =
523
  Fixed notices nad optimization of the admin interface
555
 
556
  = 2.8.6 =
557
  Fix for the dashboard redirect function
558
+ Fix of the lightbox background transparency
559
 
560
  = 2.8.4 =
561
  Update backend interfce, added overview section
robogallery.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Robo Gallery
4
  Plugin URI: https://robosoft.co/wordpress-gallery-plugin
5
  Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
6
- Version: 2.8.18
7
  Author: RoboSoft
8
  Author URI: https://robosoft.co/wordpress-gallery-plugin
9
  License: GPLv3 or later
@@ -15,7 +15,7 @@ if(!defined('WPINC'))die;
15
  if(!defined("ABSPATH"))exit;
16
 
17
  define("ROBO_GALLERY", 1);
18
- define("ROBO_GALLERY_VERSION", '2.8.18');
19
 
20
  define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
21
 
3
  Plugin Name: Robo Gallery
4
  Plugin URI: https://robosoft.co/wordpress-gallery-plugin
5
  Description: Gallery modes photo gallery, images gallery, video gallery, Polaroid gallery, gallery lighbox, portfolio gallery, responsive gallery
6
+ Version: 2.8.19
7
  Author: RoboSoft
8
  Author URI: https://robosoft.co/wordpress-gallery-plugin
9
  License: GPLv3 or later
15
  if(!defined("ABSPATH"))exit;
16
 
17
  define("ROBO_GALLERY", 1);
18
+ define("ROBO_GALLERY_VERSION", '2.8.19');
19
 
20
  define("ROBO_GALLERY_OPTIONS", 'rbs_opt_');
21