Skip to content

Commit 8d0fde7

Browse files
committed
PHPMailer 1.7.0
1 parent a6c4536 commit 8d0fde7

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.7.0"></a>
2+
# [1.7.0](https://github.com/flextype-plugins/phpmailer/compare/v1.6.0...v1.7.0) (2021-01-03)
3+
4+
### Features
5+
6+
* **core** update code base for new Flextype 0.9.15
7+
18
<a name="1.6.0"></a>
29
# [1.6.0](https://github.com/flextype-plugins/phpmailer/compare/v1.5.0...v1.6.0) (2020-12-30)
310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center">PHP Mailer plugin for <a href="https://flextype.org/">Flextype</a></h1>
22

33
<p align="center">
4-
<a href="https://github.com/flextype-plugins/phpmailer/releases"><img alt="Version" src="https://img.shields.io/github/release/flextype-plugins/phpmailer.svg?label=version&color=black"></a> <a href="https://github.com/flextype-plugins/phpmailer"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=black" alt="License"></a> <a href="https://github.com/flextype-plugins/phpmailer"><img src="https://img.shields.io/github/downloads/flextype-plugins/phpmailer/total.svg?color=black" alt="Total downloads"></a> <a href="https://github.com/flextype/flextype"><img src="https://img.shields.io/badge/Flextype-0.9.14-green.svg" alt="Flextype"></a> <a href=""><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&color=black&label=Discord%20Chat" alt="Discord"></a>
4+
<a href="https://github.com/flextype-plugins/phpmailer/releases"><img alt="Version" src="https://img.shields.io/github/release/flextype-plugins/phpmailer.svg?label=version&color=black"></a> <a href="https://github.com/flextype-plugins/phpmailer"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=black" alt="License"></a> <a href="https://github.com/flextype-plugins/phpmailer"><img src="https://img.shields.io/github/downloads/flextype-plugins/phpmailer/total.svg?color=black" alt="Total downloads"></a> <a href="https://github.com/flextype/flextype"><img src="https://img.shields.io/badge/Flextype-0.9.15-green.svg" alt="Flextype"></a> <a href=""><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&color=black&label=Discord%20Chat" alt="Discord"></a>
55
</p>
66

77
## Features
@@ -27,7 +27,7 @@ The following dependencies need to be downloaded and installed for PHP Mailer Pl
2727

2828
| Item | Version | Download |
2929
|---|---|---|
30-
| [flextype](https://github.com/flextype/flextype) | 0.9.14 | [download](https://github.com/flextype/flextype/releases) |
30+
| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [download](https://github.com/flextype/flextype/releases) |
3131

3232
## Installation
3333

plugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: PHP Mailer
2-
version: 1.6.0
2+
version: 1.7.0
33
description: PHP Mailer plugins for Flextype.
44
icon: fas fa-envelope
55
author:
@@ -11,4 +11,4 @@ bugs: https://github.com/flextype-plugins/phpmailer/issues
1111
license: MIT
1212

1313
dependencies:
14-
flextype: 0.9.14
14+
flextype: 0.9.15

0 commit comments

Comments
 (0)