Skip to content

Commit b741f8c

Browse files
author
Siddharth Tikekar
committed
Version update v4.5.6
1 parent 7e5071e commit b741f8c

File tree

4 files changed

+102
-106
lines changed

4 files changed

+102
-106
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@ https://www.youtube.com/watch?v=dJrykKQGDcs
147147

148148
## Changelog ##
149149

150+
### 4.5.6 [February 14, 2019] ###
151+
152+
* FIXED
153+
154+
* Threaded comment and comment count issue with BuddyPress Profile and Group Activity feed.
155+
* Duplicate activity feed comment issue.
156+
* Edited Media size reflection issue in BuddyPress activity feed.
157+
150158
### 4.5.5 [January 22, 2019] ###
151159

152160
* FIXED

index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
44
Plugin URI: https://rtmedia.io/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
55
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!
6-
Version: 4.5.5
6+
Version: 4.5.6
77
Author: rtCamp
88
Text Domain: buddypress-media
99
Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
@@ -22,7 +22,7 @@
2222
* The version of the plugin
2323
*
2424
*/
25-
define( 'RTMEDIA_VERSION', '4.5.5' );
25+
define( 'RTMEDIA_VERSION', '4.5.6' );
2626
}
2727

2828
if ( ! defined( 'RTMEDIA_PATH' ) ) {

0 commit comments

Comments
 (0)