Skip to content

Commit

Permalink
PHPMailer 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Aug 19, 2020
1 parent b41d395 commit 3dd1ed5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="1.2.0"></a>
# [1.2.0](https://github.com/flextype-plugins/phpmailer) (2020-08-19)

### Features

* **core** update code base for new Flextype 0.9.9

<a name="1.1.0"></a>
# [1.1.0](https://github.com/flextype-plugins/phpmailer) (2020-08-05)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">PHP Mailer plugin for <a href="http://flextype.org/">Flextype</a></h1>

<p align="center">
<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.9-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>
<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.10-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>
</p>

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

| Item | Version | Download |
|---|---|---|
| [flextype](https://github.com/flextype/flextype) | 0.9.9 | [download](https://github.com/flextype/flextype/releases) |
| [flextype](https://github.com/flextype/flextype) | 0.9.10 | [download](https://github.com/flextype/flextype/releases) |

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"issues": "https://github.com/flextype-plugins/phpmailer/issues"
},
"require": {
"php": ">=7.2.5",
"php": ">=7.3.0",
"ext-json": "*",
"phpmailer/phpmailer": "~6.1"
},
"config": {
"apcu-autoloader": true,
"optimize-autoloader": true,
"platform": {
"php": "7.2.5"
"php": "7.3.0"
}
}
}
4 changes: 2 additions & 2 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PHP Mailer
version: 1.1.0
version: 1.2.0
description: PHP Mailer plugins for Flextype.
icon: fas fa-envelope
author:
Expand All @@ -11,4 +11,4 @@ bugs: https://github.com/flextype-plugins/phpmailer/issues
license: MIT

dependencies:
flextype: 0.9.9
flextype: 0.9.10

0 comments on commit 3dd1ed5

Please sign in to comment.