rtMedia for WordPress, BuddyPress and bbPress - Version 3.7.19

Version Description

  • Security fix for template include
Download this release

Release Info

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

Code changes from version 3.7.18 to 3.7.19

app/main/controllers/template/RTMediaTemplate.php CHANGED
@@ -661,7 +661,7 @@ class RTMediaTemplate {
661
  $context = apply_filters( 'rtmedia_context_filter', $context );
662
 
663
  // check and exit if $template contains relative path
664
- if( strpos( $template, '.' ) ){
665
  die('No Cheating');
666
  }
667
 
661
  $context = apply_filters( 'rtmedia_context_filter', $context );
662
 
663
  // check and exit if $template contains relative path
664
+ if( false !== strpos( $template, '.' ) ){
665
  die('No Cheating');
666
  }
667
 
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.18
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.19
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
@@ -5,8 +5,8 @@ Tags: BuddyPress, media, multimedia, album, audio, songs, music, video, photo, i
5
  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.18
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.18 =
137
  * Fix for template include for relative paths
138
 
@@ -849,8 +852,8 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
849
 
850
  == Upgrade Notice ==
851
 
852
- = 3.7.18 =
853
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix for template include for relative paths
854
 
855
 
856
  == Sponsors ==
5
  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.19
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.19 =
137
+ * Security fix for template include
138
+
139
  = 3.7.18 =
140
  * Fix for template include for relative paths
141
 
852
 
853
  == Upgrade Notice ==
854
 
855
+ = 3.7.19 =
856
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Security fix for template include
857
 
858
 
859
  == Sponsors ==