Version Description
- Fixed problem in gallery backend section in MacOS and Unix systems
- Fixed problem with Statistics section on MacOS
- Fixed problem with Backup section on MacOS
- Fixed problem with Categories management section on MacOS
Download this release
Release Info
Developer | robosoft |
Plugin | Gallery – Photo Gallery and Images Gallery |
Version | 1.9.1 |
Comparing to | |
See all releases |
Code changes from version 1.9.0 to 1.9.1
- includes/extensions/category/category.class.php +20 -20
- includes/rbs_gallery_init.php +3 -3
- readme.txt +10 -1
- robogallery.php +2 -2
includes/extensions/category/category.class.php
CHANGED
@@ -137,34 +137,34 @@ class ROBO_GALLERY_CATEGORY
|
|
137 |
'hierarchyPostAttributes',
|
138 |
array(
|
139 |
'ajaxUrl' => admin_url('admin-ajax.php'),
|
140 |
-
'metaBox' =>
|
141 |
-
'action' =>
|
142 |
'get' => "hierarchy_{$this->postType}_meta_box"
|
143 |
-
|
144 |
-
|
145 |
-
'dialog' =>
|
146 |
'title' => __(sprintf('Edit hierarchy of %s', $postTypeObject->labels->name)),
|
147 |
-
'button' =>
|
148 |
-
'save' =>
|
149 |
'label' => __('Save')
|
150 |
-
|
151 |
-
'cancel' =>
|
152 |
'label' => __('Cancel')
|
153 |
-
|
154 |
-
|
155 |
-
'action' =>
|
156 |
'get' => "hierarchy_{$this->postType}_dialog",
|
157 |
'save' => "hierarchy_{$this->postType}_dialog_save",
|
158 |
-
|
159 |
-
|
160 |
-
'error' =>
|
161 |
'title' => __('Error'),
|
162 |
-
'button' =>
|
163 |
-
'ok' =>
|
164 |
'label' => __('OK')
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
)
|
169 |
);
|
170 |
}
|
137 |
'hierarchyPostAttributes',
|
138 |
array(
|
139 |
'ajaxUrl' => admin_url('admin-ajax.php'),
|
140 |
+
'metaBox' => array(
|
141 |
+
'action' => array(
|
142 |
'get' => "hierarchy_{$this->postType}_meta_box"
|
143 |
+
)
|
144 |
+
),
|
145 |
+
'dialog' => array(
|
146 |
'title' => __(sprintf('Edit hierarchy of %s', $postTypeObject->labels->name)),
|
147 |
+
'button' => array(
|
148 |
+
'save' => array(
|
149 |
'label' => __('Save')
|
150 |
+
),
|
151 |
+
'cancel' => array(
|
152 |
'label' => __('Cancel')
|
153 |
+
)
|
154 |
+
),
|
155 |
+
'action' => array(
|
156 |
'get' => "hierarchy_{$this->postType}_dialog",
|
157 |
'save' => "hierarchy_{$this->postType}_dialog_save",
|
158 |
+
),
|
159 |
+
),
|
160 |
+
'error' => array(
|
161 |
'title' => __('Error'),
|
162 |
+
'button' => array(
|
163 |
+
'ok' => array(
|
164 |
'label' => __('OK')
|
165 |
+
),
|
166 |
+
)
|
167 |
+
)
|
168 |
)
|
169 |
);
|
170 |
}
|
includes/rbs_gallery_init.php
CHANGED
@@ -148,6 +148,6 @@ rbs_gallery_include('rbs_create_post_ajax.php', ROBO_GALLERY_EXTENSIONS_PATH);
|
|
148 |
|
149 |
/* Init function */
|
150 |
|
151 |
-
rbs_gallery_include('backup
|
152 |
-
rbs_gallery_include('category
|
153 |
-
rbs_gallery_include('stats
|
148 |
|
149 |
/* Init function */
|
150 |
|
151 |
+
rbs_gallery_include('backup/backup.init.php', ROBO_GALLERY_EXTENSIONS_PATH);
|
152 |
+
rbs_gallery_include('category/category.init.php', ROBO_GALLERY_EXTENSIONS_PATH);
|
153 |
+
rbs_gallery_include('stats/stats.init.php', ROBO_GALLERY_EXTENSIONS_PATH);
|
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -589,6 +589,12 @@ If any problem occurs, please contact us.
|
|
589 |
|
590 |
== Changelog ==
|
591 |
|
|
|
|
|
|
|
|
|
|
|
|
|
592 |
= 1.9.0 =
|
593 |
* Updated gallery categories management section
|
594 |
* Added drag and drop categories manager
|
@@ -973,6 +979,9 @@ If any problem occurs, please contact us.
|
|
973 |
|
974 |
== Upgrade Notice ==
|
975 |
|
|
|
|
|
|
|
976 |
= 1.9.0 =
|
977 |
Updated gallery categories management section, added drag and drop categories manager
|
978 |
|
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.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
589 |
|
590 |
== Changelog ==
|
591 |
|
592 |
+
= 1.9.1 =
|
593 |
+
* Fixed problem in gallery backend section in MacOS and Unix systems
|
594 |
+
* Fixed problem with Statistics section on MacOS
|
595 |
+
* Fixed problem with Backup section on MacOS
|
596 |
+
* Fixed problem with Categories management section on MacOS
|
597 |
+
|
598 |
= 1.9.0 =
|
599 |
* Updated gallery categories management section
|
600 |
* Added drag and drop categories manager
|
979 |
|
980 |
== Upgrade Notice ==
|
981 |
|
982 |
+
= 1.9.1 =
|
983 |
+
Fixed problem in gallery backend Categories, Statistics and Backup sections in MacOS and Unix systems
|
984 |
+
|
985 |
= 1.9.0 =
|
986 |
Updated gallery categories management section, added drag and drop categories manager
|
987 |
|
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.
|
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.
|
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.1
|
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.1');
|
23 |
define("ROBO_GALLERY_PATH", plugin_dir_path( __FILE__ ));
|
24 |
define("ROBO_GALLERY_SPECIAL", 0);
|
25 |
|