diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..414c2a7 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index 8c645c4..e8ab4cc 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ A basic library for sending HTML based emails using PHP.

- - + + @@ -32,6 +32,7 @@ A basic library for sending HTML based emails using PHP. | | | | | | +| | ## In This Page: * [Usage](#usage) diff --git a/composer.json b/composer.json index 326235d..d04216f 100644 --- a/composer.json +++ b/composer.json @@ -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": "ibrahim@webfiori.com" } ], - "license":"MIT", + "license": "MIT", "require": { "php": ">=7.0", - "webfiori/file":"*", - "webfiori/ui":"*" - }, - "require-dev": { - + "webfiori/file": "*", + "webfiori/ui": "*" }, + "require-dev": {}, "keywords": [ "php", "email",