Skip to content

Commit 88f0d82

Browse files
authored
Merge pull request #11 from cytechmobile/feature/login
Feature/login
2 parents 05d33f2 + e82f6d7 commit 88f0d82

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

buddymeet.php

Lines changed: 2 additions & 6 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__;
@@ -522,10 +522,6 @@ interfaceConfigOverwrite: {
522522
api.executeCommand("password", "%19$s");
523523
}
524524
});
525-
api.on("videoConferenceLeft", () => {
526-
api.dispose();
527-
jQuery("#meet").addClass("hangoutMessage").html("%20$s");
528-
});
529525
530526
window.api = api;';
531527
}

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)