Plugin Directory

Changeset 873471


Ignore:
Timestamp:
03/11/2014 03:50:50 PM (12 years ago)
Author:
faishal
Message:

Version 3.6.8 release

Location:
buddypress-media/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • buddypress-media/trunk/app/main/RTMedia.php

    r864871 r873471  
    863863        } elseif (isset($_REQUEST['id'])) { //For Regenerate Thumbnails Plugin
    864864            $model = new RTMediaModel();
    865             $result = $model->get_by_media_id($_REQUEST['id']);
    866             if ($result) {
    867                 if (isset($result["result"]) && count($result["result"]) > 0) {
     865            $result = $model->get( array( 'media_id' => $_REQUEST['id'] ) );
     866            if (! empty( $result ) ) {
    868867                    $bp_media_sizes = $this->image_sizes();
    869868                    $sizes = array(
     
    873872                        'rt_media_featured_image' => $bp_media_sizes['featured'],
    874873                    );
    875                 } else {
    876                     $sizes = $this->unset_bp_media_image_sizes_details($sizes);
    877                 }
    878874            } else {
    879875                $sizes = $this->unset_bp_media_image_sizes_details($sizes);
  • buddypress-media/trunk/index.php

    r869229 r873471  
    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.7
     7  Version: 3.6.8
    88  Author: rtCamp
    99  Text Domain: rtmedia
  • buddypress-media/trunk/readme.txt

    r869229 r873471  
    77Requires at least: WordPress 3.6
    88Tested up to: WordPress 3.7 + BuddyPress 1.8.1
    9 Stable tag: 3.6.7
     9Stable tag: 3.6.8
    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
     136= 3.6.8 =
     137* Fix Regenerate Thumbnail plugin image sizes issue
     138* Update Spanish language files
     139
    135140= 3.6.7 =
    136141* Update Spanish language files
     
    723728== Upgrade Notice ==
    724729
    725 = 3.6.7 =
    726 Requires BuddyPress 1.7 or higher, if using BuddyPress. Update Spanish language files, bug fix for single media edit.
     730= 3.6.8 =
     731Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix Regenerate Thumbnail plugin image sizes issue.
    727732
    728733== Sponsors ==
Note: See TracChangeset for help on using the changeset viewer.