Skip to content

Commit e82f6d7

Browse files
committed
docs(app): Prepare release 2.5.0
1 parent 1aea96a commit e82f6d7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

buddymeet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: BuddyMeet
44
Plugin URI:
55
Description: Adds a meeting room with video and audio capabilities to BuddyPress. Powered by <a target="_blank" href="https://jitsi.org/"> Jitsi Meet </a>.
6-
Version: 2.4.0
6+
Version: 2.5.0
77
Requires at least: 4.6.0
88
Tags: buddypress
99
License: GPL V2
@@ -86,7 +86,7 @@ private function __construct() { /* Do nothing here */ }
8686
* @uses plugin_dir_url() to build BuddyMeet plugin url
8787
*/
8888
private function setup_globals() {
89-
$this->version = '2.4.0';
89+
$this->version = '2.5.0';
9090

9191
// Setup some base path and URL information
9292
$this->file = __FILE__;

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: cytechltd
33
Tags: BuddyMeet, jitsi, video, audio, conference, buddypress
44
Requires at least: 4.5
5-
Tested up to: 6.4.2
5+
Tested up to: 6.5.2
66
Requires PHP: 5.3
7-
Stable tag: 2.4.0
7+
Stable tag: 2.5.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -114,6 +114,9 @@ Please note that this setting can only be used if you have set up your own Jitsi
114114

115115
== Changelog ==
116116

117+
= 2.5.0 =
118+
* Removed the client disposal logic upon receiving the videoConferenceLeft event because this event is triggered when starting the login flow.
119+
117120
= 2.4.0 =
118121
* Added compatibility with BuddyPress 12.0
119122
* Added admin menu that enables WordPress administrators to set the default Jitsi domain. This domain will serve as the default for all newly created BuddyPress Groups and shortcodes. Users retain the option to override this value via group settings or shortcode parameters.

0 commit comments

Comments
 (0)