Changeset 3235778
- Timestamp:
- 02/06/2025 05:32:17 AM (14 months ago)
- Location:
- webinar-and-video-conference-with-jitsi-meet
- Files:
-
- 4 edited
- 1 copied
-
tags/2.6.25 (copied) (copied from webinar-and-video-conference-with-jitsi-meet/trunk)
-
tags/2.6.25/jitsi-meet-wp.php (modified) (2 diffs)
-
tags/2.6.25/readme.txt (modified) (2 diffs)
-
trunk/jitsi-meet-wp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webinar-and-video-conference-with-jitsi-meet/tags/2.6.25/jitsi-meet-wp.php
r3234486 r3235778 4 4 * Plugin URI: https://jitsi-meet-wp.wppool.dev/ 5 5 * Description: Host live webinars, conferences, online classes, video calls directly on your WordPress website with gutenberg block 6 * Version: 2.6.2 46 * Version: 2.6.25 7 7 * Author: WPPOOL 8 8 * Author URI: https://wppool.dev … … 21 21 } 22 22 23 define( 'JITSI_MEET_WP_VERSION', '2.6.2 4' );23 define( 'JITSI_MEET_WP_VERSION', '2.6.25' ); 24 24 define( 'JITSI_MEET_WP__FILE__', __FILE__ ); 25 25 define( '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 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.4 7 Stable tag: 2.6.2 47 Stable tag: 2.6.25 8 8 License: GPL-2.0+ 9 9 Lisecse URL: http://www.gnu.org/licenses/gpl-2.0.txt … … 216 216 == Changelog == 217 217 218 = 2.6.25 – 06 Feb 2025 = 219 * **Improvement:** Improved meeting login and registration process 220 218 221 = 2.6.24 – 04 Feb 2025 = 219 222 * **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 4 4 * Plugin URI: https://jitsi-meet-wp.wppool.dev/ 5 5 * Description: Host live webinars, conferences, online classes, video calls directly on your WordPress website with gutenberg block 6 * Version: 2.6.2 46 * Version: 2.6.25 7 7 * Author: WPPOOL 8 8 * Author URI: https://wppool.dev … … 21 21 } 22 22 23 define( 'JITSI_MEET_WP_VERSION', '2.6.2 4' );23 define( 'JITSI_MEET_WP_VERSION', '2.6.25' ); 24 24 define( 'JITSI_MEET_WP__FILE__', __FILE__ ); 25 25 define( 'JITSI_MEET_WP_DIR_PATH', plugin_dir_path( JITSI_MEET_WP__FILE__ ) ); -
webinar-and-video-conference-with-jitsi-meet/trunk/readme.txt
r3234486 r3235778 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.4 7 Stable tag: 2.6.2 47 Stable tag: 2.6.25 8 8 License: GPL-2.0+ 9 9 Lisecse URL: http://www.gnu.org/licenses/gpl-2.0.txt … … 216 216 == Changelog == 217 217 218 = 2.6.25 – 06 Feb 2025 = 219 * **Improvement:** Improved meeting login and registration process 220 218 221 = 2.6.24 – 04 Feb 2025 = 219 222 * **Fix:** Resolved issue where meeting login did not work when using a shortcode
Note: See TracChangeset
for help on using the changeset viewer.