Gallery by BestWebSoft - Version 3.06

Version Description

  • 01.06.2012 =
  • Bugfix : The bug with gallery appears above text content was fixed.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Gallery by BestWebSoft
Version 3.06
Comparing to
See all releases

Code changes from version 3.05 to 3.06

fancybox/blank.gif CHANGED
File without changes
fancybox/fancy_close.png CHANGED
File without changes
fancybox/fancy_loading.png CHANGED
File without changes
fancybox/fancy_nav_left.png CHANGED
File without changes
fancybox/fancy_nav_right.png CHANGED
File without changes
fancybox/fancy_shadow_e.png CHANGED
File without changes
fancybox/fancy_shadow_n.png CHANGED
File without changes
fancybox/fancy_shadow_ne.png CHANGED
File without changes
fancybox/fancy_shadow_nw.png CHANGED
File without changes
fancybox/fancy_shadow_s.png CHANGED
File without changes
fancybox/fancy_shadow_se.png CHANGED
File without changes
fancybox/fancy_shadow_sw.png CHANGED
File without changes
fancybox/fancy_shadow_w.png CHANGED
File without changes
fancybox/fancy_title_left.png CHANGED
File without changes
fancybox/fancy_title_main.png CHANGED
File without changes
fancybox/fancy_title_over.png CHANGED
File without changes
fancybox/fancy_title_right.png CHANGED
File without changes
fancybox/fancybox-x.png CHANGED
File without changes
fancybox/fancybox-y.png CHANGED
File without changes
fancybox/fancybox.png CHANGED
File without changes
fancybox/jquery.easing-1.3.pack.js CHANGED
File without changes
fancybox/jquery.fancybox-1.3.4.css CHANGED
File without changes
fancybox/jquery.fancybox-1.3.4.js CHANGED
File without changes
fancybox/jquery.fancybox-1.3.4.pack.js CHANGED
File without changes
fancybox/jquery.mousewheel-3.0.4.pack.js CHANGED
File without changes
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.05
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
@@ -793,17 +793,18 @@ if ( ! function_exists ( 'gllr_wp_head' ) ) {
793
  }
794
 
795
  if ( ! function_exists ( 'gllr_shortcode' ) ) {
796
- function gllr_shortcode( $atts ) {
797
  extract( shortcode_atts( array(
798
  'id' => ''
799
  ), $attr )
800
  );
801
  $args = array(
802
- 'post_type' => 'gallery',
803
  'post_status' => 'publish',
804
- 'p' => $id,
805
- 'posts_per_page' => 1
806
  );
 
807
  $second_query = new WP_Query( $args );
808
  $gllr_options = get_option( 'gllr_options' );
809
  if ($second_query->have_posts()) :
@@ -885,6 +886,8 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
885
  })(jQuery);
886
  </script>
887
  <?php
 
 
888
  }
889
  }
890
 
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.06
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv2 or later
10
  */
793
  }
794
 
795
  if ( ! function_exists ( 'gllr_shortcode' ) ) {
796
+ function gllr_shortcode( $attr ) {
797
  extract( shortcode_atts( array(
798
  'id' => ''
799
  ), $attr )
800
  );
801
  $args = array(
802
+ 'post_type' => 'gallery',
803
  'post_status' => 'publish',
804
+ 'p' => $id,
805
+ 'posts_per_page' => 1
806
  );
807
+ ob_start();
808
  $second_query = new WP_Query( $args );
809
  $gllr_options = get_option( 'gllr_options' );
810
  if ($second_query->have_posts()) :
886
  })(jQuery);
887
  </script>
888
  <?php
889
+ $gllr_output = ob_get_clean();
890
+ return $gllr_output;
891
  }
892
  }
893
 
images/icon_16.png CHANGED
File without changes
images/icon_16_b.png CHANGED
File without changes
images/icon_16_c.png CHANGED
File without changes
images/icon_36.png CHANGED
File without changes
images/icon_36_b.png CHANGED
File without changes
images/px.png CHANGED
File without changes
languages/gallery-es.mo CHANGED
Binary file
languages/gallery-es.po CHANGED
@@ -2,10 +2,10 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2012-05-25 18:36+0200\n"
6
- "PO-Revision-Date: 2012-05-25 18:36+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
- "Language-Team: Victor Garcia <\\tvgarcias@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -17,7 +17,7 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:57
20
- #: gallery-plugin.php:647
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Los siguientes archivos /gallery-template.php / y /gallery-single-template.php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio de su tema para el correcto funcionamiento del plugin de la Galería"
23
 
@@ -27,7 +27,7 @@ msgid "Galleries"
27
  msgstr "Galerías"
28
 
29
  #: gallery-plugin.php:82
30
- #: gallery-plugin.php:548
31
  msgid "Gallery"
32
  msgstr "Galería"
33
 
@@ -63,193 +63,138 @@ msgstr "No se encontraron Galerías"
63
  msgid "Upload File"
64
  msgstr "Subir Archivo"
65
 
66
- #: gallery-plugin.php:162
67
  msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
68
  msgstr "El directorio temporal galería (gallery-plugin/upload/files) no puede ser escrito por su servidor web. Por favor, use la forma estandár de WP para subir las imágenes (librería multimedia)"
69
 
70
- #: gallery-plugin.php:166
71
- #, fuzzy
72
- msgid "Choose an image to upload:"
73
  msgstr "Escoger una imagen para subir:"
74
 
75
- #: gallery-plugin.php:171
76
  msgid "Please enable JavaScript to use the file uploader."
77
  msgstr "Favor de habilitar JavaScript para usar el cargador de archivos"
78
 
79
- #: gallery-plugin.php:366
80
  msgid "Title"
81
  msgstr "Título"
82
 
83
- #: gallery-plugin.php:367
84
  msgid "Author"
85
  msgstr "Autor"
86
 
87
- #: gallery-plugin.php:368
88
  msgid "Photo's"
89
  msgstr "Foto de"
90
 
91
- #: gallery-plugin.php:369
92
  msgid "Public"
93
  msgstr "Pública"
94
 
95
- #: gallery-plugin.php:370
96
  msgid "Date"
97
  msgstr "Fecha"
98
 
99
- #: gallery-plugin.php:517
100
  msgid "Activated plugins"
101
  msgstr "Plugins Activados"
102
 
103
- #: gallery-plugin.php:519
104
- #: gallery-plugin.php:527
105
- #: gallery-plugin.php:535
106
  msgid "Read more"
107
  msgstr "Leer más"
108
 
109
- #: gallery-plugin.php:519
110
- #: gallery-plugin.php:746
111
- #: gallery-plugin.php:761
112
  msgid "Settings"
113
  msgstr "Configuración"
114
 
115
- #: gallery-plugin.php:525
116
  msgid "Installed plugins"
117
  msgstr "Plugins instalados"
118
 
119
- #: gallery-plugin.php:533
120
  msgid "Recommended plugins"
121
  msgstr "Plugins recomendados"
122
 
123
- #: gallery-plugin.php:535
124
  msgid "Download"
125
  msgstr "Descargar"
126
 
127
- #: gallery-plugin.php:535
128
  #, php-format
129
  msgid "Install %s"
130
  msgstr "Instalar %s"
131
 
132
- #: gallery-plugin.php:535
133
  msgid "Install now from wordpress.org"
134
  msgstr "Instalar ahora desde wordpress.org"
135
 
136
- #: gallery-plugin.php:537
137
  msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
138
  msgstr "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro sitio"
139
 
140
- #: gallery-plugin.php:643
141
  msgid "Options saved."
142
  msgstr "Opciones guardadas."
143
 
144
- #: gallery-plugin.php:654
145
  msgid "Gallery Options"
146
  msgstr "Opciones de Galería"
147
 
148
- #: gallery-plugin.php:657
149
- msgid "If you would like to add a Single Gallery to your page or post, just copy and put this shortcode onto your post or page content:"
150
- msgstr ""
151
-
152
- #: gallery-plugin.php:661
153
  msgid "The size of the cover album for gallery"
154
  msgstr "El tamaño de la cubierta del álbum de la galería"
155
 
156
- #: gallery-plugin.php:663
157
- #: gallery-plugin.php:671
158
  msgid "Image size name"
159
  msgstr "Nombre del tamaño de la imagen"
160
 
161
- #: gallery-plugin.php:664
162
- #: gallery-plugin.php:672
163
  msgid "Width (in px)"
164
  msgstr "Ancho (en px)"
165
 
166
- #: gallery-plugin.php:665
167
- #: gallery-plugin.php:673
168
  msgid "Height (in px)"
169
  msgstr "Alto (en px)"
170
 
171
- #: gallery-plugin.php:669
172
  msgid "Size for gallery image"
173
  msgstr "Tamaño de la galería de imágenes"
174
 
175
- #: gallery-plugin.php:677
176
  msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
177
  msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
178
 
179
- #: gallery-plugin.php:680
180
  msgid "Count images in row"
181
  msgstr "Contar las imágenes en la fila"
182
 
183
- #: gallery-plugin.php:686
184
  msgid "Start slideshow"
185
  msgstr "Comenzar presentación diapositivas"
186
 
187
- #: gallery-plugin.php:692
188
  msgid "Slideshow interval"
189
  msgstr "Intervalo de presentación diapositivas"
190
 
191
- #: gallery-plugin.php:698
192
- msgid "Attachments order by"
193
- msgstr ""
194
-
195
- #: gallery-plugin.php:700
196
- msgid "attachment id"
197
- msgstr ""
198
-
199
- #: gallery-plugin.php:701
200
- msgid "attachment title"
201
- msgstr ""
202
-
203
- #: gallery-plugin.php:702
204
- #, fuzzy
205
- msgid "date"
206
- msgstr "Fecha"
207
-
208
- #: gallery-plugin.php:703
209
- msgid "attachments order (the integer fields in the Insert / Upload Media Gallery dialog )"
210
- msgstr ""
211
-
212
- #: gallery-plugin.php:704
213
- msgid "random"
214
- msgstr ""
215
-
216
- #: gallery-plugin.php:708
217
- msgid "Attachments order"
218
- msgstr ""
219
-
220
- #: gallery-plugin.php:710
221
- msgid "ASC (ascending order from lowest to highest values - 1, 2, 3; a, b, c)"
222
- msgstr ""
223
-
224
- #: gallery-plugin.php:711
225
- msgid "DESC (descending order from highest to lowest values - 3, 2, 1; c, b, a)"
226
- msgstr ""
227
-
228
- #: gallery-plugin.php:715
229
- msgid "Display Return link"
230
- msgstr ""
231
-
232
- #: gallery-plugin.php:721
233
- msgid "Display Return link in shortcode"
234
- msgstr ""
235
-
236
- #: gallery-plugin.php:727
237
- msgid "Label for Return link"
238
- msgstr ""
239
-
240
- #: gallery-plugin.php:735
241
  msgid "Save Changes"
242
  msgstr "Guardar Cambios"
243
 
244
- #: gallery-plugin.php:747
245
  msgid "FAQ"
246
  msgstr "FAQ "
247
 
248
- #: gallery-plugin.php:748
249
  msgid "Support"
250
  msgstr "Soporte"
251
 
252
- #: gallery-plugin.php:858
253
  #: template/gallery-single-template.php:60
254
  msgid "Sorry - nothing to found."
255
  msgstr "Lo sentimos - nada que encontrar."
2
  msgstr ""
3
  "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-04-27 11:10+0200\n"
6
+ "PO-Revision-Date: 2012-05-21 09:53+0200\n"
7
  "Last-Translator: BWS <zos@bestwebsoft.com>\n"
8
+ "Language-Team: Victor Garcia < vgarcias@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: gallery-plugin.php:57
20
+ #: gallery-plugin.php:623
21
  msgid "The following files \"gallery-template.php\" and \"gallery-single-template.php\" were not found in the directory of your theme. Please copy them from the directory `/wp-content/plugins/gallery-plugin/template/` to the directory of your theme for the correct work of the Gallery plugin"
22
  msgstr "Los siguientes archivos /gallery-template.php / y /gallery-single-template.php/ no se encuentra en el directorio de tu tema. Por favor, copiarlos desde el directorio /wp-content/plugins/gallery-plugin/template/ en el directorio de su tema para el correcto funcionamiento del plugin de la Galería"
23
 
27
  msgstr "Galerías"
28
 
29
  #: gallery-plugin.php:82
30
+ #: gallery-plugin.php:543
31
  msgid "Gallery"
32
  msgstr "Galería"
33
 
63
  msgid "Upload File"
64
  msgstr "Subir Archivo"
65
 
66
+ #: gallery-plugin.php:161
67
  msgid "The gallery temp directory (gallery-plugin/upload/files) not writeable by your webserver. Please use the standard WP functional to upload the images (media library)"
68
  msgstr "El directorio temporal galería (gallery-plugin/upload/files) no puede ser escrito por su servidor web. Por favor, use la forma estandár de WP para subir las imágenes (librería multimedia)"
69
 
70
+ #: gallery-plugin.php:165
71
+ msgid "Choose a screenshot to upload:"
 
72
  msgstr "Escoger una imagen para subir:"
73
 
74
+ #: gallery-plugin.php:170
75
  msgid "Please enable JavaScript to use the file uploader."
76
  msgstr "Favor de habilitar JavaScript para usar el cargador de archivos"
77
 
78
+ #: gallery-plugin.php:361
79
  msgid "Title"
80
  msgstr "Título"
81
 
82
+ #: gallery-plugin.php:362
83
  msgid "Author"
84
  msgstr "Autor"
85
 
86
+ #: gallery-plugin.php:363
87
  msgid "Photo's"
88
  msgstr "Foto de"
89
 
90
+ #: gallery-plugin.php:364
91
  msgid "Public"
92
  msgstr "Pública"
93
 
94
+ #: gallery-plugin.php:365
95
  msgid "Date"
96
  msgstr "Fecha"
97
 
98
+ #: gallery-plugin.php:512
99
  msgid "Activated plugins"
100
  msgstr "Plugins Activados"
101
 
102
+ #: gallery-plugin.php:514
103
+ #: gallery-plugin.php:522
104
+ #: gallery-plugin.php:530
105
  msgid "Read more"
106
  msgstr "Leer más"
107
 
108
+ #: gallery-plugin.php:514
109
+ #: gallery-plugin.php:686
110
+ #: gallery-plugin.php:701
111
  msgid "Settings"
112
  msgstr "Configuración"
113
 
114
+ #: gallery-plugin.php:520
115
  msgid "Installed plugins"
116
  msgstr "Plugins instalados"
117
 
118
+ #: gallery-plugin.php:528
119
  msgid "Recommended plugins"
120
  msgstr "Plugins recomendados"
121
 
122
+ #: gallery-plugin.php:530
123
  msgid "Download"
124
  msgstr "Descargar"
125
 
126
+ #: gallery-plugin.php:530
127
  #, php-format
128
  msgid "Install %s"
129
  msgstr "Instalar %s"
130
 
131
+ #: gallery-plugin.php:530
132
  msgid "Install now from wordpress.org"
133
  msgstr "Instalar ahora desde wordpress.org"
134
 
135
+ #: gallery-plugin.php:532
136
  msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
137
  msgstr "Si usted tiene alguna pregunta, póngase en contacto con nosotros a través de plugin@bestwebsoft.com o rellenar nuestro formulario de contacto en nuestro sitio"
138
 
139
+ #: gallery-plugin.php:619
140
  msgid "Options saved."
141
  msgstr "Opciones guardadas."
142
 
143
+ #: gallery-plugin.php:630
144
  msgid "Gallery Options"
145
  msgstr "Opciones de Galería"
146
 
147
+ #: gallery-plugin.php:636
 
 
 
 
148
  msgid "The size of the cover album for gallery"
149
  msgstr "El tamaño de la cubierta del álbum de la galería"
150
 
151
+ #: gallery-plugin.php:638
152
+ #: gallery-plugin.php:646
153
  msgid "Image size name"
154
  msgstr "Nombre del tamaño de la imagen"
155
 
156
+ #: gallery-plugin.php:639
157
+ #: gallery-plugin.php:647
158
  msgid "Width (in px)"
159
  msgstr "Ancho (en px)"
160
 
161
+ #: gallery-plugin.php:640
162
+ #: gallery-plugin.php:648
163
  msgid "Height (in px)"
164
  msgstr "Alto (en px)"
165
 
166
+ #: gallery-plugin.php:644
167
  msgid "Size for gallery image"
168
  msgstr "Tamaño de la galería de imágenes"
169
 
170
+ #: gallery-plugin.php:652
171
  msgid "WordPress will create a copy of the post thumbnail with the specified dimensions when you upload a new photo."
172
  msgstr "WordPress creará una copia de la miniatura de la entrada con las dimensiones especificadas, cuando se suba una foto nueva."
173
 
174
+ #: gallery-plugin.php:655
175
  msgid "Count images in row"
176
  msgstr "Contar las imágenes en la fila"
177
 
178
+ #: gallery-plugin.php:661
179
  msgid "Start slideshow"
180
  msgstr "Comenzar presentación diapositivas"
181
 
182
+ #: gallery-plugin.php:667
183
  msgid "Slideshow interval"
184
  msgstr "Intervalo de presentación diapositivas"
185
 
186
+ #: gallery-plugin.php:675
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
187
  msgid "Save Changes"
188
  msgstr "Guardar Cambios"
189
 
190
+ #: gallery-plugin.php:687
191
  msgid "FAQ"
192
  msgstr "FAQ "
193
 
194
+ #: gallery-plugin.php:688
195
  msgid "Support"
196
  msgstr "Soporte"
197
 
 
198
  #: template/gallery-single-template.php:60
199
  msgid "Sorry - nothing to found."
200
  msgstr "Lo sentimos - nada que encontrar."
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
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.3.2
7
- Stable tag: 3.05
8
 
9
  This plugin allows you to implement gallery page into your web site.
10
 
@@ -110,6 +110,9 @@ Just setup a necessary order and click 'Save' button.
110
 
111
  == Changelog ==
112
 
 
 
 
113
  = V3.05 - 25.05.2012 =
114
  * NEW : Added shortcode for display Single Gallery on your page or post.
115
  * NEW : Added attachment order.
@@ -182,6 +185,9 @@ Just setup a necessary order and click 'Save' button.
182
 
183
  == Upgrade Notice ==
184
 
 
 
 
185
  = V3.05 =
186
  Added shortcode for display Single Gallery on your page or post. Added attachment order. Added 'Return to all albums' link for Single Gallery page. Spanish language file are added to the plugin.
187
 
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.3.2
7
+ Stable tag: 3.06
8
 
9
  This plugin allows you to implement gallery page into your web site.
10
 
110
 
111
  == Changelog ==
112
 
113
+ = V3.06 - 01.06.2012 =
114
+ * Bugfix : The bug with gallery appears above text content was fixed.
115
+
116
  = V3.05 - 25.05.2012 =
117
  * NEW : Added shortcode for display Single Gallery on your page or post.
118
  * NEW : Added attachment order.
185
 
186
  == Upgrade Notice ==
187
 
188
+ = V3.06 =
189
+ The bug with gallery appears above text content was fixed.
190
+
191
  = V3.05 =
192
  Added shortcode for display Single Gallery on your page or post. Added attachment order. Added 'Return to all albums' link for Single Gallery page. Spanish language file are added to the plugin.
193
 
screenshot-1.jpg CHANGED
File without changes
screenshot-2.jpg CHANGED
File without changes
screenshot-4.jpg CHANGED
File without changes
screenshot-5.jpg CHANGED
File without changes
template/gallery-template.php CHANGED
File without changes
upload/fileuploader.css CHANGED
File without changes
upload/fileuploader.js CHANGED
File without changes
upload/jquery.js CHANGED
File without changes
upload/loading.gif CHANGED
File without changes
upload/php.php CHANGED
File without changes