Changeset 869229
- Timestamp:
- 03/04/2014 01:22:18 PM (12 years ago)
- Location:
- buddypress-media/trunk
- Files:
-
- 4 edited
-
app/main/controllers/template/RTMediaTemplate.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
languages/rtmedia-es_ES.mo (modified) (previous)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-media/trunk/app/main/controllers/template/RTMediaTemplate.php
r866750 r869229 196 196 $media = new RTMediaMedia(); 197 197 $image_path = get_attached_file( $rtmedia_query->media[ 0 ]->media_id ); 198 if( $image_path ) {198 if( $image_path && $rtmedia_query->media[ 0 ]->media_type == "photo" ) { 199 199 $image_meta_data = wp_generate_attachment_metadata( $rtmedia_query->media[ 0 ]->media_id, $image_path ); 200 200 wp_update_attachment_metadata( $rtmedia_query->media[ 0 ]->media_id, $image_meta_data ); -
buddypress-media/trunk/index.php
r866750 r869229 5 5 Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media 6 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. 67 Version: 3.6.7 8 8 Author: rtCamp 9 9 Text Domain: rtmedia -
buddypress-media/trunk/readme.txt
r866750 r869229 7 7 Requires at least: WordPress 3.6 8 8 Tested up to: WordPress 3.7 + BuddyPress 1.8.1 9 Stable tag: 3.6. 69 Stable tag: 3.6.7 10 10 11 11 Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices. … … 133 133 134 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 135 139 = 3.6.6 = 136 140 * Fix audio/video js issue after activity update … … 719 723 == Upgrade Notice == 720 724 721 = 3.6. 6=722 Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix image edit issue, fix activity issue, fix CSS issue.725 = 3.6.7 = 726 Requires BuddyPress 1.7 or higher, if using BuddyPress. Update Spanish language files, bug fix for single media edit. 723 727 724 728 == Sponsors ==
Note: See TracChangeset
for help on using the changeset viewer.