Plugin Directory

Changeset 3235778


Ignore:
Timestamp:
02/06/2025 05:32:17 AM (14 months ago)
Author:
azizultex
Message:

Update to version 2.6.25 from GitHub

Location:
webinar-and-video-conference-with-jitsi-meet
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • webinar-and-video-conference-with-jitsi-meet/tags/2.6.25/jitsi-meet-wp.php

    r3234486 r3235778  
    44 * Plugin URI:        https://jitsi-meet-wp.wppool.dev/
    55 * Description:       Host live webinars, conferences, online classes, video calls directly on your WordPress website with gutenberg block
    6  * Version:           2.6.24
     6 * Version:           2.6.25
    77 * Author:            WPPOOL
    88 * Author URI:        https://wppool.dev
     
    2121}
    2222
    23 define( 'JITSI_MEET_WP_VERSION', '2.6.24' );
     23define( 'JITSI_MEET_WP_VERSION', '2.6.25' );
    2424define( 'JITSI_MEET_WP__FILE__', __FILE__ );
    2525define( 'JITSI_MEET_WP_DIR_PATH', plugin_dir_path( JITSI_MEET_WP__FILE__ ) );
  • webinar-and-video-conference-with-jitsi-meet/tags/2.6.25/readme.txt

    r3234486 r3235778  
    55Tested up to: 6.7
    66Requires PHP: 5.4
    7 Stable tag: 2.6.24
     7Stable tag: 2.6.25
    88License: GPL-2.0+
    99Lisecse URL: http://www.gnu.org/licenses/gpl-2.0.txt
     
    216216== Changelog ==
    217217
     218= 2.6.25 – 06 Feb 2025 =
     219* **Improvement:** Improved meeting login and registration process
     220
    218221= 2.6.24 – 04 Feb 2025 =
    219222* **Fix:** Resolved issue where meeting login did not work when using a shortcode
  • webinar-and-video-conference-with-jitsi-meet/trunk/jitsi-meet-wp.php

    r3234486 r3235778  
    44 * Plugin URI:        https://jitsi-meet-wp.wppool.dev/
    55 * Description:       Host live webinars, conferences, online classes, video calls directly on your WordPress website with gutenberg block
    6  * Version:           2.6.24
     6 * Version:           2.6.25
    77 * Author:            WPPOOL
    88 * Author URI:        https://wppool.dev
     
    2121}
    2222
    23 define( 'JITSI_MEET_WP_VERSION', '2.6.24' );
     23define( 'JITSI_MEET_WP_VERSION', '2.6.25' );
    2424define( 'JITSI_MEET_WP__FILE__', __FILE__ );
    2525define( 'JITSI_MEET_WP_DIR_PATH', plugin_dir_path( JITSI_MEET_WP__FILE__ ) );
  • webinar-and-video-conference-with-jitsi-meet/trunk/readme.txt

    r3234486 r3235778  
    55Tested up to: 6.7
    66Requires PHP: 5.4
    7 Stable tag: 2.6.24
     7Stable tag: 2.6.25
    88License: GPL-2.0+
    99Lisecse URL: http://www.gnu.org/licenses/gpl-2.0.txt
     
    216216== Changelog ==
    217217
     218= 2.6.25 – 06 Feb 2025 =
     219* **Improvement:** Improved meeting login and registration process
     220
    218221= 2.6.24 – 04 Feb 2025 =
    219222* **Fix:** Resolved issue where meeting login did not work when using a shortcode
Note: See TracChangeset for help on using the changeset viewer.