rtMedia for WordPress, BuddyPress and bbPress - Version 3.7.17

Version Description

  • Removed unwanted database call on BuddyPress single activity page
Download this release

Release Info

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

Code changes from version 3.7.16 to 3.7.17

app/main/interactions/RTMediaInteraction.php CHANGED
@@ -249,7 +249,6 @@ class RTMediaInteraction {
249
  if ( class_exists( "BuddyPress" ) ) {
250
  global $bp;
251
  if ( bp_is_single_activity() ){
252
- $array = bp_activity_get($bp->current_action);
253
  $mediaObj = new RTMediaModel();
254
  $media_details = $mediaObj->get( array( 'activity_id' => $bp->current_action ) );
255
  foreach ( $media_details as $media ) {
249
  if ( class_exists( "BuddyPress" ) ) {
250
  global $bp;
251
  if ( bp_is_single_activity() ){
 
252
  $mediaObj = new RTMediaModel();
253
  $media_details = $mediaObj->get( array( 'activity_id' => $bp->current_action ) );
254
  foreach ( $media_details as $media ) {
index.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/rtmedia/?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.7.16
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/rtmedia/?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.7.17
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 4.0 + BuddyPress 2.0
9
- Stable tag: 3.7.16
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
@@ -133,6 +133,9 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
133
 
134
  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.
135
 
 
 
 
136
  = 3.7.16 =
137
  * Fix scalar value warning
138
 
@@ -843,8 +846,8 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
843
 
844
  == Upgrade Notice ==
845
 
846
- = 3.7.16 =
847
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix scalar value warning
848
 
849
 
850
  == Sponsors ==
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.6
8
  Tested up to: WordPress 4.0 + BuddyPress 2.0
9
+ Stable tag: 3.7.17
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
133
 
134
  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.
135
 
136
+ = 3.7.17 =
137
+ * Removed unwanted database call on BuddyPress single activity page
138
+
139
  = 3.7.16 =
140
  * Fix scalar value warning
141
 
846
 
847
  == Upgrade Notice ==
848
 
849
+ = 3.7.17 =
850
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Removed unwanted database call on BuddyPress single activity page.
851
 
852
 
853
  == Sponsors ==