Version Description
= 7.1.02 =
- This version addresses various security issues.
- This version addresses various bug fixes and feature requests.
= 7.1.01 =
- This version addresses various bug fixes and feature requests.
= 7.1.00 =
- This version addresses various bug fixes and feature requests.
- The Photo Album -> Upload Photos and Import Photos admin pages have been substantially improved. Read the changelog for details.
= 7.0.11 =
- This version addresses various bug fixes and feature requests.
= 7.0.11 =
- This version addresses various bug fixes
= 7.0.10 =
- This version addresses various bug fixes
= 7.0.09 =
- This version addresses various security issues.
- This version addresses various bug fixes and feature requests.
= 7.0.08 =
- This version addresses various security issues.
- This version addresses various bug fixes
= 7.0.07 =
- This version addresses various security issues.
- This version addresses various bug fixes
= 7.0.06 =
- This version addresses various bug fixes
- This version addresses various security issues.
= 7.0.05 =
- This version addresses various minor bug fixes and feature requests.
- This version addresses various security issues.
= 7.0.04 =
- This version addresses various bug fixes
- This version addresses various security issues.
= 7.0.03 =
- This version addresses various minor bug fixes and feature requests.
= 7.0.02 =
- This version addresses various bug fixes
- This version addresses various security issues.
= 7.0.01 =
- This version addresses various minor bug fixes and feature requests.
= 7.0.00 =
- Shortcode generators for Gutenberg added.
- This version addresses various minor bug fixes and feature requests.
- This version addresses various security issues.
- To prevent spamming and give the users the opportunity to decide when they want us to email them, the mailing system has been revised. Configure Table IX-M to enable various mailing lists, and use the WPPA+ Notify widget for full user flexibility.
= 6.9.21 =
- This version addresses various bug fixes
- This version addresses various security issues.
= 6.9.20 =
- This version addresses various bug fixes
= 6.9.19 =
- This version addresses various minor bug fixes
= 6.9.18 =
- This version addresses various minor bug fixes
= 6.9.17 =
- This version addresses various minor bug fixes and feature requests.
- This version addresses various security issues.
= 6.9.16 =
- This version addresses various minor bug fixes and feature requests.
- This version addresses various security issues.
= 6.9.15 =
- This version addresses various minor bug fixes and feature requests.
- This version addresses various security issues.
= 6.9.14 =
- This version addresses various minor bug fixes and feature requests.
- This version addresses various security issues.
= 6.9.13 =
- Security release.
= 6.9.12 =
- This version addresses various minor bug fixes and performance improvements.
= 6.9.11 =
- This version addresses various minor bug fixes and performance improvements.
= 6.9.10 =
- This version addresses various minor bug fixes and performance improvements.
= 6.9.09 =
- Panorama support phase III.
= 6.9.08 =
- This version addresses various minor bug fixes and feature requests.
- Panorama support phase II.
= 6.9.07 =
- This version addresses various minor bug fixes and feature requests.
- Panorama support phase I.
= 6.9.06 =
- This version addresses various minor bug fixes and feature requests.
= 6.9.05 =
- This version addresses various minor bug fixes and feature requests.
= 6.9.04 =
- This version addresses various minor bug fixes and feature requests.
- Local CDN functionality has been added.
= 6.9.03 =
- This version addresses various minor bug fixes and feature requests.
= 6.9.02 =
- This version addresses various minor bug fixes and feature requests.
= 6.9.01 =
- This version addresses various minor bug fixes and feature requests.
= 6.9.00 =
- This version includes the code for the privacy policy requirements.
= 6.8.09
- This version addresses various bug fixes and code edits.
= 6.8.08 =
- This version addresses various minor bug fixes and feature requests.
- This version offers substantial performance improvements when the box in Table IV-A13: Defer Javascript is ticked. This setting is now recommended and set ticked as the default.
- For more info on performance improvements and compatibility with optimizers: see the changelog.txt
= 6.8.07 =
- This version addresses various minor bug fixes and enhancements, and a new widget: Statistics.
= 6.8.06 =
- This version addresses various minor bug fixes and improved cache handling.
= 6.8.05 =
- This version addresses various minor bug fixes and feture requests.
= 6.8.04 =
- This version addresses various display issues and a few fixes of bugs that seldom affected the plugins behaviour.
Download this release
Release Info
Developer | opajaap |
Plugin | WP Photo Album Plus |
Version | 7.1.02.007 |
Comparing to | |
See all releases |
Code changes from version 7.1.02.006 to 7.1.02.007
- changelog.txt +1 -0
- wppa-potd-admin.php +11 -3
- wppa-widget-functions.php +9 -1
- wppa.php +2 -2
changelog.txt
CHANGED
@@ -6,6 +6,7 @@ WP Photo Album Plus Changelog
|
|
6 |
* Table I-C10 (Thumbnail area max size) and Table I-C11 (Use nicescroller) have been moved to Table I-A12 and Table I-A13 and apply now also to the album cover area.
|
7 |
* The local cdn file list on the photo admin page now link to the images in a new window.
|
8 |
* Fixed a filesystem credentials issue resulting in black local cdn images.
|
|
|
9 |
|
10 |
= 7.1.01 =
|
11 |
|
6 |
* Table I-C10 (Thumbnail area max size) and Table I-C11 (Use nicescroller) have been moved to Table I-A12 and Table I-A13 and apply now also to the album cover area.
|
7 |
* The local cdn file list on the photo admin page now link to the images in a new window.
|
8 |
* Fixed a filesystem credentials issue resulting in black local cdn images.
|
9 |
+
* Added 'week number is order#' as choice in the Photo of the day admin page at line 11a.
|
10 |
|
11 |
= 7.1.01 =
|
12 |
|
wppa-potd-admin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Pachkage: wp-photo-album-plus
|
4 |
*
|
5 |
* admin photo of the day widget
|
6 |
-
* Version 7.
|
7 |
*
|
8 |
*/
|
9 |
|
@@ -156,7 +156,7 @@ global $wppa_defaults;
|
|
156 |
$slug = 'wppa_potd_counter_link';
|
157 |
$opts = array( __( 'thumbnails', 'wp-photo-album-plus' ),
|
158 |
__( 'slideshow', 'wp-photo-album-plus' ),
|
159 |
-
__('single image', 'wp-photo-album-plus' ),
|
160 |
);
|
161 |
$vals = array( 'thumbs',
|
162 |
'slide',
|
@@ -283,6 +283,7 @@ global $wppa_defaults;
|
|
283 |
__( 'day of week is order#', 'wp-photo-album-plus' ),
|
284 |
__( 'day of month is order#', 'wp-photo-album-plus' ),
|
285 |
__( 'day of year is order#', 'wp-photo-album-plus' ),
|
|
|
286 |
);
|
287 |
$vals = array( '0',
|
288 |
'1',
|
@@ -292,6 +293,7 @@ global $wppa_defaults;
|
|
292 |
'day-of-week',
|
293 |
'day-of-month',
|
294 |
'day-of-year',
|
|
|
295 |
);
|
296 |
$html = wppa_potd_select( $slug, $opts, $vals, $onch );
|
297 |
wppa_potd_setting( $slug, '11a', $name, $desc, $html );
|
@@ -342,6 +344,9 @@ global $wppa_defaults;
|
|
342 |
$html .= sprintf( __( 'Todays photo order# = %s.', 'wp-photo-album-plus' ), $photo_order );
|
343 |
wppa_potd_setting( $slug, '11b', $name, $desc, $html );
|
344 |
|
|
|
|
|
|
|
345 |
}
|
346 |
}
|
347 |
|
@@ -351,7 +356,10 @@ global $wppa_defaults;
|
|
351 |
$photo = wppa_get_potd();
|
352 |
if ( $photo ) {
|
353 |
$html = '<div style="display:inline-block;width:25%;text-align:center;vertical-align:middle;">' .
|
354 |
-
'<img
|
|
|
|
|
|
|
355 |
'</div>' .
|
356 |
'<div style="display:inline-block;width:75%;text-align:center;vertical-align:middle;" >' .
|
357 |
__( 'Album', 'wp-photo-album-plus' ) . ': ' . htmlentities( wppa_get_album_name( $photo['album'] ) ) .
|
3 |
* Pachkage: wp-photo-album-plus
|
4 |
*
|
5 |
* admin photo of the day widget
|
6 |
+
* Version 7.1.02
|
7 |
*
|
8 |
*/
|
9 |
|
156 |
$slug = 'wppa_potd_counter_link';
|
157 |
$opts = array( __( 'thumbnails', 'wp-photo-album-plus' ),
|
158 |
__( 'slideshow', 'wp-photo-album-plus' ),
|
159 |
+
__( 'single image', 'wp-photo-album-plus' ),
|
160 |
);
|
161 |
$vals = array( 'thumbs',
|
162 |
'slide',
|
283 |
__( 'day of week is order#', 'wp-photo-album-plus' ),
|
284 |
__( 'day of month is order#', 'wp-photo-album-plus' ),
|
285 |
__( 'day of year is order#', 'wp-photo-album-plus' ),
|
286 |
+
__( 'week number is order#', 'wp-photo-album-plus' ),
|
287 |
);
|
288 |
$vals = array( '0',
|
289 |
'1',
|
293 |
'day-of-week',
|
294 |
'day-of-month',
|
295 |
'day-of-year',
|
296 |
+
'week',
|
297 |
);
|
298 |
$html = wppa_potd_select( $slug, $opts, $vals, $onch );
|
299 |
wppa_potd_setting( $slug, '11a', $name, $desc, $html );
|
344 |
$html .= sprintf( __( 'Todays photo order# = %s.', 'wp-photo-album-plus' ), $photo_order );
|
345 |
wppa_potd_setting( $slug, '11b', $name, $desc, $html );
|
346 |
|
347 |
+
}
|
348 |
+
elseif ( $wppa_widget_period == 'week' ) {
|
349 |
+
|
350 |
}
|
351 |
}
|
352 |
|
356 |
$photo = wppa_get_potd();
|
357 |
if ( $photo ) {
|
358 |
$html = '<div style="display:inline-block;width:25%;text-align:center;vertical-align:middle;">' .
|
359 |
+
'<img
|
360 |
+
src="' . esc_url( wppa_get_thumb_url( $photo['id'] ) ) . '"
|
361 |
+
style="max-width:' . wppa_opt( 'thumbsize' ) . 'px;"
|
362 |
+
/>' .
|
363 |
'</div>' .
|
364 |
'<div style="display:inline-block;width:75%;text-align:center;vertical-align:middle;" >' .
|
365 |
__( 'Album', 'wp-photo-album-plus' ) . ': ' . htmlentities( wppa_get_album_name( $photo['album'] ) ) .
|
wppa-widget-functions.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/* wppa-widget-functions.php
|
3 |
/* Package: wp-photo-album-plus
|
4 |
/*
|
5 |
-
/* Version 7.
|
6 |
/*
|
7 |
*/
|
8 |
|
@@ -269,6 +269,14 @@ static $potd;
|
|
269 |
}
|
270 |
}
|
271 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
272 |
else {
|
273 |
$u = date_i18n( "U" ); // Seconds since 1-1-1970, local
|
274 |
$u /= 3600; // hours since
|
2 |
/* wppa-widget-functions.php
|
3 |
/* Package: wp-photo-album-plus
|
4 |
/*
|
5 |
+
/* Version 7.1.02
|
6 |
/*
|
7 |
*/
|
8 |
|
269 |
}
|
270 |
}
|
271 |
}
|
272 |
+
elseif ( $per == 'week' ) {
|
273 |
+
if ( $photos ) {
|
274 |
+
$w = strval(intval(date_i18n( "W" )));
|
275 |
+
foreach ( $photos as $img ) {
|
276 |
+
if ( $img['p_order'] == $w ) $id = $img['id'];
|
277 |
+
}
|
278 |
+
}
|
279 |
+
}
|
280 |
else {
|
281 |
$u = date_i18n( "U" ); // Seconds since 1-1-1970, local
|
282 |
$u /= 3600; // hours since
|
wppa.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Plugin Name: WP Photo Album Plus
|
4 |
* Description: Easily manage and display your photo albums and slideshows within your WordPress site.
|
5 |
-
* Version: 7.1.02.
|
6 |
* Author: J.N. Breetvelt a.k.a. OpaJaap
|
7 |
* Author URI: http://wppa.opajaap.nl/
|
8 |
* Plugin URI: http://wordpress.org/extend/plugins/wp-photo-album-plus/
|
@@ -23,7 +23,7 @@ global $wp_version;
|
|
23 |
|
24 |
/* WPPA GLOBALS */
|
25 |
global $wppa_revno; $wppa_revno = '7102'; // WPPA db version
|
26 |
-
global $wppa_api_version; $wppa_api_version = '7.1.02.
|
27 |
|
28 |
/* start timers */
|
29 |
add_action( 'plugins_loaded', 'wppa_init_timer' );
|
2 |
/*
|
3 |
* Plugin Name: WP Photo Album Plus
|
4 |
* Description: Easily manage and display your photo albums and slideshows within your WordPress site.
|
5 |
+
* Version: 7.1.02.007
|
6 |
* Author: J.N. Breetvelt a.k.a. OpaJaap
|
7 |
* Author URI: http://wppa.opajaap.nl/
|
8 |
* Plugin URI: http://wordpress.org/extend/plugins/wp-photo-album-plus/
|
23 |
|
24 |
/* WPPA GLOBALS */
|
25 |
global $wppa_revno; $wppa_revno = '7102'; // WPPA db version
|
26 |
+
global $wppa_api_version; $wppa_api_version = '7.1.02.007'; // WPPA software version
|
27 |
|
28 |
/* start timers */
|
29 |
add_action( 'plugins_loaded', 'wppa_init_timer' );
|