WP Photo Album Plus - Version 7.1.10.007

Version Description

= 7.1.10 =

  • This version addresses various bug fixes and feature requests.

= 7.1.09 =

  • This version addresses various bug fixes and feature requests.

= 7.1.08 =

  • This version addresses various bug fixes and feature requests.

= 7.1.07 =

  • This version addresses various bug fixes and feature requests.

= 7.1.06 =

  • This version addresses various bug fixes and feature requests.

= 7.1.05 =

  • This version addresses various security issues.
  • This version addresses various bug fixes.

= 7.1.04 =

  • This version addresses various bug fixes.

= 7.1.03 =

  • This version addresses various security issues.
  • This version addresses various bug fixes.

= 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 Icon wp plugin WP Photo Album Plus
Version 7.1.10.007
Comparing to
See all releases

Code changes from version 7.1.10.005 to 7.1.10.007

wppa-admin-functions.php CHANGED
@@ -742,7 +742,7 @@ global $warning_given_small;
742
  elseif ( wppa( 'is_remote' ) ) {
743
  if ( ! wppa_is_url_a_photo( $file ) ) {
744
  if ( wppa( 'ajax' ) ) {
745
- wppa( 'ajax_import_files_error', '...' . substr( $file, -16 ) . ' ' . __( 'Not found', 'wp-photo-album-plus') );
746
  }
747
  return false;
748
  }
742
  elseif ( wppa( 'is_remote' ) ) {
743
  if ( ! wppa_is_url_a_photo( $file ) ) {
744
  if ( wppa( 'ajax' ) ) {
745
+ wppa( 'ajax_import_files_error', __( 'Not found', 'wp-photo-album-plus') );
746
  }
747
  return false;
748
  }
wppa-import.php CHANGED
@@ -2104,6 +2104,12 @@ global $wppa_session;
2104
  if ( wppa_switch( 'void_dups' ) && wppa_is_file_duplicate_photo( $id, $alb ) ) {
2105
  wppa_warning_message( htmlentities( sprintf( __( 'Photo %s already exists in album %s. (1)', 'wp-photo-album-plus'), $id, $alb ) ) );
2106
  wppa( 'ajax_import_files_error', __( 'Duplicate', 'wp-photo-album-plus') );
 
 
 
 
 
 
2107
  if ( $delf ) {
2108
  wppa_unlink( $file );
2109
  }
@@ -2116,6 +2122,7 @@ global $wppa_session;
2116
  if ( $id ) {
2117
  if ( wppa( 'ajax' ) ) {
2118
  wppa( 'ajax_import_files_done', true );
 
2119
  }
2120
  $pcount++;
2121
  if ( $delp ) {
@@ -2149,7 +2156,13 @@ global $wppa_session;
2149
  if ( wppa( 'is_remote' ) ) {
2150
  $path = WPPA_DEPOT_PATH . '/' . basename( wppa_compress_tree_path( $unsanitized_path_name ) );
2151
  if ( is_file( $path ) ) {
2152
- wppa( 'ajax_import_files_error', __( 'Saved to depot', 'wp-photo-album-plus') );
 
 
 
 
 
 
2153
  }
2154
  }
2155
  }
2104
  if ( wppa_switch( 'void_dups' ) && wppa_is_file_duplicate_photo( $id, $alb ) ) {
2105
  wppa_warning_message( htmlentities( sprintf( __( 'Photo %s already exists in album %s. (1)', 'wp-photo-album-plus'), $id, $alb ) ) );
2106
  wppa( 'ajax_import_files_error', __( 'Duplicate', 'wp-photo-album-plus') );
2107
+ if ( wppa( 'is_remote' ) ) {
2108
+ $path = WPPA_DEPOT_PATH . '/' . basename( wppa_compress_tree_path( $unsanitized_path_name ) );
2109
+ if ( wppa_is_file( $path ) ) {
2110
+ wppa_unlink( $path );
2111
+ }
2112
+ }
2113
  if ( $delf ) {
2114
  wppa_unlink( $file );
2115
  }
2122
  if ( $id ) {
2123
  if ( wppa( 'ajax' ) ) {
2124
  wppa( 'ajax_import_files_done', true );
2125
+ wppa( 'ajax_import_files', wppa_get_photo_item( $id, 'filename' ) );
2126
  }
2127
  $pcount++;
2128
  if ( $delp ) {
2156
  if ( wppa( 'is_remote' ) ) {
2157
  $path = WPPA_DEPOT_PATH . '/' . basename( wppa_compress_tree_path( $unsanitized_path_name ) );
2158
  if ( is_file( $path ) ) {
2159
+ if ( filesize( $path ) > 0 ) {
2160
+ wppa( 'ajax_import_files_error', __( 'Saved to depot', 'wp-photo-album-plus') );
2161
+ }
2162
+ else {
2163
+ wppa_unlink( $path );
2164
+ wppa( 'ajax_import_files_error', __( 'Failed', 'wp-photo-album-plus' ) );
2165
+ }
2166
  }
2167
  }
2168
  }
wppa-settings-autosave.php CHANGED
@@ -9401,7 +9401,7 @@ global $wppa_supported_camara_brands;
9401
  wppa_setting($slug, '19', $name, $desc, $html, $help, $clas, $tags);
9402
 
9403
  $name = __('Remove accents', 'wp-photo-album-plus');
9404
- $desc = __('Remove accents from filenames during import/uploas', 'wp-photo-album-plus');
9405
  $help = sprintf( __('See %s for details', 'wp-photo-album-plus'), make_clickable('https://developer.wordpress.org/reference/functions/remove_accents/') );
9406
  $slug = 'wppa_remove_accents';
9407
  $html = wppa_checkbox($slug);
9401
  wppa_setting($slug, '19', $name, $desc, $html, $help, $clas, $tags);
9402
 
9403
  $name = __('Remove accents', 'wp-photo-album-plus');
9404
+ $desc = __('Remove accents from filenames during import/upload', 'wp-photo-album-plus');
9405
  $help = sprintf( __('See %s for details', 'wp-photo-album-plus'), make_clickable('https://developer.wordpress.org/reference/functions/remove_accents/') );
9406
  $slug = 'wppa_remove_accents';
9407
  $html = wppa_checkbox($slug);
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.10.005
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 = '7110'; // WPPA db version
26
- global $wppa_api_version; $wppa_api_version = '7.1.10.005'; // WPPA software version
27
 
28
  /* Init page js data */
29
  global $wppa_js_page_data; $wppa_js_page_data = '';
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.10.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 = '7110'; // WPPA db version
26
+ global $wppa_api_version; $wppa_api_version = '7.1.10.007'; // WPPA software version
27
 
28
  /* Init page js data */
29
  global $wppa_js_page_data; $wppa_js_page_data = '';