Changeset 2808929
- Timestamp:
- 11/01/2022 04:34:31 PM (3 years ago)
- Location:
- events-manager-zoom
- Files:
-
- 4 edited
-
tags/1.5/events-manager-zoom.php (modified) (2 diffs)
-
tags/1.5/readme.txt (modified) (1 diff)
-
trunk/events-manager-zoom.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events-manager-zoom/tags/1.5/events-manager-zoom.php
r2623962 r2808929 5 5 Plugin URI: http://wp-events-plugin.com 6 6 Description: Adds Zoom integration for Events Manager 7 Author: Events Manager8 Author URI: http ://wp-events-plugin.com7 Author: Pixelite 8 Author URI: https://pixelite.com 9 9 */ 10 10 11 11 /* 12 Copyright (c) 202 1, Pixelite SL12 Copyright (c) 2022, Pixelite SL 13 13 14 14 This program is free software; you can redistribute it and/or … … 102 102 if( !empty($matches[1]) ){ 103 103 //we have a version number! 104 if( version_compare($transient->checked[$slug], $matches[1]) < 0) {104 if( !empty($transient->checked[$slug]) && version_compare($transient->checked[$slug], $matches[1]) < 0) { 105 105 $response = new stdClass(); 106 106 $response->slug = $slug; -
events-manager-zoom/tags/1.5/readme.txt
r2728588 r2808929 1 1 === Events Manager - Zoom Integration === 2 Contributors: netweblogic3 Donate link: http ://wp-events-plugin.com2 Contributors: pxlite, msykes 3 Donate link: https://wp-events-plugin.com 4 4 Tags: zoom, webinars, bookings, calendar, tickets, events, buddypress, event management, registration 5 5 Text Domain: events-manager-zoom 6 6 Requires at least: 5.2 7 Tested up to: 6. 07 Tested up to: 6.1 8 8 Stable tag: 1.5 9 9 Requires PHP: 5.3 -
events-manager-zoom/trunk/events-manager-zoom.php
r2623962 r2808929 5 5 Plugin URI: http://wp-events-plugin.com 6 6 Description: Adds Zoom integration for Events Manager 7 Author: Events Manager8 Author URI: http ://wp-events-plugin.com7 Author: Pixelite 8 Author URI: https://pixelite.com 9 9 */ 10 10 11 11 /* 12 Copyright (c) 202 1, Pixelite SL12 Copyright (c) 2022, Pixelite SL 13 13 14 14 This program is free software; you can redistribute it and/or … … 102 102 if( !empty($matches[1]) ){ 103 103 //we have a version number! 104 if( version_compare($transient->checked[$slug], $matches[1]) < 0) {104 if( !empty($transient->checked[$slug]) && version_compare($transient->checked[$slug], $matches[1]) < 0) { 105 105 $response = new stdClass(); 106 106 $response->slug = $slug; -
events-manager-zoom/trunk/readme.txt
r2728588 r2808929 1 1 === Events Manager - Zoom Integration === 2 Contributors: netweblogic3 Donate link: http ://wp-events-plugin.com2 Contributors: pxlite, msykes 3 Donate link: https://wp-events-plugin.com 4 4 Tags: zoom, webinars, bookings, calendar, tickets, events, buddypress, event management, registration 5 5 Text Domain: events-manager-zoom 6 6 Requires at least: 5.2 7 Tested up to: 6. 07 Tested up to: 6.1 8 8 Stable tag: 1.5 9 9 Requires PHP: 5.3
Note: See TracChangeset
for help on using the changeset viewer.