rtMedia for WordPress, BuddyPress and bbPress - Version 3.7.8

Version Description

  • Fix video player issue in BuddyPress activity
Download this release

Release Info

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

Code changes from version 3.7.7 to 3.7.8

Files changed (3) hide show
  1. app/main/RTMedia.php +4 -0
  2. index.php +1 -1
  3. readme.txt +6 -3
app/main/RTMedia.php CHANGED
@@ -245,6 +245,10 @@ class RTMedia
245
  max-width: <?php echo $this->options["defaultSizes_photo_medium_width"]; ?>px;
246
  max-height: <?php echo $this->options["defaultSizes_photo_medium_height"]; ?>px;
247
  }
 
 
 
 
248
  <?php
249
  }
250
 
245
  max-width: <?php echo $this->options["defaultSizes_photo_medium_width"]; ?>px;
246
  max-height: <?php echo $this->options["defaultSizes_photo_medium_height"]; ?>px;
247
  }
248
+ .rtmedia-activity-container .mejs-container.mejs-video{
249
+ min-height: <?php echo $this->options["defaultSizes_video_activityPlayer_height"]; ?>px;
250
+ min-width: <?php echo $this->options["defaultSizes_video_activityPlayer_width"]; ?>px;
251
+ }
252
  <?php
253
  }
254
 
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.7
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.8
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.9 + BuddyPress 2.0
9
- Stable tag: 3.7.7
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.7 =
137
  * FontAwesome font load issue fix
138
  * Update Swedish translations
@@ -801,8 +804,8 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
801
 
802
  == Upgrade Notice ==
803
 
804
- = 3.7.7 =
805
- Requires BuddyPress 1.7 or higher, if using BuddyPress. FontAwesome font load issue fix, Update Swedish translations.
806
 
807
  == Sponsors ==
808
 
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.9 + BuddyPress 2.0
9
+ Stable tag: 3.7.8
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.8 =
137
+ * Fix video player issue in BuddyPress activity
138
+
139
  = 3.7.7 =
140
  * FontAwesome font load issue fix
141
  * Update Swedish translations
804
 
805
  == Upgrade Notice ==
806
 
807
+ = 3.7.8 =
808
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix video player issue in BuddyPress activity.
809
 
810
  == Sponsors ==
811