Skip to content

Commit

Permalink
Merge pull request #2017 from rtCamp/version-update/v4.6.16
Browse files Browse the repository at this point in the history
Version update v4.6.16
  • Loading branch information
Utsav-Ladani authored Nov 16, 2023
2 parents bafd13b + d33c67b commit 559b6b6
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 127 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,19 @@ https://www.youtube.com/watch?v=dJrykKQGDcs

## Changelog ##

### 4.6.16 [November 16, 2023] ###

* Enhancement

* Compatible with WordPress latest version 6.4

* Fixed

* Fixed PHP deprecation warnings.
* Fixed BuddyPress Versioning issue
* Fixed Security issue.
* Fixed Video player UI issues.

### 4.6.15 [September 4, 2023] ###

* Fixed
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
* Plugin URI: https://rtmedia.io/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
* 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!
* Version: 4.6.15
* Version: 4.6.16
* Author: rtCamp
* Text Domain: buddypress-media
* Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
Expand All @@ -19,7 +19,7 @@
/**
* The version of the plugin
*/
define( 'RTMEDIA_VERSION', '4.6.15' );
define( 'RTMEDIA_VERSION', '4.6.16' );
}

if ( ! defined( 'RTMEDIA_PATH' ) ) {
Expand Down
Loading

0 comments on commit 559b6b6

Please sign in to comment.