From c1ddceb535264cb1c274f0d393c6edb56198c749 Mon Sep 17 00:00:00 2001 From: Deepen Bajracharya Date: Mon, 5 Feb 2024 12:10:05 +0545 Subject: [PATCH] 4.4.3 --- README.txt | 5 ++++- video-conferencing-with-zoom-api.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 7363690..6ae13ac 100755 --- a/README.txt +++ b/README.txt @@ -4,7 +4,7 @@ Tags: zoom video conference, video conference, zoom, zoom video conferencing, we Donate link: https://www.paypal.com/donate?hosted_button_id=2UCQKR868M9WE Requires at least: 5.0 Tested up to: 6.3 -Stable tag: 4.4.2 +Stable tag: 4.4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -159,6 +159,9 @@ Yes, you should be registered in Zoom. Also, depending on the zoom account plan == Changelog == += 4.4.3 February 5th, 2024 = +* Fixed: Recordings fetching method changed based recurring meeting or Normal meeting. Should past meetings now be visible. + = 4.4.2 January 26th, 2024 = * Minor Warning issue fix. diff --git a/video-conferencing-with-zoom-api.php b/video-conferencing-with-zoom-api.php index 026a28a..0e63fd9 100755 --- a/video-conferencing-with-zoom-api.php +++ b/video-conferencing-with-zoom-api.php @@ -6,7 +6,7 @@ * Plugin Name: Video Conferencing with Zoom * Plugin URI: https://wordpress.org/plugins/video-conferencing-with-zoom-api/ * Description: Video Conferencing with Zoom Meetings and Webinars plugin provides you with great functionality of managing Zoom meetings, Webinar scheduling options, and users directly from your WordPress dashboard. - * Version: 4.4.2 + * Version: 4.4.3 * Author: Deepen Bajracharya * Author URI: https://www.imdpen.com * License: GPL-2.0+ @@ -24,7 +24,7 @@ defined( 'ZVC_PLUGIN_FILE' ) || define( 'ZVC_PLUGIN_FILE', __FILE__ ); defined( 'ZVC_PLUGIN_SLUG' ) || define( 'ZVC_PLUGIN_SLUG', 'video-conferencing-zoom' ); -defined( 'ZVC_PLUGIN_VERSION' ) || define( 'ZVC_PLUGIN_VERSION', '4.4.2' ); +defined( 'ZVC_PLUGIN_VERSION' ) || define( 'ZVC_PLUGIN_VERSION', '4.4.3' ); defined( 'ZVC_ZOOM_WEBSDK_VERSION' ) || define( 'ZVC_ZOOM_WEBSDK_VERSION', '2.18.2' ); defined( 'ZVC_PLUGIN_DIR_PATH' ) || define( 'ZVC_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) ); defined( 'ZVC_PLUGIN_DIR_URL' ) || define( 'ZVC_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );