Gallery – Photo Gallery and Images Gallery - Version 1.9.10

Version Description

  • Code optimization and small code fixes
Download this release

Release Info

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

Code changes from version 1.9.9 to 1.9.10

Files changed (76) hide show
  1. cmb2/fields/border/cmb-field-border.php +2 -2
  2. cmb2/fields/colums/cmb-field-colums.php +2 -2
  3. cmb2/fields/font/cmb-field-font.php +2 -2
  4. cmb2/fields/loading/cmb-field-loading.php +2 -2
  5. cmb2/fields/multisize/rbs-multiSize.php +2 -2
  6. cmb2/fields/padding/rbs-padding.php +2 -2
  7. cmb2/fields/rbsgallery/cmb-field-rbsgallery.php +2 -2
  8. cmb2/fields/rbsradiobutton/rbs-radiobutton.php +2 -2
  9. cmb2/fields/rbsselect/cmb-field-rbsselect.php +2 -2
  10. cmb2/fields/rbstext/cmb-field-rbstext.php +2 -2
  11. cmb2/fields/rbstextarea/cmb-field-rbstextarea.php +2 -2
  12. cmb2/fields/shadow/cmb-field-shadow.php +2 -2
  13. cmb2/fields/size/cmb-field-size.php +2 -2
  14. cmb2/fields/slider/cmb-field-slider.php +2 -2
  15. cmb2/fields/switch/cmb-field-switch.php +2 -2
  16. cmb2/fields/toolbox/cmb-field-toolbox.php +2 -2
  17. css/admin/about.css +1 -1
  18. css/admin/edit.css +1 -1
  19. css/admin/info.css +1 -1
  20. css/admin/list.css +1 -1
  21. css/admin/topblock.css +1 -1
  22. css/style.css +1 -1
  23. includes/extensions/backup/backup.class.php +2 -2
  24. includes/extensions/backup/backup.form.php +2 -2
  25. includes/extensions/backup/backup.init.php +2 -2
  26. includes/extensions/category/category.class.php +3 -3
  27. includes/extensions/category/category.init.php +2 -2
  28. includes/extensions/stats/js/script.js +2 -2
  29. includes/extensions/stats/stats.class.php +2 -2
  30. includes/extensions/stats/stats.form.php +2 -2
  31. includes/extensions/stats/stats.init.php +2 -2
  32. includes/frontend/rbs_gallery_class.php +2 -2
  33. includes/frontend/rbs_gallery_class_utils.php +2 -2
  34. includes/frontend/rbs_gallery_frontend.php +2 -2
  35. includes/frontend/rbs_gallery_helper.php +2 -2
  36. includes/frontend/rbs_gallery_source.php +2 -2
  37. includes/options/rbs_gallery_options_button.php +2 -2
  38. includes/options/rbs_gallery_options_copy.php +2 -2
  39. includes/options/rbs_gallery_options_guides.php +2 -2
  40. includes/options/rbs_gallery_options_hover.php +2 -2
  41. includes/options/rbs_gallery_options_images.php +2 -2
  42. includes/options/rbs_gallery_options_info.php +2 -2
  43. includes/options/rbs_gallery_options_infowide.php +2 -2
  44. includes/options/rbs_gallery_options_lightbox.php +2 -2
  45. includes/options/rbs_gallery_options_loading.php +2 -2
  46. includes/options/rbs_gallery_options_polaroid.php +2 -2
  47. includes/options/rbs_gallery_options_shortcode.php +2 -2
  48. includes/options/rbs_gallery_options_size.php +2 -2
  49. includes/options/rbs_gallery_options_text.php +2 -2
  50. includes/options/rbs_gallery_options_tools.php +2 -2
  51. includes/options/rbs_gallery_options_view.php +2 -2
  52. includes/rbs_class_activator.php +2 -2
  53. includes/rbs_class_update.php +2 -2
  54. includes/rbs_gallery_about.php +2 -2
  55. includes/rbs_gallery_button.php +2 -2
  56. includes/rbs_gallery_config.php +2 -2
  57. includes/rbs_gallery_edit.php +2 -2
  58. includes/rbs_gallery_init.php +2 -2
  59. includes/rbs_gallery_list.php +2 -2
  60. includes/rbs_gallery_media.php +2 -2
  61. includes/rbs_gallery_menu.php +2 -2
  62. includes/rbs_gallery_settings.php +2 -2
  63. includes/rbs_gallery_topblock.php +2 -2
  64. includes/rbs_gallery_widget.php +2 -2
  65. js/admin/edit.js +2 -2
  66. js/admin/editor-button.js +2 -2
  67. js/admin/extensions/backup/backup.js +2 -2
  68. js/admin/extensions/backup/rbs_backup_button.js +2 -2
  69. js/admin/extensions/create_post.js +2 -2
  70. js/admin/info.js +2 -2
  71. js/admin/menu.js +2 -2
  72. js/admin/topblock.js +2 -2
  73. js/alt/script.js +2 -2
  74. js/script.js +2 -2
  75. readme.txt +163 -157
  76. robogallery.php +2 -2
cmb2/fields/border/cmb-field-border.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  function rbs_border_get_state_options( $value = false ) {
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  function rbs_border_get_state_options( $value = false ) {
cmb2/fields/colums/cmb-field-colums.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  function jt_cmb2_colums_field( $metakey, $post_id = 0 ) {
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  function jt_cmb2_colums_field( $metakey, $post_id = 0 ) {
cmb2/fields/font/cmb-field-font.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
cmb2/fields/loading/cmb-field-loading.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
cmb2/fields/multisize/rbs-multiSize.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  function rbs_multisize_field( $metakey, $post_id = 0 ) {
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  function rbs_multisize_field( $metakey, $post_id = 0 ) {
cmb2/fields/padding/rbs-padding.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  function rbs_padding_field( $metakey, $post_id = 0 ) {
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  function rbs_padding_field( $metakey, $post_id = 0 ) {
cmb2/fields/rbsgallery/cmb-field-rbsgallery.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
cmb2/fields/rbsradiobutton/rbs-radiobutton.php CHANGED
@@ -9,8 +9,8 @@
9
  * Created: 2015
10
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
11
  *
12
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
13
- * Available only in http://robosoft.co/
14
  */
15
 
16
  function rbsradiobutton_getOptions( $options, $name, $value = false ) {
9
  * Created: 2015
10
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
11
  *
12
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
13
+ * Available only in http://robosoft.co/robogallery
14
  */
15
 
16
  function rbsradiobutton_getOptions( $options, $name, $value = false ) {
cmb2/fields/rbsselect/cmb-field-rbsselect.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
cmb2/fields/rbstext/cmb-field-rbstext.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
cmb2/fields/rbstextarea/cmb-field-rbstextarea.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
cmb2/fields/shadow/cmb-field-shadow.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
cmb2/fields/size/cmb-field-size.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
cmb2/fields/slider/cmb-field-slider.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
cmb2/fields/switch/cmb-field-switch.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
cmb2/fields/toolbox/cmb-field-toolbox.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
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/topblock.css CHANGED
@@ -1 +1 @@
1
- /*
1
+ /*
css/style.css CHANGED
@@ -1 +1 @@
1
- /*
1
+ /*
includes/extensions/backup/backup.class.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  class rbsGalleryExport {
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  class rbsGalleryExport {
includes/extensions/backup/backup.form.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/extensions/backup/backup.init.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  if(!function_exists('robo_gallery_backup_submenu_page')){
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  if(!function_exists('robo_gallery_backup_submenu_page')){
includes/extensions/category/category.class.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  class ROBO_GALLERY_CATEGORY
@@ -194,7 +194,7 @@ class ROBO_GALLERY_CATEGORY
194
  $path[] = get_the_title($parent) . ' >>';
195
  $parent = $parent->post_parent ? get_post($parent->post_parent) : null;
196
  }
197
- $path[] = 'Root Category >>';
198
  $path = array_reverse($path);
199
  ?>
200
  <input type="hidden" name="parent_id" value="<?php echo $directParentId; ?>">
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  class ROBO_GALLERY_CATEGORY
194
  $path[] = get_the_title($parent) . ' >>';
195
  $parent = $parent->post_parent ? get_post($parent->post_parent) : null;
196
  }
197
+ $path[] = __('Root Category', 'rbs_gallery').' >>';
198
  $path = array_reverse($path);
199
  ?>
200
  <input type="hidden" name="parent_id" value="<?php echo $directParentId; ?>">
includes/extensions/category/category.init.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  if(!function_exists('rbs_gallery_category_init')){
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  if(!function_exists('rbs_gallery_category_init')){
includes/extensions/stats/js/script.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  jQuery(document).ready( function($){
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  jQuery(document).ready( function($){
includes/extensions/stats/stats.class.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  class ROBO_GALLERY_STATS
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  class ROBO_GALLERY_STATS
includes/extensions/stats/stats.form.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  ?>
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  ?>
includes/extensions/stats/stats.init.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  if(!function_exists('rbs_gallery_stats_init')){
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  if(!function_exists('rbs_gallery_stats_init')){
includes/frontend/rbs_gallery_class.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  class roboGallery extends roboGalleryUtils{
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  class roboGallery extends roboGalleryUtils{
includes/frontend/rbs_gallery_class_utils.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  if( ROBO_GALLERY_PRO ){
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  if( ROBO_GALLERY_PRO ){
includes/frontend/rbs_gallery_frontend.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/frontend/rbs_gallery_helper.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/frontend/rbs_gallery_source.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_button.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_copy.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_guides.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
  if( class_exists('RoboGalleryConfig') ){
15
  $guide = RoboGalleryConfig::guides();
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
  if( class_exists('RoboGalleryConfig') ){
15
  $guide = RoboGalleryConfig::guides();
includes/options/rbs_gallery_options_hover.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_images.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_info.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_infowide.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_lightbox.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_loading.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_polaroid.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_shortcode.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_size.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_text.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/options/rbs_gallery_options_tools.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  $tools_group = new_cmb2_box( array(
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  $tools_group = new_cmb2_box( array(
includes/options/rbs_gallery_options_view.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/rbs_class_activator.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  class RoboGalleryActivator {
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  class RoboGalleryActivator {
includes/rbs_class_update.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  class RoboGalleryUpdate {
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  class RoboGalleryUpdate {
includes/rbs_gallery_about.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
  wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
  wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
15
 
includes/rbs_gallery_button.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  function add_robo_gallery_button(){
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  function add_robo_gallery_button(){
includes/rbs_gallery_config.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
 
includes/rbs_gallery_edit.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  function rbs_gallery_group_metabox() {
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  function rbs_gallery_group_metabox() {
includes/rbs_gallery_init.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  define( "ROBO_GALLERY_PREFIX", 'rsg_');
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  define( "ROBO_GALLERY_PREFIX", 'rsg_');
includes/rbs_gallery_list.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  if(isset($_GET['showproinfo']) && $_GET['showproinfo']){
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  if(isset($_GET['showproinfo']) && $_GET['showproinfo']){
includes/rbs_gallery_media.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
  function hide_attachment_field() {
15
  //$screen = get_current_screen();
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
  function hide_attachment_field() {
15
  //$screen = get_current_screen();
includes/rbs_gallery_menu.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
 
15
  if(!function_exists('robo_gallery_fix_menu')){
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
 
15
  if(!function_exists('robo_gallery_fix_menu')){
includes/rbs_gallery_settings.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
  wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
15
  ?>
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
  wp_enqueue_style ( 'toolbox-gallery-about', ROBO_GALLERY_URL.'css/admin/about.css', array( ), ROBO_GALLERY_VERSION );
15
  ?>
includes/rbs_gallery_topblock.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
  if(!function_exists('rbs_gallery_topblock')){
15
  function rbs_gallery_topblock(){
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
  if(!function_exists('rbs_gallery_topblock')){
15
  function rbs_gallery_topblock(){
includes/rbs_gallery_widget.php CHANGED
@@ -8,8 +8,8 @@
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
12
- * Available only in http://robosoft.co/
13
  */
14
  class rbs_widget extends WP_Widget {
15
 
8
  * Created: 2015
9
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
10
  *
11
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
12
+ * Available only in http://robosoft.co/robogallery
13
  */
14
  class rbs_widget extends WP_Widget {
15
 
js/admin/edit.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  (function($) {
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  (function($) {
js/admin/editor-button.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  jQuery(function(){
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  jQuery(function(){
js/admin/extensions/backup/backup.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  jQuery(function(){
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  jQuery(function(){
js/admin/extensions/backup/rbs_backup_button.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  jQuery(document).ready( function($){
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  jQuery(document).ready( function($){
js/admin/extensions/create_post.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  (function($) {
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  (function($) {
js/admin/info.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  jQuery(function(){
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  jQuery(function(){
js/admin/menu.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  jQuery(function(){
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  jQuery(function(){
js/admin/topblock.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  jQuery(function(){
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  jQuery(function(){
js/alt/script.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  (function($) {
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  (function($) {
js/script.js CHANGED
@@ -7,8 +7,8 @@
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
- * Copyright (c) 2014-2015, Robosoft. All rights reserved.
11
- * Available only in http://robosoft.co/
12
  */
13
 
14
  (function($) {
7
  * Created: 2015
8
  * Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
9
  *
10
+ * Copyright (c) 2014-2016, Robosoft. All rights reserved.
11
+ * Available only in http://robosoft.co/robogallery
12
  */
13
 
14
  (function($) {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.robosoft.co/robogallery
4
  Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.4
7
- Stable tag: 1.9.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -178,10 +178,6 @@ You don't need do any additional configurations or manual code changes. You can
178
 
179
  == Frequently Asked Questions ==
180
 
181
- = How to define custom link for some gallery images? =
182
-
183
- Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
184
-
185
  = How to change font color of the gallery image description text? =
186
 
187
  In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change color of
@@ -190,18 +186,10 @@ In gallery settings, when enabled custom hover settings you can customize style
190
 
191
  In gallery settings you can find before/after text gallery field. This fields support HTML tags.
192
 
193
- = How to change font color of the gallery image caption? =
194
-
195
- In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
196
-
197
  = How to make shadow for the gallery thumbnails? =
198
 
199
  Shadows of the thumbnails you can customize in gallery settings. With gallery settings you can change size , color and position of the gallery thumbnails shadow
200
 
201
- = Where to change settings of the image of the gallery? =
202
-
203
- Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
204
-
205
  = Is it possible to insert video as gallery link? =
206
 
207
  Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have video link field in gallery image options, where you can define some custom link to the online video.
@@ -210,306 +198,318 @@ Yes. When you open gallery media manager you'll see there list of the gallery im
210
 
211
  When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
212
 
213
- = How to change font size of the gallery image description text? =
214
-
215
- In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
216
-
217
- = How to change amount of the columns in gallery layout? =
218
-
219
- In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
220
-
221
- = How many menu buttons styles do you have in gallery menu ? =
222
-
223
- Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
224
-
225
  = Is it possible to have different settings for hover and static interface elements? =
226
 
227
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
228
 
229
- = How to make gallery thumbnails with rounded corners? =
230
-
231
- In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
232
-
233
- = How to customize gallery hover effect shutter layout? =
234
-
235
- In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
236
-
237
  = Is it possible to use HTML in image description ? =
238
 
239
  Yes, you can use HTML tags inside gallery image description field
240
 
241
- = How to change color of the gallery interface elements? =
242
-
243
- Color of every gallery front end interface element could be changed changed in admin section with color selector. There you can change colors of the menu buttons, load more button, borders, shadows, backgrounds and etc.
244
-
245
- = How to customize gallery layouts for different screen resolutions? =
246
-
247
- In admin section of the gallery you'll find columns options which provide you advanced customization options for different resolutions. You can define some static size or auto size for every resolution.
248
-
249
- = How to change font style of the gallery image caption? =
250
-
251
- In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
252
-
253
- = Is it possible to create target blank links? =
254
-
255
- Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have target blank field below link field of the gallery image.
256
-
257
  = How to define size of the gallery images thumbnails? =
258
 
259
  Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
260
 
261
- = How to use multi-category functionality of the gallery? =
262
-
263
- In our gallery we implemented multi-categories structure. Every gallery category could have child and parent gallery, which you can manually define in gallery settings
264
-
265
  = How to set description text below image in the lightbox? =
266
 
267
  In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
268
 
269
- = Is it possible to change background color of the gallery lightbox? =
270
 
271
- Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
272
 
273
- = How to hide titles of the gallery image in lightbox ? =
274
 
275
- In lightbox section of the gallery settings you can find hide title option. If you enable it titles of the gallery images in lightbox will be turned off.
276
 
277
- = How to rotate uploaded gallery image? =
278
 
279
- When you open gallery images manager you'll find there image edit mode where you can rotate source image
280
 
281
- = Do you have some limits for images types in gallery? =
282
 
283
- You can use any standard file type in our gallery: png, jpg, jpeg, gif
284
 
285
- = Is it possible to change transparency of the gallery lightbox background ? =
286
 
287
- Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
288
 
289
- = How to enable lazy load in gallery options? =
290
 
291
- In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
292
 
293
- = How to change amount of images loading on gallery page? =
294
 
295
- In gallery settings we have few options which makes you able to select amount of the images for the first load and for load more action
296
 
297
- = What can I do if some gallery interface elements in backend do not work properly? =
298
 
299
- If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
300
 
301
- = Which style parameters I can change for the hover button icon? =
302
 
303
- You can select border color, background color and color of the icon, size of the icon
304
 
305
- = How I can create custom (grid) layout of the thumbnails? =
306
 
307
- In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
308
 
309
- = How to change quality of the gallery thumbnails? =
310
 
311
- Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
312
 
313
- = Do you have fade effect for the thumbnails hover? =
314
 
315
- Yes, gallery have fade hover effect
316
 
317
- = How to crop uploaded gallery image? =
318
 
319
- When you open gallery images manager you'll find there image edit mode where you can crop source image
 
 
 
 
320
 
321
  = Is it possible to generate post with gallery inside it ? =
322
 
323
  In gallery settings we create separate section where you can find create new post button. After click on this button you'll see wizard form where you can select all additional parameters for the gallery new post.
324
 
325
- = How many buttons with icons do you have in gallery? =
326
 
327
- In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
328
 
329
- = Do you have some limit for images size in gallery? =
330
 
331
- No, we don't have any limits for image size in our gallery.
332
 
333
- = How to define custom link for some gallery images? =
334
 
335
- Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
336
 
337
- = How to load more function work? =
338
 
339
- In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
340
 
341
- = How to customize border of the gallery thumbnails? =
342
 
343
- In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
344
 
345
- = How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
346
 
347
- In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
348
 
349
- = Is it possible to turn off border of the gallery thumbnails? =
350
 
351
- Yes, in gallery options you can turn on/off border option
352
 
353
- = How to change text below image in lightbox ? =
354
 
355
- In gallery setting you can select which text show below image in gallery lightbox. You can select Caption, Title or image Description as source for this field in gallery lightbox.
356
 
357
  = Do you have some limits for images amount in gallery? =
358
 
359
  No, we don't have any limits for amount of the images in gallery
360
 
361
- = Where it's possible to define vertical and horizontal paddings? =
362
 
363
- In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
364
 
365
- = Which tags build in shutter of gallery hover template customization? =
366
 
367
- For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
368
 
369
- = Is it possible create gallery in Wordpress post with Gallery? =
370
 
371
- Yes, you can insert gallery into post with shortcode tag
372
 
373
- = How to make gallery with no space between thumbnails of the gallery? =
374
 
375
- If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
376
 
377
- = Is it possible to customize gallery image caption ? =
378
 
379
- In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
380
 
381
- = Is it possible to create direct link on the front end to the gallery? =
382
 
383
- Yes, you can use generated direct link inside particular gallery settings
384
 
385
- = Which permissions do I need to have on server for proper gallery installation? =
386
 
387
- Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
388
 
389
- = How to customize border of the gallery thumbnails? =
390
 
391
- In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
392
 
393
- = How to change color of the gallery thumbnails border? =
394
 
395
- When you enable border in gallery settings you will see multiply options for customization of the border. One from this options it's border color. You can select color using color selector
396
 
397
- = How to upload images to the gallery? =
398
 
399
- When you create new gallery or open already existent gallery for edit on the right side of the edit gallery section you'll see gallery images manager button. When you open gallery images manager you'll be able there edit all gallery images. Upload, edit or delete. In gallery images manager you can use drag and drop gallery images upload tool.
400
 
401
  = How many icons you have in build in icons library? =
402
 
403
  In build library of the icons in gallery you can find 533 icons
404
 
405
- = Is it possible to change transparency of the hover shutter? =
406
-
407
- Yes, it's possible to change transparency in gallery settings
408
-
409
- = How to generate shortcode for Wordpress page, post or widget? =
410
 
411
- First of all you can copy shortcode inside gallery settings , in separate shortcode block. Another way generate shortcode directly in post or page edit mode. You can find wizard button on top of content editor
412
 
413
- = Which parameters I can change for the gallery thumbnails borders and shadows? =
414
 
415
- You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
416
 
417
- = Do you have some conflict in gallery back end? =
418
 
419
- If you have some conflict in gallery back end you can sort it with new compatibility option. You can switch between standard and alternative jquery library. This modes implemented to help you to avoid any conflicts with another libraries from wordpress themes or another plugin.
420
 
421
- = Where specify description of the gallery images? =
422
 
423
- When you open gallery settings inside you'll find images manager section. Images manager make you able to add/edit descriptions and titles of every gallery image
424
 
425
- = How many thumbnails hover effects gallery has? =
426
 
427
- Gallery have 15 hover animation effects, which could be combined with additional custom options
428
 
429
- = How to define video for some gallery image? =
430
 
431
- Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
432
 
433
  = Do you have Polaroid style in your gallery? =
434
 
435
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
436
 
437
- = How to change ordering of the gallery images? =
438
-
439
- When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
440
-
441
- = Is it possible to change color of the hovered image in gallery? =
442
-
443
- Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
444
-
445
  = How to install Gallery plugin? =
446
 
447
  Just install it using regular Wordpress plugins installing mechanism. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
448
 
449
- = How to change style of the gallery thumbnails border? =
450
 
451
- When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border style. You can select one value from pre-defined list
452
 
453
- = How to change transparency of the gallery thumbnails border? =
454
 
455
- When you enable border in gallery settings you will see multiply options for customization of the border. When you open color selector you can also select some transparency value there
456
 
457
- = How to turn off social buttons in gallery lightbox? =
458
 
459
- When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
460
 
461
- = How to delete title, author, date above the gallery of the gallery post? =
462
 
463
- Actually settings of all this main elements of the gallery post is inherited from the the general Wordpress posts settings. So you can turn in off the same way as it's manage in general posts, not only gallery posts.
464
 
465
- = How to customize hover effect? =
466
 
467
- In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
468
 
469
- = How to insert text before/after gallery? =
470
 
471
- In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
472
 
473
- = How to change font size of the gallery image caption? =
474
 
475
- In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
476
 
477
- = How to enable icons on gallery hover shutter? =
478
 
479
- In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
480
 
481
- = How to change width of the gallery thumbnails border? =
482
 
483
- When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border width in pixels.
484
 
485
  = How to define video for some gallery image? =
486
 
487
  Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
488
 
 
 
 
 
489
  = How to define custom ALT for gallery image? =
490
 
491
  When you open gallery images manager you can define alt for every gallery image there
492
 
 
 
 
 
 
 
 
 
 
 
 
 
493
  = How to insert gallery into Wordpress page or post? =
494
 
495
  When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
496
 
 
 
 
 
497
  = How to flip uploaded gallery image? =
498
 
499
  When you open gallery images manager you'll find there image edit mode where you can flip source image
500
 
 
 
 
 
501
  = How to change icon on gallery thumbnail button? =
502
 
503
  When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
504
 
 
 
 
 
505
  = What can I do if some gallery interface elements in backend do not work properly? =
506
 
507
  If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
509
  = How to define custom hover effect for some gallery thumbnail? =
510
 
511
  When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have custom effect field where you can select different hover effect for every image of the gallery.
512
 
 
 
 
 
 
 
 
 
513
  == Screenshots ==
514
 
515
  1. Gallery Demo 1
@@ -584,6 +584,9 @@ If any problem occurs, please contact us.
584
 
585
  == Changelog ==
586
 
 
 
 
587
  = 1.9.9 =
588
  * Updated categories manager
589
  * Fixed conflict of removing parent category item
@@ -1001,6 +1004,9 @@ If any problem occurs, please contact us.
1001
 
1002
  == Upgrade Notice ==
1003
 
 
 
 
1004
  = 1.9.9 =
1005
  Updated categories manager
1006
  Fixed conflict of removing parent category item
4
  Tags: gallery, add gallery, photo gallery, images gallery, media gallery, responsive gallery, gallery image, gallery lightbox, Polaroid gallery, Gallery Plugin, plugin gallery, video gallery, gallery shortcode, responsive images gallery, website gallery, widget gallery, wordpress gallery, wordpress gallery plugin, wordpress photo gallery plugin, wp gallery, wp gallery plugin, wp gallery plugins, multi categories gallery, add galleries, add picture, add pictures, album, best gallery, best gallery plugin, responsive galleries, mobile gallery, mobile galleries, responsive photo gallery, best portfolio, easy media gallery, filterable gallery, filterable portfolio, foto, fotoalbum, fotogalerie, sortable gallery, sortable galleries, free photo gallery, fullscreen gallery, galary, galeri, galerie, galerij, galery, gallary, Galleria, gallerie, galleries, gallery decription, gallery slider, gelary, gellary, gellery, google, grid gallery, image, image album, image gallery, image gallery plugin, image lightbox, image slider, image slideshow, images, jquery, jquery gallery, links, media, multiple pictures, page, pagination gallery, pagination portfolio, photo, photo album, photo albums, photoalbum, photogallery, photos, photoset, picture, pictures, plugin, plugin for gallery, portfolio, portfolio gallery, portfolio plugin, Post, posts, responsive slideshow, responsive wordpress photo gallery, seo image, slide show, slideshow, thumbnail, upload images, upload photos, batch upload, multiply images upload, view images, view pictures, wordpress portfolio plugin, multi-categories gallery, multi categories galleries, robo gallery
5
  Requires at least: 3.3
6
  Tested up to: 4.4
7
+ Stable tag: 1.9.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
178
 
179
  == Frequently Asked Questions ==
180
 
 
 
 
 
181
  = How to change font color of the gallery image description text? =
182
 
183
  In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change color of
186
 
187
  In gallery settings you can find before/after text gallery field. This fields support HTML tags.
188
 
 
 
 
 
189
  = How to make shadow for the gallery thumbnails? =
190
 
191
  Shadows of the thumbnails you can customize in gallery settings. With gallery settings you can change size , color and position of the gallery thumbnails shadow
192
 
 
 
 
 
193
  = Is it possible to insert video as gallery link? =
194
 
195
  Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have video link field in gallery image options, where you can define some custom link to the online video.
198
 
199
  When you open gallery settings you can find there gallery lightbox settings block, where you can gallery lightbox text color using color selector.
200
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  = Is it possible to have different settings for hover and static interface elements? =
202
 
203
  Yes, you can have different styles of the borders and shadows for static and hovered gallery thumbnails.
204
 
 
 
 
 
 
 
 
 
205
  = Is it possible to use HTML in image description ? =
206
 
207
  Yes, you can use HTML tags inside gallery image description field
208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  = How to define size of the gallery images thumbnails? =
210
 
211
  Our gallery is fully responsive and gallery thumbnails size depend of a lot of factors. Gallery calculate thumbnails automatically depend of the general gallery size and gallery layout settings. First of all you can define ratio values for gallery thumbnails. Size of the thumbnails could be selected from standard pre-defined wordpress sizes: thumbnail, medium, large, full
212
 
 
 
 
 
213
  = How to set description text below image in the lightbox? =
214
 
215
  In gallery settings you can find lightbox section and if you need to show description of the images below images in the lightbox you need to select text source in lightbox settings from defined values.
216
 
217
+ = Do you have some limits for images types in gallery? =
218
 
219
+ You can use any standard file type in our gallery: png, jpg, jpeg, gif
220
 
221
+ = How to change amount of images loading on gallery page? =
222
 
223
+ In gallery settings we have few options which makes you able to select amount of the images for the first load and for load more action
224
 
225
+ = How I can create custom (grid) layout of the thumbnails? =
226
 
227
+ In our gallery we implemented layout based on columns amount. So you can general amount of the columns in your gallery grid and define custom amount of the columns which every image gonna take. As result you can customize layout of the gallery grid
228
 
229
+ = How to change quality of the gallery thumbnails? =
230
 
231
+ Quality of the gallery thumbnails could be easily changed in gallery size option / thumbnails options / source
232
 
233
+ = How to crop uploaded gallery image? =
234
 
235
+ When you open gallery images manager you'll find there image edit mode where you can crop source image
236
 
237
+ = Do you have some limit for images size in gallery? =
238
 
239
+ No, we don't have any limits for image size in our gallery.
240
 
241
+ = How I can make gallery only with one size pictures but I would like to arrange gallery with pictures of the different size - one big, several smaller? =
242
 
243
+ In our gallery you can define different amount of the columns for the images thumbnails and every gallery image could have different width which measuring by columns of the images thumbnails. For example you can define 2 column size for the image 1 and 3 columns size for image 5 but the rest of the gallery images could stay with default one column value in images settings.
244
 
245
+ = Is it possible create gallery in Wordpress post with Gallery? =
246
 
247
+ Yes, you can insert gallery into post with shortcode tag
248
 
249
+ = Is it possible to customize gallery image caption ? =
250
 
251
+ In gallery settings you can find images manager where you can change settings of every image, one of the option it's caption of the image
252
 
253
+ = Which permissions do I need to have on server for proper gallery installation? =
254
 
255
+ Our gallery do not require any special permissions for installation of the gallery or during upload of the gallery images. All requirements are basic: our gallery have the same requirements as Wordpress have.
256
 
257
+ = How to customize border of the gallery thumbnails? =
258
 
259
+ In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
260
 
261
+ = How to enable lazy load in gallery options? =
262
 
263
+ In gallery settings you can find option to enable/disable lazy load, also there you'll have alot of additional options for customization of the loading process
264
 
265
+ = What can I do if some gallery interface elements in backend do not work properly? =
266
 
267
+ If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
268
+
269
+ = How to upload images to the gallery? =
270
+
271
+ When you create new gallery or open already existent gallery for edit on the right side of the edit gallery section you'll see gallery images manager button. When you open gallery images manager you'll be able there edit all gallery images. Upload, edit or delete. In gallery images manager you can use drag and drop gallery images upload tool.
272
 
273
  = Is it possible to generate post with gallery inside it ? =
274
 
275
  In gallery settings we create separate section where you can find create new post button. After click on this button you'll see wizard form where you can select all additional parameters for the gallery new post.
276
 
277
+ = Is it possible to change transparency of the hover shutter? =
278
 
279
+ Yes, it's possible to change transparency in gallery settings
280
 
281
+ = Where specify description of the gallery images? =
282
 
283
+ When you open gallery settings inside you'll find images manager section. Images manager make you able to add/edit descriptions and titles of every gallery image
284
 
285
+ = How to change style of the gallery thumbnails border? =
286
 
287
+ When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border style. You can select one value from pre-defined list
288
 
289
+ = How to change color of the gallery thumbnails border? =
290
 
291
+ When you enable border in gallery settings you will see multiply options for customization of the border. One from this options it's border color. You can select color using color selector
292
 
293
+ = Which style parameters I can change for the hover button icon? =
294
 
295
+ You can select border color, background color and color of the icon, size of the icon
296
 
297
+ = Is it possible to create direct link on the front end to the gallery? =
298
 
299
+ Yes, you can use generated direct link inside particular gallery settings
300
 
301
+ = Do you have some conflict in gallery back end? =
302
 
303
+ If you have some conflict in gallery back end you can sort it with new compatibility option. You can switch between standard and alternative jquery library. This modes implemented to help you to avoid any conflicts with another libraries from wordpress themes or another plugin.
304
 
305
+ = How to turn off social buttons in gallery lightbox? =
306
 
307
+ When you open gallery settings you can find there gallery lightbox settings block, where you can turn off social buttons in gallery lightbox on the front end.
308
 
309
  = Do you have some limits for images amount in gallery? =
310
 
311
  No, we don't have any limits for amount of the images in gallery
312
 
313
+ = How to delete title, author, date above the gallery of the gallery post? =
314
 
315
+ Actually settings of all this main elements of the gallery post is inherited from the the general Wordpress posts settings. So you can turn in off the same way as it's manage in general posts, not only gallery posts.
316
 
317
+ = How to customize hover effect? =
318
 
319
+ In gallery settings you can find hover type options. In settings of the gallery you can select custom hover effect settings or even template for customization of the gallery thumbnails hover
320
 
321
+ = Is it possible to change color of the hovered image in gallery? =
322
 
323
+ Yes, you can easily change color of the hovered image in gallery in backend. In gallery settings we build-in comfortable color selector which make you able to change color of the gallery interface elements.
324
 
325
+ = How to change font size of the gallery image caption? =
326
 
327
+ In gallery settings you can enable custom caption settings where you can customize font size and see results in live preview
328
 
329
+ = How to change text below image in lightbox ? =
330
 
331
+ In gallery setting you can select which text show below image in gallery lightbox. You can select Caption, Title or image Description as source for this field in gallery lightbox.
332
 
333
+ = How many thumbnails hover effects gallery has? =
334
 
335
+ Gallery have 15 hover animation effects, which could be combined with additional custom options
336
 
337
+ = Where it's possible to define vertical and horizontal paddings? =
338
 
339
+ In gallery settings you can define horizontal and vertical paddings between gallery thumbnails
340
 
341
+ = How to define custom link for some gallery images? =
342
 
343
+ Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
344
 
345
+ = How to generate shortcode for Wordpress page, post or widget? =
346
 
347
+ First of all you can copy shortcode inside gallery settings , in separate shortcode block. Another way generate shortcode directly in post or page edit mode. You can find wizard button on top of content editor
348
 
349
+ = How to customize gallery hover effect shutter layout? =
350
 
351
+ In gallery hover settings you can enable template where you can fully customize layout of the shutter content using HTML tags, text and images. In template we have implemented some build in tags which going to help you to build in some gallery images elements into hover
352
 
353
  = How many icons you have in build in icons library? =
354
 
355
  In build library of the icons in gallery you can find 533 icons
356
 
357
+ = How to define custom link for some gallery images? =
 
 
 
 
358
 
359
+ Every gallery image have additional fields where you can define custom link, title, description. All this options you can find in gallery images manager, inside general gallery settings
360
 
361
+ = How to insert text before/after gallery? =
362
 
363
+ In our gallery we implemented few additional options which help you to add some text with HTML before/after gallery on your page. IN gallery settings you can find pre/post text fields where you can define some description text for the gallery. This gallery fields support HTML, so you can customize this text with HTML tags or css styles.
364
 
365
+ = How to make gallery with no space between thumbnails of the gallery? =
366
 
367
+ If you wish to make section with gallery without spacing between thumbnails you need just set horizontal and vertical spacing to 0 in gallery thumbnails view options
368
 
369
+ = Which parameters I can change for the gallery thumbnails borders and shadows? =
370
 
371
+ You can change size, color and style of gallery thumbnails borders and shadows. Also you can define different parameters for static and hovered status
372
 
373
+ = Do you have fade effect for the thumbnails hover? =
374
 
375
+ Yes, gallery have fade hover effect
376
 
377
+ = How to enable icons on gallery hover shutter? =
378
 
379
+ In gallery hover settings we implemented full set of configuration settings of the buttons. You can change icon, style size, colors for static and hovered buttons. You can select icon with build in wizard
380
 
381
  = Do you have Polaroid style in your gallery? =
382
 
383
  In our gallery implemented options which make you able to make gallery thumbnails looks in Polaroid style, with caption of the image below thumbnail
384
 
 
 
 
 
 
 
 
 
385
  = How to install Gallery plugin? =
386
 
387
  Just install it using regular Wordpress plugins installing mechanism. If you have some questions related with our plugin feel free to contact our support team we happy to help you!
388
 
389
+ = How to make gallery thumbnails with rounded corners? =
390
 
391
+ In gallery settings you can find section rounds where with special options you can define radius for the gallery thumbnails
392
 
393
+ = Is it possible to change transparency of the gallery lightbox background ? =
394
 
395
+ Yes, you can change gallery lightbox background transparency in gallery settings. Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block. When you open color selector for the gallery lightbox background you'll see there additional slider option for transparency value.
396
 
397
+ = How to change font style of the gallery image caption? =
398
 
399
+ In gallery settings you can enable custom caption settings where you can customize font style and see results in live preview
400
 
401
+ = Is it possible to create target blank links? =
402
 
403
+ Yes. When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have target blank field below link field of the gallery image.
404
 
405
+ = How to change color of the gallery interface elements? =
406
 
407
+ Color of every gallery front end interface element could be changed changed in admin section with color selector. There you can change colors of the menu buttons, load more button, borders, shadows, backgrounds and etc.
408
 
409
+ = How many menu buttons styles do you have in gallery menu ? =
410
 
411
+ Gallery menu have multiply configuration options. Some of the options changing color of the buttons, some of them changing style of the buttons, which makes buttons for example 3d or with rounded corners
412
 
413
+ = How to change ordering of the gallery images? =
414
 
415
+ When you open gallery for edit you can find there images manager where you can change ordering of the gallery images
416
 
417
+ = How to define video for some gallery image? =
418
 
419
+ Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
420
 
421
+ = How to load more function work? =
422
 
423
+ In gallery admin section you can define amount of the images for the first load and after click on load more button. Load more it's such google gallery style pagination functionality which make you able to limit amount of the images for the first load
424
 
425
  = How to define video for some gallery image? =
426
 
427
  Every gallery image have additional fields where you can define custom link, title, description. One of the link option allow you to define link type, for example video link. All this options you can find in gallery images manager, inside general gallery settings
428
 
429
+ = How to customize gallery layouts for different screen resolutions? =
430
+
431
+ In admin section of the gallery you'll find columns options which provide you advanced customization options for different resolutions. You can define some static size or auto size for every resolution.
432
+
433
  = How to define custom ALT for gallery image? =
434
 
435
  When you open gallery images manager you can define alt for every gallery image there
436
 
437
+ = How to change transparency of the gallery thumbnails border? =
438
+
439
+ When you enable border in gallery settings you will see multiply options for customization of the border. When you open color selector you can also select some transparency value there
440
+
441
+ = Is it possible to turn off border of the gallery thumbnails? =
442
+
443
+ Yes, in gallery options you can turn on/off border option
444
+
445
+ = How to change width of the gallery thumbnails border? =
446
+
447
+ When you enable border in gallery settings you will see multiply options for customization of the border. One of the options it's border width in pixels.
448
+
449
  = How to insert gallery into Wordpress page or post? =
450
 
451
  When you create gallery in plugin galleries manager you can go to the post or page editor and there using special wizard button insert gallery into your wordpress post or page. Another way you can insert your gallery manually using shortcode, which you can find in gallery edit mode in shortcode section on the right side of the gallery settings
452
 
453
+ = How to rotate uploaded gallery image? =
454
+
455
+ When you open gallery images manager you'll find there image edit mode where you can rotate source image
456
+
457
  = How to flip uploaded gallery image? =
458
 
459
  When you open gallery images manager you'll find there image edit mode where you can flip source image
460
 
461
+ = How to change font color of the gallery image caption? =
462
+
463
+ In gallery settings you can enable custom caption settings where you can customize font color and see results in live preview
464
+
465
  = How to change icon on gallery thumbnail button? =
466
 
467
  When you open gallery settings you can see there hover options section where we implemented settings for every hover button. Here you can select icons for buttons and style for this icon
468
 
469
+ = How to change font size of the gallery image description text? =
470
+
471
+ In gallery settings, when enabled custom hover settings you can customize style of the gallery image description text. In this settings you can change size of the text
472
+
473
  = What can I do if some gallery interface elements in backend do not work properly? =
474
 
475
  If you have some conflict in gallery back end you can sort it with new compatibility option. If combo box element do not drop down you can switch between classic and modern style, as result you can avoid conflict with another code.
476
 
477
+ = How to customize border of the gallery thumbnails? =
478
+
479
+ In gallery settings you can find general settings section where you can turn on/off thumbnails border. Also you can customize there style of the border, namely width, color and style of the thumbnail borders
480
+
481
+ = Where to change settings of the image of the gallery? =
482
+
483
+ Settings of the gallery image you can change in images manager. There you can upload, edit or customize already uploaded images to the gallery
484
+
485
+ = How to use multi-category functionality of the gallery? =
486
+
487
+ In our gallery we implemented multi-categories structure. Every gallery category could have child and parent gallery, which you can manually define in gallery settings
488
+
489
+ = How many buttons with icons do you have in gallery? =
490
+
491
+ In our gallery we have 2 buttons for every gallery thumbnail. Zoom button and link button.
492
+
493
+ = Is it possible to change background color of the gallery lightbox? =
494
+
495
+ Yes, you can change background color of the gallery lightbox. When you open gallery settings you can find there gallery lightbox settings block, where you can change color of the gallery lightbox background.
496
+
497
+ = How to change amount of the columns in gallery layout? =
498
+
499
+ In gallery general settings you can find gallery thumbnails columns options which could depend of the device screen size. You can define different gallery columns amount for different resolution.
500
+
501
  = How to define custom hover effect for some gallery thumbnail? =
502
 
503
  When you open gallery media manager you'll see there list of the gallery images. Click on some image and on the right side you'll see images options. Every gallery image have custom effect field where you can select different hover effect for every image of the gallery.
504
 
505
+ = How to hide titles of the gallery image in lightbox ? =
506
+
507
+ In lightbox section of the gallery settings you can find hide title option. If you enable it titles of the gallery images in lightbox will be turned off.
508
+
509
+ = Which tags build in shutter of gallery hover template customization? =
510
+
511
+ For now we have build in @@TITLE@@, @@CAPTION@@, @@DESCR@@
512
+
513
  == Screenshots ==
514
 
515
  1. Gallery Demo 1
584
 
585
  == Changelog ==
586
 
587
+ = 1.9.10 =
588
+ * Code optimization and small code fixes
589
+
590
  = 1.9.9 =
591
  * Updated categories manager
592
  * Fixed conflict of removing parent category item
1004
 
1005
  == Upgrade Notice ==
1006
 
1007
+ = 1.9.10 =
1008
+ Code optimization and small code fixes
1009
+
1010
  = 1.9.9 =
1011
  Updated categories manager
1012
  Fixed conflict of removing parent category item
robogallery.php CHANGED
@@ -8,7 +8,7 @@
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
- * Version: 1.9.9
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
@@ -19,7 +19,7 @@
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
- define("ROBO_GALLERY_VERSION", '1.9.9');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25
 
8
  * Plugin Name: Robo Gallery
9
  * Plugin URI: http://robosoft.co/robogallery
10
  * Description: A responsive, easy and elegant way to show gallery.
11
+ * Version: 1.9.10
12
  * Author: RoboSoft (c)
13
  * Author URI: http://robosoft.co/robogallery
14
  * License: GPL-2.0+
19
 
20
  if ( ! defined( 'WPINC' ) ) die;
21
  define("ROBO_GALLERY", 1);
22
+ define("ROBO_GALLERY_VERSION", '1.9.10');
23
  define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
24
  define("ROBO_GALLERY_SPECIAL", 0);
25