Download The Events Calendar Pro Virtual Events Addon v1.9.0 Nulled Free
= [1.9.0] 2022-03-30 =
* Feature - Add an option to generate a Webex meeting from the event editor and display meeting details on the event. [VE-502]
* Feature - Connect existing Webex Meetings to your events using the new 'Smart' url field. [VE-484]
* Fix - Fix high number of YouTube or Zoom user API calls by switching to a persistent cache. [VE-500]
* Fix - Fix issue that would cause the show to setting to...
Download The Events Calendar Pro Virtual Events Addon v1.10.0 Nulled Free
= [v1.10.0] 2022-05-19 =
* Version - Virtual Events 1.10.0 is only compatible with The Events Calendar 5.15.0 and higher
* Feature - Add compatibility to the new TEC admin menu system. [ET-1335]
* Language - 1 new strings added, 34 updated, 0 fuzzied, and 1 obsoleted
* version v1.10.0
I saw "return" in line 73 at events-virtual.php. It cause the function not works. After remove it, it works. I think maybe it's a test code and the author forgot to remove before release. I also upload my fixed version here.
```
// Add a second action to handle the case where Common is not loaded, we still want to let the user know what is happening.
add_action( 'plugins_loaded', 'tribe_events_virtual_preload', 50 );
return;
```
Thank you for the fix.* version v1.10.0
I saw "return" in line 73 at events-virtual.php. It cause the function not works. After remove it, it works. I think maybe it's a test code and the author forgot to remove before release. I also upload my fixed version here.
```
// Add a second action to handle the case where Common is not loaded, we still want to let the user know what is happening.
add_action( 'plugins_loaded', 'tribe_events_virtual_preload', 50 );
return;
```
Could you please help with Virtual Events Addon v1.10.1? Thanks in Adavance!Virtual Events 1.10.1
By Jaime on 7.5.22 Virtual Events
Summary
Maintenance Release
The latest version of Virtual Events was updated to work properly with Community Events.
As always, we recommend testing updates on a staging site first, but it should all be smooth sailing.
🗣 Translations
Updated language files and strings:
0 new strings added
1 updated
0 fuzzied
0 obsoleted
Could you please help with Virtual Events Addon v1.10.1? Thanks in Adavance!![]()
@bobsmith @TomzThis will be added in the thread for it here as main download and not anywhere else.
@Tomz can you get this one as I currently only have access to version already in this thread.![]()
Virtual Events 1.11.0 has been released on 18 July. Do you have this version? Thanks in advance.
Download The Events Calendar Pro Virtual Events Addon v1.11.0 Nulled Free
= [1.11.0] 2022-07-18 =
* Feature - Add an option to generate a Google Event with Meet from the event editor and display meeting details on the event. [VE-517]
* Feature - Connect existing Google Event with Meet to your events using the new 'Smart' url field. [VE-514]
* Fix - Ensure if Zoom password requires a special character that the generated password includes at least 1. [VE-524]
* Tweak - Include...
bobsmith updated The Events Calendar Pro Virtual Events Addon with a new update entry:
The Events Calendar Pro Virtual Events Addon v1.11.0
Read the rest of this update entry...
// Add a second action to handle the case where Common is not loaded, we still want to let the user know what is happening.
add_action( 'plugins_loaded', 'tribe_events_virtual_preload', 50 );
return;
// Add a second action to handle the case where Common is not loaded, we still want to let the user know what is happening.
add_action( 'plugins_loaded', 'tribe_events_virtual_preload', 50 );
lol you fixed it and yet it had already been discussed by @andrewintw in June 2022 and posted on same page.@Tomz not working. I fixed it
File : events-virtual.php
Original
PHP:// Add a second action to handle the case where Common is not loaded, we still want to let the user know what is happening. add_action( 'plugins_loaded', 'tribe_events_virtual_preload', 50 ); return;
Fixed
PHP:// Add a second action to handle the case where Common is not loaded, we still want to let the user know what is happening. add_action( 'plugins_loaded', 'tribe_events_virtual_preload', 50 );