rtMedia for WordPress, BuddyPress and bbPress - Version 3.2.1

Version Description

  • Fixed activity issue
Download this release

Release Info

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

Code changes from version 3.2 to 3.2.1

app/main/controllers/activity/RTMediaBuddyPressActivity.php CHANGED
@@ -151,7 +151,8 @@ class RTMediaBuddyPressActivity {
151
 
152
  $uploadView = new RTMediaUploadView ( array( 'activity' => true ) );
153
  global $rtmedia_query;
154
- $rtmedia_query->is_upload_shortcode = false;
 
155
  $uploadView->render ( 'uploader' );
156
  }
157
 
151
 
152
  $uploadView = new RTMediaUploadView ( array( 'activity' => true ) );
153
  global $rtmedia_query;
154
+ if(isset($rtmedia_query))
155
+ $rtmedia_query->is_upload_shortcode = false;
156
  $uploadView->render ( 'uploader' );
157
  }
158
 
app/main/controllers/privacy/RTMediaPrivacy.php CHANGED
@@ -141,8 +141,7 @@ class RTMediaPrivacy {
141
  return update_user_meta ( $user_id , 'bp_media_privacy' , $level ) ;
142
  }
143
 
144
- static
145
- function get_user_default ( $user_id = false ) {
146
  if ( $user_id == false ) {
147
  global $bp ;
148
  $user_id = $bp -> loggedin_user -> id ;
141
  return update_user_meta ( $user_id , 'bp_media_privacy' , $level ) ;
142
  }
143
 
144
+ static function get_user_default ( $user_id = false ) {
 
145
  if ( $user_id == false ) {
146
  global $bp ;
147
  $user_id = $bp -> loggedin_user -> id ;
index.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
6
  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!
7
- Version: 3.2
8
  Author: rtCamp
9
  Text Domain: rtmedia
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
6
  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!
7
+ Version: 3.2.1
8
  Author: rtCamp
9
  Text Domain: rtmedia
10
  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.6
8
  Tested up to: WordPress 3.6.1 + BuddyPress 1.8.1
9
- Stable tag: 3.2
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
@@ -119,6 +119,9 @@ Please visit [rtMedia's Features page](http://rtcamp.com/rtmedia/?utm_source=rea
119
 
120
  Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit rtMedia's Features page") to get some details about future releases.
121
 
 
 
 
122
  = 3.2 =
123
  * UI Changes
124
  * Cover art for music
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.6
8
  Tested up to: WordPress 3.6.1 + BuddyPress 1.8.1
9
+ Stable tag: 3.2.1
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
119
 
120
  Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit rtMedia's Features page") to get some details about future releases.
121
 
122
+ = 3.2.1 =
123
+ * Fixed activity issue
124
+
125
  = 3.2 =
126
  * UI Changes
127
  * Cover art for music