rtMedia for WordPress, BuddyPress and bbPress - Version 3.7.44

Version Description

  • Fix create group album issue
Download this release

Release Info

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

Code changes from version 3.7.43 to 3.7.44

app/main/controllers/template/RTMediaAJAX.php CHANGED
@@ -53,7 +53,7 @@ class RTMediaAJAX {
53
  if( $context == 'profile' ){
54
  $context_id = get_current_user_id();
55
  } else {
56
- $context_id = ( is_int( $_POST['context_id'] ) ? $_POST['context_id'] : 0 );
57
  }
58
 
59
  // setup new album data
53
  if( $context == 'profile' ){
54
  $context_id = get_current_user_id();
55
  } else {
56
+ $context_id = ( isset( $_POST['context_id'] ) ? $_POST['context_id'] : 0 );
57
  }
58
 
59
  // setup new album data
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.43
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.44
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.2.1 + BuddyPress 2.2.3.1
9
- Stable tag: 3.7.43
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works on mobile/tablets devices.
12
 
@@ -128,6 +128,9 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
128
 
129
  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.
130
 
 
 
 
131
  = 3.7.43 =
132
  * Update tested upto information
133
 
@@ -955,8 +958,8 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
955
 
956
  == Upgrade Notice ==
957
 
958
- = 3.7.43 =
959
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Update tested upto information.
960
 
961
  == Sponsors ==
962
 
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.2.2 + BuddyPress 2.2.3.1
9
+ Stable tag: 3.7.44
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works on mobile/tablets devices.
12
 
128
 
129
  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.
130
 
131
+ = 3.7.44 =
132
+ * Fix create group album issue
133
+
134
  = 3.7.43 =
135
  * Update tested upto information
136
 
958
 
959
  == Upgrade Notice ==
960
 
961
+ = 3.7.44 =
962
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix create group album issue.
963
 
964
  == Sponsors ==
965