Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.3.1](https://github.com/DataLinx/SqualoMail-PHP-SDK/compare/v1.3.0...v1.3.1) (2023-12-16)


### Miscellaneous Chores

* add .gitattributes to exclude directories and files from package distribution ([166bc70](https://github.com/DataLinx/SqualoMail-PHP-SDK/commit/166bc70517205ddc80c501369812b73f77f203bb))

## [1.3.0] - 2022-10-21
### Added
- Implemented support for recipient tags for create, get and update requests
Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"name": "datalinx/squalomail-php-sdk",
"description": "PHP SDK for SqualoMail",
"keywords": ["squalomail", "api", "webservice", "php", "sdk", "slovenia"],
"keywords": [
"squalomail",
"api",
"webservice",
"php",
"sdk",
"slovenia"
],
"homepage": "https://github.com/datalinx/squalomail-php-sdk",
"type": "library",
"license": "MIT",
Expand Down