Plugin Directory

Changeset 856201


Ignore:
Timestamp:
02/12/2014 08:35:47 AM (12 years ago)
Author:
faishal
Message:

version 3.6.1.1 released

Location:
buddypress-media/trunk
Files:
3 edited

Legend:

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

    r854592 r856201  
    7878        return false;
    7979        }
    80         if( ( ! isset( $rtmedia->options['buddypress_enableOnProfile'] ) ) || ( $rtmedia_query->query['context'] == "profile" && isset( $rtmedia->options['buddypress_enableOnProfile'] ) && $rtmedia->options['buddypress_enableOnProfile'] == '0' ) ) {
    81         $wp_query->is_404 = true;
    82         return false;
    83         }
     80//      if( ( ! isset( $rtmedia->options['buddypress_enableOnProfile'] ) ) || ( $rtmedia_query->query['context'] == "profile" && isset( $rtmedia->options['buddypress_enableOnProfile'] ) && $rtmedia->options['buddypress_enableOnProfile'] == '0' ) ) {
     81//      $wp_query->is_404 = true;
     82//      return false;
     83//      }
    8484    }
    8585        $return = isset ( $wp_query->query_vars[ $this->slug ] );
  • buddypress-media/trunk/index.php

    r855726 r856201  
    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.1
     7  Version: 3.6.1.1
    88  Author: rtCamp
    99  Text Domain: rtmedia
  • buddypress-media/trunk/readme.txt

    r855726 r856201  
    77Requires at least: WordPress 3.6
    88Tested up to: WordPress 3.7 + BuddyPress 1.8.1
    9 Stable tag: 3.6.1
     9Stable tag: 3.6.1.1
    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.1.1 =
     136* Bug fixes
     137
    135138= 3.6.1 =
    136139* Bug fixes
     
    695698== Upgrade Notice ==
    696699
    697 = 3.6.1 =
     700= 3.6.1.1 =
    698701Requires BuddyPress 1.7 or higher, if using BuddyPress. Bug fixes.
    699702
Note: See TracChangeset for help on using the changeset viewer.