Skip to content

Commit

Permalink
Merge pull request #11 from cytechmobile/feature/login
Browse files Browse the repository at this point in the history
Feature/login
  • Loading branch information
tdakanalis authored Apr 16, 2024
2 parents 05d33f2 + e82f6d7 commit 88f0d82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 2 additions & 6 deletions buddymeet.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: BuddyMeet
Plugin URI:
Description: Adds a meeting room with video and audio capabilities to BuddyPress. Powered by <a target="_blank" href="https://jitsi.org/"> Jitsi Meet </a>.
Version: 2.4.0
Version: 2.5.0
Requires at least: 4.6.0
Tags: buddypress
License: GPL V2
Expand Down Expand Up @@ -86,7 +86,7 @@ private function __construct() { /* Do nothing here */ }
* @uses plugin_dir_url() to build BuddyMeet plugin url
*/
private function setup_globals() {
$this->version = '2.4.0';
$this->version = '2.5.0';

// Setup some base path and URL information
$this->file = __FILE__;
Expand Down Expand Up @@ -522,10 +522,6 @@ interfaceConfigOverwrite: {
api.executeCommand("password", "%19$s");
}
});
api.on("videoConferenceLeft", () => {
api.dispose();
jQuery("#meet").addClass("hangoutMessage").html("%20$s");
});
window.api = api;';
}
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: cytechltd
Tags: BuddyMeet, jitsi, video, audio, conference, buddypress
Requires at least: 4.5
Tested up to: 6.4.2
Tested up to: 6.5.2
Requires PHP: 5.3
Stable tag: 2.4.0
Stable tag: 2.5.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.5.0 =
* Removed the client disposal logic upon receiving the videoConferenceLeft event because this event is triggered when starting the login flow.

= 2.4.0 =
* Added compatibility with BuddyPress 12.0
* 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.
Expand Down

0 comments on commit 88f0d82

Please sign in to comment.