Plugin Directory

Changeset 2808929


Ignore:
Timestamp:
11/01/2022 04:34:31 PM (3 years ago)
Author:
netweblogic
Message:

updating readme for WP 6.1

Location:
events-manager-zoom
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • events-manager-zoom/tags/1.5/events-manager-zoom.php

    r2623962 r2808929  
    55Plugin URI: http://wp-events-plugin.com
    66Description: Adds Zoom integration for Events Manager
    7 Author: Events Manager
    8 Author URI: http://wp-events-plugin.com
     7Author: Pixelite
     8Author URI: https://pixelite.com
    99*/
    1010
    1111/*
    12 Copyright (c) 2021, Pixelite SL
     12Copyright (c) 2022, Pixelite SL
    1313
    1414This program is free software; you can redistribute it and/or
     
    102102                if( !empty($matches[1]) ){
    103103                    //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) {
    105105                        $response = new stdClass();
    106106                        $response->slug = $slug;
  • events-manager-zoom/tags/1.5/readme.txt

    r2728588 r2808929  
    11=== Events Manager - Zoom Integration ===
    2 Contributors: netweblogic
    3 Donate link: http://wp-events-plugin.com
     2Contributors: pxlite, msykes
     3Donate link: https://wp-events-plugin.com
    44Tags: zoom, webinars, bookings, calendar, tickets, events, buddypress, event management, registration
    55Text Domain: events-manager-zoom
    66Requires at least: 5.2
    7 Tested up to: 6.0
     7Tested up to: 6.1
    88Stable tag: 1.5
    99Requires PHP: 5.3
  • events-manager-zoom/trunk/events-manager-zoom.php

    r2623962 r2808929  
    55Plugin URI: http://wp-events-plugin.com
    66Description: Adds Zoom integration for Events Manager
    7 Author: Events Manager
    8 Author URI: http://wp-events-plugin.com
     7Author: Pixelite
     8Author URI: https://pixelite.com
    99*/
    1010
    1111/*
    12 Copyright (c) 2021, Pixelite SL
     12Copyright (c) 2022, Pixelite SL
    1313
    1414This program is free software; you can redistribute it and/or
     
    102102                if( !empty($matches[1]) ){
    103103                    //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) {
    105105                        $response = new stdClass();
    106106                        $response->slug = $slug;
  • events-manager-zoom/trunk/readme.txt

    r2728588 r2808929  
    11=== Events Manager - Zoom Integration ===
    2 Contributors: netweblogic
    3 Donate link: http://wp-events-plugin.com
     2Contributors: pxlite, msykes
     3Donate link: https://wp-events-plugin.com
    44Tags: zoom, webinars, bookings, calendar, tickets, events, buddypress, event management, registration
    55Text Domain: events-manager-zoom
    66Requires at least: 5.2
    7 Tested up to: 6.0
     7Tested up to: 6.1
    88Stable tag: 1.5
    99Requires PHP: 5.3
Note: See TracChangeset for help on using the changeset viewer.