rtMedia for WordPress, BuddyPress and bbPress - Version 3.6.1.1

Version Description

  • Bug fixes
Download this release

Release Info

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

Code changes from version 3.6.1 to 3.6.1.1

Files changed (3) hide show
  1. app/main/routers/RTMediaRouter.php +4 -4
  2. index.php +1 -1
  3. readme.txt +5 -2
app/main/routers/RTMediaRouter.php CHANGED
@@ -77,10 +77,10 @@ class RTMediaRouter {
77
  $wp_query->is_404 = true;
78
  return false;
79
  }
80
- if( ( ! isset( $rtmedia->options['buddypress_enableOnProfile'] ) ) || ( $rtmedia_query->query['context'] == "profile" && isset( $rtmedia->options['buddypress_enableOnProfile'] ) && $rtmedia->options['buddypress_enableOnProfile'] == '0' ) ) {
81
- $wp_query->is_404 = true;
82
- return false;
83
- }
84
  }
85
  $return = isset ( $wp_query->query_vars[ $this->slug ] );
86
  $return = apply_filters('rtmedia_return_is_template',$return,$this->slug);
77
  $wp_query->is_404 = true;
78
  return false;
79
  }
80
+ // if( ( ! isset( $rtmedia->options['buddypress_enableOnProfile'] ) ) || ( $rtmedia_query->query['context'] == "profile" && isset( $rtmedia->options['buddypress_enableOnProfile'] ) && $rtmedia->options['buddypress_enableOnProfile'] == '0' ) ) {
81
+ // $wp_query->is_404 = true;
82
+ // return false;
83
+ // }
84
  }
85
  $return = isset ( $wp_query->query_vars[ $this->slug ] );
86
  $return = apply_filters('rtmedia_return_is_template',$return,$this->slug);
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.6.1
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.6.1.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.7 + BuddyPress 1.8.1
9
- Stable tag: 3.6.1
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
@@ -132,6 +132,9 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
132
  == Changelog ==
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
  = 3.6.1 =
136
  * Bug fixes
137
 
@@ -694,7 +697,7 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
694
 
695
  == Upgrade Notice ==
696
 
697
- = 3.6.1 =
698
  Requires BuddyPress 1.7 or higher, if using BuddyPress. Bug fixes.
699
 
700
  == 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 3.7 + BuddyPress 1.8.1
9
+ Stable tag: 3.6.1.1
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
132
  == Changelog ==
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
+ = 3.6.1.1 =
136
+ * Bug fixes
137
+
138
  = 3.6.1 =
139
  * Bug fixes
140
 
697
 
698
  == Upgrade Notice ==
699
 
700
+ = 3.6.1.1 =
701
  Requires BuddyPress 1.7 or higher, if using BuddyPress. Bug fixes.
702
 
703
  == Sponsors ==