rtMedia for WordPress, BuddyPress and bbPress - Version 2.15.3

Version Description

  • Fixes error reported by Harry-Nak
Download this release

Release Info

Developer saurabhshukla
Plugin Icon 128x128 rtMedia for WordPress, BuddyPress and bbPress
Version 2.15.3
Comparing to
See all releases

Code changes from version 2.15.2 to 2.15.3

Files changed (3) hide show
  1. app/helper/BPMediaSupport.php +2 -1
  2. index.php +1 -1
  3. readme.txt +7 -3
app/helper/BPMediaSupport.php CHANGED
@@ -26,7 +26,8 @@ if (!class_exists('BPMediaSupport')) {
26
  $debug_info['BuddyPress Media'] = BP_MEDIA_VERSION;
27
  $debug_info['OS'] = PHP_OS;
28
  if (extension_loaded('imagick')) {
29
- $imagick = $message = preg_replace(" #((http|https|ftp)://(\S*?\.\S*?))(\s|\;|\)|\]|\[|\{|\}|,|\"|'|:|\<|$|\.\s)#ie", "'<a href=\"$1\" target=\"_blank\">$3</a>$4'", Imagick::getVersion() );
 
30
  } else {
31
  $imagick['versionString'] = 'Not Installed';
32
  }
26
  $debug_info['BuddyPress Media'] = BP_MEDIA_VERSION;
27
  $debug_info['OS'] = PHP_OS;
28
  if (extension_loaded('imagick')) {
29
+ $imagickobj = new Imagick();
30
+ $imagick = $message = preg_replace(" #((http|https|ftp)://(\S*?\.\S*?))(\s|\;|\)|\]|\[|\{|\}|,|\"|'|:|\<|$|\.\s)#ie", "'<a href=\"$1\" target=\"_blank\">$3</a>$4'", $imagickobj->getversion() );
31
  } else {
32
  $imagick['versionString'] = 'Not Installed';
33
  }
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: BuddyPress Media
4
  Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
5
  Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously!
6
- Version: 2.15.2
7
  Author: rtCamp
8
  Text Domain: buddypress-media
9
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
3
  Plugin Name: BuddyPress Media
4
  Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
5
  Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously!
6
+ Version: 2.15.3
7
  Author: rtCamp
8
  Text Domain: buddypress-media
9
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
readme.txt CHANGED
@@ -6,7 +6,7 @@ License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.5 + BuddyPress 1.6
8
  Tested up to: WordPress 3.5 + BuddyPress 1.7
9
- Stable tag: 2.15.2
10
 
11
  Adds Photos, Music, Videos & Albums to BuddyPress. Supports mobile devices (iPhone/iPad, etc) and automatic audio/video conversion.
12
 
@@ -150,6 +150,9 @@ Please visit [BuddyPress Media's Features page](http://rtcamp.com/buddypress-med
150
 
151
  Please visit [BuddyPress Media's Roadmap page](http://rtcamp.com/buddypress-media/roadmap/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit BuddyPress Media's Features page") to get some details about future releases.
152
 
 
 
 
153
  = 2.15.2 =
154
  * Revises free encoding service by 10x, max file size to 200MB and monthly limit to 10GB
155
  * Revised file size to 16GB for premium encoding service
@@ -456,5 +459,6 @@ Please visit [BuddyPress Media's Roadmap page](http://rtcamp.com/buddypress-medi
456
  * HTML5 Video Tag Support (with fallback)
457
 
458
  == Upgrade Notice ==
459
- = 2.15.2 =
460
- Revised free encoding plan by 10x
 
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.5 + BuddyPress 1.6
8
  Tested up to: WordPress 3.5 + BuddyPress 1.7
9
+ Stable tag: 2.15.3
10
 
11
  Adds Photos, Music, Videos & Albums to BuddyPress. Supports mobile devices (iPhone/iPad, etc) and automatic audio/video conversion.
12
 
150
 
151
  Please visit [BuddyPress Media's Roadmap page](http://rtcamp.com/buddypress-media/roadmap/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit BuddyPress Media's Features page") to get some details about future releases.
152
 
153
+ = 2.15.3 =
154
+ * Fixes error reported by [Harry-Nak](http://rtcamp.com/members/harry-nak/)
155
+
156
  = 2.15.2 =
157
  * Revises free encoding service by 10x, max file size to 200MB and monthly limit to 10GB
158
  * Revised file size to 16GB for premium encoding service
459
  * HTML5 Video Tag Support (with fallback)
460
 
461
  == Upgrade Notice ==
462
+
463
+ = 2.15.3 =
464
+ Fixes fatal error