Skip to content

Commit 42fbbe0

Browse files
authored
Merge pull request #2322 from rtCamp/version-update/v4.7.10
Version update v4.7.10
2 parents 55d9c92 + 605311a commit 42fbbe0

5 files changed

Lines changed: 3548 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ https://www.youtube.com/watch?v=dJrykKQGDcs
147147

148148
## Changelog ##
149149

150+
### 4.7.10
151+
* FIXED
152+
* Improved authorization checks for media deletion to ensure only permitted users can delete media.
153+
150154
### 4.7.9
151155

152156
* FIXED

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
== Changelog ==
22

3+
= 4.7.10 [April 07, 2026] =
4+
5+
* FIXED
6+
* Improved authorization checks for media deletion to ensure only permitted users can delete media.
7+
38
= 4.7.9 [January 30, 2026] =
49

510
* FIXED

index.php

Lines changed: 2 additions & 2 deletions
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.7.9
6+
* Version: 4.7.10
77
* Requires at least: 4.1
88
* Text Domain: buddypress-media
99
* Author: rtCamp
@@ -22,7 +22,7 @@
2222
/**
2323
* The version of the plugin
2424
*/
25-
define( 'RTMEDIA_VERSION', '4.7.9' );
25+
define( 'RTMEDIA_VERSION', '4.7.10' );
2626
}
2727

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

0 commit comments

Comments
 (0)