Skip to content

Commit

Permalink
fix(bump): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 9, 2024
1 parent abb1bf4 commit 193c905
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 89 deletions.
90 changes: 3 additions & 87 deletions plugnmeet/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.plugnmeet.org/
Tags: mynaparrot, web conference, plugnmeet
Requires at least: 5.9
Tested up to: 6.6.2
Stable tag: 1.2.11
Stable tag: 1.2.12
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -56,7 +56,7 @@ This plugin will require the [plugNmeet-server](https://github.com/mynaparrot/pl

After create room save it. Now enter to re-edit. You'll get shortcode there.

= How to setup server? =
= How to set up server? =

This plugin will require the [plugNmeet-server](https://github.com/mynaparrot/plugNmeet-server) to be up and running. Plug-N-Meet is a free and open source project. You can obtain plugNmeet-server by either:

Expand All @@ -70,89 +70,5 @@ This plugin will require the [plugNmeet-server](https://github.com/mynaparrot/pl
2. Shared notepad

== Changelog ==
= 1.2.10 =
* bump SDK
* option to set auto generate user id
* option to configure copyright info

= 1.2.9 =
* bump SDK
* option to encrypt chat & whiteboard data

= 1.2.8 =
* bump SDK

= 1.2.7 =
* bump SDK
* feat: option to disable virtualBackgrounds & raiseHand

= 1.2.6 =
* bump SDK
* feat: option to set audio preset, default: music e.g Bitrate 32000

= 1.2.5 =
* bump SDK
* feat: added option to enable analytics

= 1.2.4 =
* feat: E2EE

= 1.2.3 =
* feat: Speech to text/translation

= 1.2.1 =
* ingress
* moderator join first
* camera position

= 1.2.0 =
* auto recording + playback recording
* new permission setting

= 1.1.0 =
* Bump Plug-N-Meet PHP SDK to v1.1.0

**Note:** Require plugNmeet-server [v1.2.2 ](https://github.com/mynaparrot/plugNmeet-server/releases/tag/v1.2.2) or later

= 1.0.12 =
* feat: load client from remote

= 1.0.10 =
* refact: frontend enhancement
* Update client to v1.1.6

= 1.0.9 =
* feat: Display external link features
* Update client to v1.1.5

= 1.0.7 =
* new server's compatibility
* Feat: Breakout rooms + room duration
* Feat: Polls & private chat

= 1.0.6 =
* new server's compatibility

= 1.0.5 =
* impl: new design customization

= 1.0.4 =
* impl: Lock settings for whiteboard & shared notepad
* Can set video_codec
* Can set resolution for webcam & share screen
* Improvement in design customization

= 1.0.3 =
* Feat: Interface customization
* But fixed & improvement

= 1.0.2 =
* Feat: Whiteboard & Shared notepad
* But fixed & improvement

= 1.0.1 =
* But fixed & improvement

= 1.0.0 =
* Initial release

https://github.com/mynaparrot/plugNmeet-WordPress/blob/main/CHANGELOG.md
4 changes: 2 additions & 2 deletions plugnmeet/plugnmeet.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Plug-N-Meet web conference integration
* Plugin URI: https://github.com/mynaparrot/plugNmeet-WordPress
* Description: Plug-N-Meet web conference integration with WordPress
* Version: 1.2.11
* Version: 1.2.12
* Author: Jibon L. Costa <[email protected]>
* Requires at least: 5.9
* Requires PHP: 7.4.0
Expand All @@ -37,7 +37,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'PLUGNMEET_VERSION', '1.2.11' );
define( 'PLUGNMEET_VERSION', '1.2.12' );

/**
* Define the Plugin basename
Expand Down

0 comments on commit 193c905

Please sign in to comment.