Plugin Directory

Changeset 869229


Ignore:
Timestamp:
03/04/2014 01:22:18 PM (12 years ago)
Author:
faishal
Message:

Version 3.6.7 released

Location:
buddypress-media/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • buddypress-media/trunk/app/main/controllers/template/RTMediaTemplate.php

    r866750 r869229  
    196196            $media = new RTMediaMedia();
    197197        $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" ) {
    199199        $image_meta_data = wp_generate_attachment_metadata( $rtmedia_query->media[ 0 ]->media_id, $image_path );
    200200        wp_update_attachment_metadata( $rtmedia_query->media[ 0 ]->media_id, $image_meta_data );
  • buddypress-media/trunk/index.php

    r866750 r869229  
    55  Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
    66  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
     7  Version: 3.6.7
    88  Author: rtCamp
    99  Text Domain: rtmedia
  • buddypress-media/trunk/readme.txt

    r866750 r869229  
    77Requires at least: WordPress 3.6
    88Tested up to: WordPress 3.7 + BuddyPress 1.8.1
    9 Stable tag: 3.6.6
     9Stable tag: 3.6.7
    1010
    1111Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
     
    133133
    134134Please 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
    135139= 3.6.6 =
    136140* Fix audio/video js issue after activity update
     
    719723== Upgrade Notice ==
    720724
    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 =
     726Requires BuddyPress 1.7 or higher, if using BuddyPress. Update Spanish language files, bug fix for single media edit.
    723727
    724728== Sponsors ==
Note: See TracChangeset for help on using the changeset viewer.