Skip to content

Commit

Permalink
Merge pull request #26 from WebFiori/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.2.1
  • Loading branch information
usernane authored Dec 3, 2024
2 parents b6dc429 + c45b3e2 commit c95a672
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 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))
20 changes: 9 additions & 11 deletions composer.json
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"
}
}
}

0 comments on commit c95a672

Please sign in to comment.