Changeset 856201
- Timestamp:
- 02/12/2014 08:35:47 AM (12 years ago)
- Location:
- buddypress-media/trunk
- Files:
-
- 3 edited
-
app/main/routers/RTMediaRouter.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-media/trunk/app/main/routers/RTMediaRouter.php
r854592 r856201 78 78 return false; 79 79 } 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 // } 84 84 } 85 85 $return = isset ( $wp_query->query_vars[ $this->slug ] ); -
buddypress-media/trunk/index.php
r855726 r856201 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.1 7 Version: 3.6.1.1 8 8 Author: rtCamp 9 9 Text Domain: rtmedia -
buddypress-media/trunk/readme.txt
r855726 r856201 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.1 9 Stable tag: 3.6.1.1 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.1.1 = 136 * Bug fixes 137 135 138 = 3.6.1 = 136 139 * Bug fixes … … 695 698 == Upgrade Notice == 696 699 697 = 3.6.1 =700 = 3.6.1.1 = 698 701 Requires BuddyPress 1.7 or higher, if using BuddyPress. Bug fixes. 699 702
Note: See TracChangeset
for help on using the changeset viewer.