rtMedia for WordPress, BuddyPress and bbPress - Version 3.6.7

Version Description

  • Update Spanish language files
  • Bug fix for media single edit
Download this release

Release Info

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

Code changes from version 3.6.6 to 3.6.7

app/main/controllers/template/RTMediaTemplate.php CHANGED
@@ -195,7 +195,7 @@ class RTMediaTemplate {
195
  $data = rtmedia_sanitize_object ( $_POST, $data_array );
196
  $media = new RTMediaMedia();
197
  $image_path = get_attached_file( $rtmedia_query->media[ 0 ]->media_id );
198
- if( $image_path ) {
199
  $image_meta_data = wp_generate_attachment_metadata( $rtmedia_query->media[ 0 ]->media_id, $image_path );
200
  wp_update_attachment_metadata( $rtmedia_query->media[ 0 ]->media_id, $image_meta_data );
201
  }
195
  $data = rtmedia_sanitize_object ( $_POST, $data_array );
196
  $media = new RTMediaMedia();
197
  $image_path = get_attached_file( $rtmedia_query->media[ 0 ]->media_id );
198
+ if( $image_path && $rtmedia_query->media[ 0 ]->media_type == "photo" ) {
199
  $image_meta_data = wp_generate_attachment_metadata( $rtmedia_query->media[ 0 ]->media_id, $image_path );
200
  wp_update_attachment_metadata( $rtmedia_query->media[ 0 ]->media_id, $image_meta_data );
201
  }
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.6
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.7
8
  Author: rtCamp
9
  Text Domain: rtmedia
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
languages/rtmedia-es_ES.mo CHANGED
Binary file
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.6
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
@@ -132,6 +132,10 @@ 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.6 =
136
  * Fix audio/video js issue after activity update
137
  * Fix activity after ajax load content
@@ -718,8 +722,8 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
718
 
719
  == Upgrade Notice ==
720
 
721
- = 3.6.6 =
722
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix image edit issue, fix activity issue, fix CSS issue.
723
 
724
  == Sponsors ==
725
 
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.7
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.7 =
136
+ * Update Spanish language files
137
+ * Bug fix for media single edit
138
+
139
  = 3.6.6 =
140
  * Fix audio/video js issue after activity update
141
  * Fix activity after ajax load content
722
 
723
  == Upgrade Notice ==
724
 
725
+ = 3.6.7 =
726
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Update Spanish language files, bug fix for single media edit.
727
 
728
  == Sponsors ==
729