Version Description
- 15.06.2012 =
- Bugfix : The bug with gallery uploader (undefined x undefined) was fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Gallery by BestWebSoft |
Version | 3.1.2 |
Comparing to | |
See all releases |
Code changes from version 3.1.1 to 3.1.2
- gallery-plugin.php +2 -2
- readme.txt +8 -2
gallery-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Gallery Plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: This plugin allows you to implement gallery page into web site.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 3.1.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -896,7 +896,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
|
|
896 |
}
|
897 |
}
|
898 |
|
899 |
-
if( ! function_exists( '
|
900 |
function upload_gallery_image() {
|
901 |
class qqUploadedFileXhr {
|
902 |
/**
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: This plugin allows you to implement gallery page into web site.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 3.1.2
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
896 |
}
|
897 |
}
|
898 |
|
899 |
+
if( ! function_exists( 'upload_gallery_image' ) ){
|
900 |
function upload_gallery_image() {
|
901 |
class qqUploadedFileXhr {
|
902 |
/**
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
|
4 |
Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 3.1.
|
8 |
|
9 |
This plugin allows you to implement gallery page into your web site.
|
10 |
|
@@ -112,6 +112,9 @@ Just setup a necessary order and click 'Save' button.
|
|
112 |
|
113 |
== Changelog ==
|
114 |
|
|
|
|
|
|
|
115 |
= V3.1.1 - 13.06.2012 =
|
116 |
* Bugfix : The bug with gallery uploader was fixed.
|
117 |
|
@@ -194,6 +197,9 @@ Just setup a necessary order and click 'Save' button.
|
|
194 |
|
195 |
== Upgrade Notice ==
|
196 |
|
|
|
|
|
|
|
197 |
= V3.1.1 =
|
198 |
The bug with gallery uploader was fixed.
|
199 |
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
|
4 |
Tags: gallery, image, gallery image, album, foto, fotoalbum, website gallery, multiple pictures, pictures, photo, photoalbum, photogallery
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 3.4
|
7 |
+
Stable tag: 3.1.2
|
8 |
|
9 |
This plugin allows you to implement gallery page into your web site.
|
10 |
|
112 |
|
113 |
== Changelog ==
|
114 |
|
115 |
+
= V3.1.2 - 15.06.2012 =
|
116 |
+
* Bugfix : The bug with gallery uploader (undefined x undefined) was fixed.
|
117 |
+
|
118 |
= V3.1.1 - 13.06.2012 =
|
119 |
* Bugfix : The bug with gallery uploader was fixed.
|
120 |
|
197 |
|
198 |
== Upgrade Notice ==
|
199 |
|
200 |
+
= V3.1.2 =
|
201 |
+
The bug with gallery uploader (undefined x undefined) was fixed.
|
202 |
+
|
203 |
= V3.1.1 =
|
204 |
The bug with gallery uploader was fixed.
|
205 |
|