rtMedia for WordPress, BuddyPress and bbPress - Version 3.7.24

Version Description

  • Bug fix for encoding service
Download this release

Release Info

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

Code changes from version 3.7.23 to 3.7.24

Files changed (4) hide show
  1. app/admin/RTMediaAdmin.php +5 -0
  2. app/main/RTMedia.php +3 -4
  3. index.php +1 -1
  4. readme.txt +6 -3
app/admin/RTMediaAdmin.php CHANGED
@@ -111,6 +111,11 @@ if ( ! class_exists( 'RTMediaAdmin' ) ){
111
  add_action( 'admin_notices', array( $this, 'rtmedia_admin_notices' ) );
112
  add_action( 'network_admin_notices', array( $this, 'rtmedia_network_admin_notices' ) );
113
  add_action( 'admin_init', array( $this, 'rtmedia_addon_license_save_hook' ) );
 
 
 
 
 
114
  }
115
 
116
  function rtmedia_addon_license_save_hook(){
111
  add_action( 'admin_notices', array( $this, 'rtmedia_admin_notices' ) );
112
  add_action( 'network_admin_notices', array( $this, 'rtmedia_network_admin_notices' ) );
113
  add_action( 'admin_init', array( $this, 'rtmedia_addon_license_save_hook' ) );
114
+ add_action( 'admin_init', array( $this, 'rtmedia_migration' ) );
115
+ }
116
+
117
+ function rtmedia_migration(){
118
+ $rtMigration = new RTMediaMigration();
119
  }
120
 
121
  function rtmedia_addon_license_save_hook(){
app/main/RTMedia.php CHANGED
@@ -85,9 +85,9 @@ class RTMedia
85
  public function __construct() {
86
  $this->default_thumbnail = apply_filters('rtmedia_default_thumbnail', RTMEDIA_URL . 'app/assets/img/thumb_default.png');
87
  add_action('init', array($this, 'check_global_album'));
88
- add_action('plugins_loaded', array($this, 'init'), 20);
89
- add_action('plugins_loaded', array($this, 'load_translation'), 10);
90
- add_action('plugins_loaded', array($this, 'admin_init'), 30);
91
  add_action('wp_enqueue_scripts', array('RTMediaGalleryShortcode', 'register_scripts'));
92
  add_action('wp_enqueue_scripts', array(&$this, 'enqueue_scripts_styles'), 999);
93
  include(RTMEDIA_PATH . 'app/main/controllers/template/rt-template-functions.php');
@@ -414,7 +414,6 @@ class RTMedia
414
  function admin_init() {
415
  global $rtmedia_admin;
416
  $rtmedia_admin = new RTMediaAdmin();
417
- $rtMigration = new RTMediaMigration();
418
  }
419
 
420
  function media_screen() {
85
  public function __construct() {
86
  $this->default_thumbnail = apply_filters('rtmedia_default_thumbnail', RTMEDIA_URL . 'app/assets/img/thumb_default.png');
87
  add_action('init', array($this, 'check_global_album'));
88
+ add_action('plugins_loaded', array($this, 'admin_init'));
89
+ add_action('plugins_loaded', array($this, 'load_translation'), 10);
90
+ add_action('plugins_loaded', array($this, 'init'), 20);
91
  add_action('wp_enqueue_scripts', array('RTMediaGalleryShortcode', 'register_scripts'));
92
  add_action('wp_enqueue_scripts', array(&$this, 'enqueue_scripts_styles'), 999);
93
  include(RTMEDIA_PATH . 'app/main/controllers/template/rt-template-functions.php');
414
  function admin_init() {
415
  global $rtmedia_admin;
416
  $rtmedia_admin = new RTMediaAdmin();
 
417
  }
418
 
419
  function media_screen() {
index.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
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.7.23
8
  Author: rtCamp
9
  Text Domain: rtmedia
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
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.7.24
8
  Author: rtCamp
9
  Text Domain: rtmedia
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
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: WordPress 3.6
8
  Tested up to: WordPress 4.0 + BuddyPress 2.1.1
9
- Stable tag: 3.7.23
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
@@ -133,6 +133,9 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
133
 
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
 
 
 
 
136
  = 3.7.23 =
137
  * Fix group featured media
138
  * Fix database warning on first time install
@@ -869,8 +872,8 @@ Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_sou
869
 
870
  == Upgrade Notice ==
871
 
872
- = 3.7.23 =
873
- Requires BuddyPress 1.7 or higher, if using BuddyPress. Fix group featured media and fix database warnings on first time install
874
 
875
  == Sponsors ==
876
 
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.6
8
  Tested up to: WordPress 4.0 + BuddyPress 2.1.1
9
+ Stable tag: 3.7.24
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices.
12
 
133
 
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
 
136
+ = 3.7.24 =
137
+ * Bug fix for encoding service
138
+
139
  = 3.7.23 =
140
  * Fix group featured media
141
  * Fix database warning on first time install
872
 
873
  == Upgrade Notice ==
874
 
875
+ = 3.7.24 =
876
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Bug fix for encoding service
877
 
878
  == Sponsors ==
879