rtMedia for WordPress, BuddyPress and bbPress - Version 2.6.3

Version Description

  • Refactored database update checker to fix bugs
Download this release

Release Info

Developer saurabhshukla
Plugin Icon 128x128 rtMedia for WordPress, BuddyPress and bbPress
Version 2.6.3
Comparing to
See all releases

Code changes from version 2.6.2 to 2.6.3

Files changed (3) hide show
  1. app/main/privacy/BPMediaPrivacy.php +0 -3
  2. index.php +1 -1
  3. readme.txt +4 -1
app/main/privacy/BPMediaPrivacy.php CHANGED
@@ -52,9 +52,6 @@ class BPMediaPrivacy {
52
  }
53
 
54
  static function is_installed() {
55
- if ( bp_get_option( 'bp_media_privacy_installed', false ) )
56
- return true;
57
-
58
  $settings = new BPMediaPrivacySettings();
59
  $total = $settings->get_total_count();
60
  $total = $total[ 0 ]->Total;
52
  }
53
 
54
  static function is_installed() {
 
 
 
55
  $settings = new BPMediaPrivacySettings();
56
  $total = $settings->get_total_count();
57
  $total = $total[ 0 ]->Total;
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: BuddyPress Media
4
  Plugin URI: http://rtcamp.com/buddypress-media/
5
  Description: This plugin adds missing media rich features like photos, videosand audios uploading to BuddyPress which are essential if you are building social network, seriously!
6
- Version: 2.6.2
7
  Author: rtCamp
8
  Text Domain: buddypress-media
9
  Author URI: http://rtcamp.com
3
  Plugin Name: BuddyPress Media
4
  Plugin URI: http://rtcamp.com/buddypress-media/
5
  Description: This plugin adds missing media rich features like photos, videosand audios uploading to BuddyPress which are essential if you are building social network, seriously!
6
+ Version: 2.6.3
7
  Author: rtCamp
8
  Text Domain: buddypress-media
9
  Author URI: http://rtcamp.com
readme.txt CHANGED
@@ -6,7 +6,7 @@ License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 3.5
8
  Tested up to: 3.5
9
- Stable tag: 2.6.2
10
 
11
  Adds Photos, Music, Videos & Albums to BuddyPress. Supports mobile devices (iPhone/iPad, etc) and automatic audio/video conversion.
12
 
@@ -117,6 +117,9 @@ Please visit [BuddyPress Media's Features page](http://rtcamp.com/buddypress-med
117
 
118
  Please visit [BuddyPress Media's Roadmap page](http://rtcamp.com/buddypress-media/roadmap/ "Visit BuddyPress Media's Features page") to get some details about future releases.
119
 
 
 
 
120
  = 2.6.2 =
121
  * Fixed database upgrade issues due to js and css caching
122
 
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: 3.5
8
  Tested up to: 3.5
9
+ Stable tag: 2.6.3
10
 
11
  Adds Photos, Music, Videos & Albums to BuddyPress. Supports mobile devices (iPhone/iPad, etc) and automatic audio/video conversion.
12
 
117
 
118
  Please visit [BuddyPress Media's Roadmap page](http://rtcamp.com/buddypress-media/roadmap/ "Visit BuddyPress Media's Features page") to get some details about future releases.
119
 
120
+ = 2.6.3 =
121
+ * Refactored database update checker to fix bugs
122
+
123
  = 2.6.2 =
124
  * Fixed database upgrade issues due to js and css caching
125