-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from WebFiori/release-please--branches--main
chore(main): release 1.2.1
- Loading branch information
Showing
2 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,31 @@ | ||
{ | ||
"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", | ||
"mail", | ||
"html", | ||
"sockets" | ||
], | ||
"autoload" :{ | ||
"psr-4":{ | ||
"webfiori\\email\\":"webfiori\\email" | ||
"autoload": { | ||
"psr-4": { | ||
"webfiori\\email\\": "webfiori\\email" | ||
} | ||
} | ||
} |