Plugin Directory

Changeset 896247


Ignore:
Timestamp:
04/17/2014 01:59:08 PM (12 years ago)
Author:
faishal
Message:

Version 3.6.12 released

Location:
buddypress-media/trunk
Files:
3 edited

Legend:

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

    r885501 r896247  
    14711471        //if ( isset ( $rtmedia_query->media_query[ 'media_author' ] ) && get_current_user_id () == $rtmedia_query->media_query[ 'media_author' ] ) {
    14721472    if ( rtmedia_is_album_editable() || is_rt_admin() ) {
    1473         $options[] = "<a href='edit/' class='rtmedia-edit' title='" . __( 'Edit Album', 'rtmedia' ) . "' ><i class='rtmicon-edit'></i>" . __('Edit Album') . "</a>";
     1473        $options[] = "<a href='edit/' class='rtmedia-edit' title='" . __( 'Edit Album', 'rtmedia' ) . "' ><i class='rtmicon-edit'></i>" . __( 'Edit Album', 'rtmedia' ) . "</a>";
    14741474        $options[] = '<form method="post" class="album-delete-form rtmedia-inline" action="delete/">'
    14751475                . wp_nonce_field ( 'rtmedia_delete_album_' . $rtmedia_query->media_query[ 'album_id' ], 'rtmedia_delete_album_nonce' )
    1476                 . '<button type="submit" name="album-delete" class="icon-button rtmedia-delete-album" title="' . __( 'Delete Album', 'rtmedia' ) . '"><i class="rtmicon-trash-o"></i>Delete Album</button></form>';
     1476                . '<button type="submit" name="album-delete" class="icon-button rtmedia-delete-album" title="' . __( 'Delete Album', 'rtmedia' ) . '"><i class="rtmicon-trash-o"></i>' . __( 'Delete Album', 'rtmedia' ) . '</button></form>';
    14771477
    14781478        if(is_rtmedia_group_album())
  • buddypress-media/trunk/index.php

    r885501 r896247  
    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.11
     7  Version: 3.6.12
    88  Author: rtCamp
    99  Text Domain: rtmedia
  • buddypress-media/trunk/readme.txt

    r885501 r896247  
    66License URI: http://www.gnu.org/licenses/gpl-2.0.html
    77Requires at least: WordPress 3.6
    8 Tested up to: WordPress 3.7 + BuddyPress 1.8.1
    9 Stable tag: 3.6.11
     8Tested up to: WordPress 3.9 + BuddyPress 2.0
     9Stable tag: 3.6.12
    1010
    1111Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
     
    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.
    135135
     136= 3.6.12 =
     137* Tested with WordPress 3.9 and BuddyPress 2.0
     138
    136139= 3.6.11 =
    137140* Update Russian and Polish translations
     
    741744== Upgrade Notice ==
    742745
    743 = 3.6.11 =
    744 Requires BuddyPress 1.7 or higher, if using BuddyPress. Update Russian and Polish translations and bug fixes.
     746= 3.6.12 =
     747Requires BuddyPress 1.7 or higher, if using BuddyPress. Tested with WordPress 3.9 and BuddyPress 2.0.
    745748
    746749== Sponsors ==
Note: See TracChangeset for help on using the changeset viewer.