rtMedia for WordPress, BuddyPress and bbPress - Version 3.7.21

Version Description

  • Fixed group featured media
Download this release

Release Info

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

Code changes from version 3.7.20 to 3.7.21

app/main/controllers/media/RTMediaGroupFeatured.php CHANGED
@@ -37,6 +37,11 @@ class RTMediaGroupFeatured extends RTMediaUserInteraction {
37
  }
38
 
39
  function before_render(){
 
 
 
 
 
40
  $this->get();
41
 
42
  // if group id is not set, don't render "Set featured"
37
  }
38
 
39
  function before_render(){
40
+
41
+ if( ! class_exists( 'BuddyPress' ) || ! bp_is_active( 'groups' ) ){
42
+ return false;
43
+ }
44
+
45
  $this->get();
46
 
47
  // if group id is not set, don't render "Set featured"
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.20
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.21
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.1.1
9
- Stable tag: 3.7.20
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.20 =
137
  * Featured media option for group
138
  * Track length for audio/video in media gallery
@@ -859,8 +862,8 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
859
 
860
  == Upgrade Notice ==
861
 
862
- = 3.7.20 =
863
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Featured media option for group, track length for audio/video in media gallery, Italian and Portuguese translation update
864
 
865
  == Sponsors ==
866
 
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.1.1
9
+ Stable tag: 3.7.21
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.21 =
137
+ * Fixed group featured media
138
+
139
  = 3.7.20 =
140
  * Featured media option for group
141
  * Track length for audio/video in media gallery
862
 
863
  == Upgrade Notice ==
864
 
865
+ = 3.7.21 =
866
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Fixed group featured media
867
 
868
  == Sponsors ==
869