Skip to content

Commit

Permalink
Merge pull request #1957 from rtCamp/version-update/v4.6.13
Browse files Browse the repository at this point in the history
version update v4.6.13
  • Loading branch information
Pradeep1308 authored Dec 12, 2022
2 parents 99d7cd1 + b476316 commit c930762
Show file tree
Hide file tree
Showing 4 changed files with 1,065 additions and 1,028 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,20 @@ https://www.youtube.com/watch?v=dJrykKQGDcs

## Changelog ##

### 4.6.13 [December 12, 2022] ###

* Enhancement

* Compatible with WordPress latest version 6.1.1
* Compatible with PHP 8.0.0
* Refactored code base.

* Fixed

* Fixed save settings not working issue.
* Fixed media tab not visible on groups page.


### 4.6.12 [June 16, 2022] ###

* Enhancement
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.12
* Version: 4.6.13
* 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.12' );
define( 'RTMEDIA_VERSION', '4.6.13' );
}

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

0 comments on commit c930762

Please sign in to comment.