Plugin Directory

Changeset 3165489


Ignore:
Timestamp:
10/09/2024 07:47:10 AM (18 months ago)
Author:
robm89
Message:

Update to version 1.0.9 from GitHub

Location:
mailvat
Files:
2 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mailvat/tags/1.0.9/README.md

    r3063835 r3165489  
    44Tags: mailvat, mailpit, mailhog, smtp, wp mail smtp, wordpress smtp, mail, mailer, phpmailer, wp_mail, email, wp smtp, dev mail, local mail, test mail
    55Requires at least: 4.7
    6 Tested up to: 6.5
    7 Stable tag: 1.0.8
     6Tested up to: 6.6.2
     7Stable tag: 1.0.9
    88Requires PHP: 7.0
    99License: GPLv2 or later
  • mailvat/tags/1.0.9/mailvat.php

    r3063835 r3165489  
    66 * Author: Rob Meijerink
    77 * Author URI: https://robmeijerink.nl
    8  * Version: 1.0.8
     8 * Version: 1.0.9
    99 * License: GPL2 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3636            $phpmailer->SMTPAuth = false;
    3737            $phpmailer->isSMTP();
    38         });
     38        }, PHP_INT_MAX);
    3939    }
    4040}
  • mailvat/trunk/README.md

    r3063835 r3165489  
    44Tags: mailvat, mailpit, mailhog, smtp, wp mail smtp, wordpress smtp, mail, mailer, phpmailer, wp_mail, email, wp smtp, dev mail, local mail, test mail
    55Requires at least: 4.7
    6 Tested up to: 6.5
    7 Stable tag: 1.0.8
     6Tested up to: 6.6.2
     7Stable tag: 1.0.9
    88Requires PHP: 7.0
    99License: GPLv2 or later
  • mailvat/trunk/mailvat.php

    r3063835 r3165489  
    66 * Author: Rob Meijerink
    77 * Author URI: https://robmeijerink.nl
    8  * Version: 1.0.8
     8 * Version: 1.0.9
    99 * License: GPL2 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3636            $phpmailer->SMTPAuth = false;
    3737            $phpmailer->isSMTP();
    38         });
     38        }, PHP_INT_MAX);
    3939    }
    4040}
Note: See TracChangeset for help on using the changeset viewer.