Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Dec 24, 2024
2 parents e27e469 + c95a672 commit 12914cb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [1.2.1](https://github.com/WebFiori/mail/compare/v1.2.0...v1.2.1) (2024-12-03)


### Bug Fixes

* Added Check if Message was Already Sent ([d189ddc](https://github.com/WebFiori/mail/commit/d189ddc71a3f8273fcd8e4843f7dd21501d42707))


### Miscellaneous Chores

* Added Release Please ([3374286](https://github.com/WebFiori/mail/commit/337428682a8ca923c15d2f271cec0871da3e54b0))
* Updated README by Adding PHP 8.4 ([b6dc429](https://github.com/WebFiori/mail/commit/b6dc429c56a8da3b81d46814a6cf3b7de07c8789))
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ A basic library for sending HTML based emails using PHP.


<p align="center">
<a target="_blank" href="https://github.com/WebFiori/mail/actions/workflows/php83.yml">
<img src="https://github.com/WebFiori/mail/actions/workflows/php83.yml/badge.svg?branch=main">
<a target="_blank" href="https://github.com/WebFiori/mail/actions/workflows/php84.yml">
<img src="https://github.com/WebFiori/mail/actions/workflows/php84.yml/badge.svg?branch=main">
</a>
<a href="https://codecov.io/gh/WebFiori/mail">
<img src="https://codecov.io/gh/WebFiori/mail/branch/main/graph/badge.svg" />
Expand Down Expand Up @@ -32,6 +32,7 @@ A basic library for sending HTML based emails using PHP.
| <a target="_blank" href="https://github.com/WebFiori/mail/actions/workflows/php81.yml"><img src="https://github.com/WebFiori/mail/actions/workflows/php81.yml/badge.svg?branch=main"></a> |
| <a target="_blank" href="https://github.com/WebFiori/mail/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/mail/actions/workflows/php82.yml/badge.svg?branch=main"></a> |
| <a target="_blank" href="https://github.com/WebFiori/mail/actions/workflows/php83.yml"><img src="https://github.com/WebFiori/mail/actions/workflows/php83.yml/badge.svg?branch=main"></a> |
| <a target="_blank" href="https://github.com/WebFiori/mail/actions/workflows/php84.yml"><img src="https://github.com/WebFiori/mail/actions/workflows/php84.yml/badge.svg?branch=main"></a> |

## In This Page:
* [Usage](#usage)
Expand Down
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
{
"name": "webfiori/mailer",
"description": "Sockets-based library for sending HTML email messages.",
"type":"library",
"version":"1.2.0",
"type": "library",
"version": "1.2.1",
"authors": [
{
"name": "Ibrahim BinAlshikh",
"email": "[email protected]"
}
],
"license":"MIT",
"license": "MIT",
"require": {
"php": ">=7.0",
"webfiori/file":"*",
"webfiori/ui":"*"
},
"require-dev": {

"webfiori/file": "*",
"webfiori/ui": "*"
},
"require-dev": {},
"keywords": [
"php",
"email",
Expand Down

0 comments on commit 12914cb

Please sign in to comment.