WP Photo Album Plus - Version 7.4.03.003

Version Description

= 7.4.03 =

  • This version addresses various bug fixes and feature requests.
Download this release

Release Info

Developer opajaap
Plugin Icon wp plugin WP Photo Album Plus
Version 7.4.03.003
Comparing to
See all releases

Code changes from version 7.4.03.002 to 7.4.03.003

Files changed (5) hide show
  1. readme.txt +2 -2
  2. wppa-ajax.php +1 -1
  3. wppa-mailing.php +1 -1
  4. wppa-tinymce-shortcodes.php +1 -1
  5. wppa.php +2 -2
readme.txt CHANGED
@@ -2,12 +2,12 @@
2
  Contributors: opajaap
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=OpaJaap@OpaJaap.nl&item_name=WP-Photo-Album-Plus&item_number=Support-Open-Source&currency_code=USD&lc=US
4
  Tags: photo, album, slideshow, video, audio, lightbox, iptc, exif, cloudinary, fotomoto, imagemagick, pdf
5
- Version: 7.4.03.002
6
  Stable tag: 7.4.02.005
7
  Author: J.N. Breetvelt
8
  Author URI: http://www.opajaap.nl/
9
  Requires at least: 3.9
10
- Tested up to: 5.5
11
  Requires PHP: 5.5
12
  License: GPLv2 or later
13
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
2
  Contributors: opajaap
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=OpaJaap@OpaJaap.nl&item_name=WP-Photo-Album-Plus&item_number=Support-Open-Source&currency_code=USD&lc=US
4
  Tags: photo, album, slideshow, video, audio, lightbox, iptc, exif, cloudinary, fotomoto, imagemagick, pdf
5
+ Version: 7.4.03.003
6
  Stable tag: 7.4.02.005
7
  Author: J.N. Breetvelt
8
  Author URI: http://www.opajaap.nl/
9
  Requires at least: 3.9
10
+ Tested up to: 5.4.2
11
  Requires PHP: 5.5
12
  License: GPLv2 or later
13
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
wppa-ajax.php CHANGED
@@ -841,7 +841,7 @@ wppa_log('obs', 'POST args are: '.wppa_compress_html(var_export(array_keys($_POS
841
  break;
842
 
843
  case 'requestinfo':
844
- wppa_log('obs', serialize($_GET));
845
  // Check if the user is allowed to do this
846
  if ( ! is_user_logged_in() ) {
847
  echo 'ER||You must be logged in to request info';
841
  break;
842
 
843
  case 'requestinfo':
844
+
845
  // Check if the user is allowed to do this
846
  if ( ! is_user_logged_in() ) {
847
  echo 'ER||You must be logged in to request info';
wppa-mailing.php CHANGED
@@ -4,7 +4,7 @@
4
  *
5
  * Contains mailing functions
6
  *
7
- * Version 7.4.02
8
  *
9
  */
10
 
4
  *
5
  * Contains mailing functions
6
  *
7
+ * Version 7.4.03
8
  *
9
  */
10
 
wppa-tinymce-shortcodes.php CHANGED
@@ -531,7 +531,7 @@ global $wpdb;
531
  '<br />'.
532
  '<small style="display:none;" class="wppagallery-photo" >'.
533
  __('Specify the photo to be used', 'wp-photo-album-plus').'<br />'.
534
- sprintf( __('You can select from a maximum of $d most recently added photos', 'wp-photo-album-plus'), wppa_opt( 'generator_max' ) ).'<br />'.
535
  '</small>'.
536
  '</td>'.
537
  '</tr>'.
531
  '<br />'.
532
  '<small style="display:none;" class="wppagallery-photo" >'.
533
  __('Specify the photo to be used', 'wp-photo-album-plus').'<br />'.
534
+ sprintf( __('You can select from a maximum of %d most recently added photos', 'wp-photo-album-plus'), wppa_opt( 'generator_max' ) ).'<br />'.
535
  '</small>'.
536
  '</td>'.
537
  '</tr>'.
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.4.03.002
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/
@@ -24,7 +24,7 @@ global $wp_version;
24
 
25
  /* WPPA GLOBALS */
26
  global $wppa_revno; $wppa_revno = '7403'; // WPPA db version
27
- global $wppa_api_version; $wppa_api_version = '7.4.03.002'; // WPPA software version
28
 
29
  /* Init page js data */
30
  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.4.03.003
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/
24
 
25
  /* WPPA GLOBALS */
26
  global $wppa_revno; $wppa_revno = '7403'; // WPPA db version
27
+ global $wppa_api_version; $wppa_api_version = '7.4.03.003'; // WPPA software version
28
 
29
  /* Init page js data */
30
  global $wppa_js_page_data; $wppa_js_page_data = '';