All notable changes to this project are documented in this file.
1.10.0 - 2024-12-10
1.9.0 - 2024-08-01
- Renamed abstract classes (#399,
62f2bcb
) - Updated dependency
guzzlehttp/guzzle
from 7.9.1 to 7.9.2 (#402,476d619
)
1.8.4 - 2024-07-20
1.8.3 - 2024-07-18
1.8.2 - 2024-06-24
1.8.1 - 2023-12-04
1.8.0 - 2023-11-20
1.7.11 - 2023-09-17
- Endpoint\Client: Added
lastUsed
value to tests & code examples. (#271,38c834d
) - Updated supported
gotify/server
version from 2.3.0 to 2.4.0. (#270,5e7e6ee
)
1.7.10 - 2023-08-28
1.7.9 - 2023-07-27
1.7.8 - 2023-07-16
1.7.7 - 2023-05-29
- Updated dependency
guzzlehttp/guzzle
from 7.6.0 to 7.6.1 (#224,d05b1f0
) - Updated dependency
guzzlehttp/guzzle
from 7.6.1 to 7.7.0 (#225,709f79b
)
1.7.6 - 2023-05-15
1.7.5 - 2023-04-18
1.7.4 - 2023-01-11
1.7.3 - 2022-12-29
1.7.2 - 2022-12-29
1.7.1 - 2022-12-03
1.7.0 - 2022-10-43
1.6.8 - 2022-09-13
1.6.7 - 2022-09-05
1.6.6 - 2022-08-22
1.6.5 - 2022-07-28
1.6.4 - 2022-06-22
1.6.3 - 2022-06-10
1.6.2 - 2022-05-26
1.6.1 - 2022-01-25
- Fixed issues flagged by phpmd. (#61)
- Updated supported
gotify/server
version from 2.1.3 to 2.1.4. (c227de5
) - Added dev dependency
phpmd/phpmd
. (#60) - Updated dev dependency
phpstan/phpstan
. (#57, #58, #62, #63, #63, #64, #65, #66)
1.6.0 - 2021-12-31
- Added message priority constants. (#53,
cb53aef
) - Added unit tests for
Gotify\Endpoint\Plugin\updateConfig()
andGotify\Guzzle\postYaml()
. (#55,3d9f329
) - Improved code examples. (#50,
08fd812
) - Updated dev dependency
phpstan/phpstan
from 1.2.0 to 1.3.0. (#52,b14d038
) - Updated dev dependency
phpunit/phpunit
from 9.5.10 to 9.5.11. (#49,ebf642b
)
1.5.2 - 2021-12-14
- Updated dependency
guzzlehttp/guzzle
from 7.4.0 to 7.4.1. (#47)
1.5.1 - 2021-11-26
- Refactor
Endpoint\Plugin
methodgetDisplayInfo()
. (64a3636
)
1.5.0 - 2021-11-25
- Updated
Endpoint\Plugin
methodgetDisplayInfo()
to return a string. (#44) - Added unit tests for
Endpoint\Plugin
. (#40) - Added method for updating a plugin config in
Endpoint\Plugin
. (#39) - Added support for testing
Endpoint\Plugin
methods via actiontest.yml
. (#41) - Added example for create a message with extras. (
2ae5470
)
1.4.0 - 2021-11-19
- Added method for updating a user in
Endpoint\User
. (#36, #37,f406266
) - Added test for creating a message with extras. (
817ca56
) - Rearranged code examples and improved documentation. (#33, #35)
1.3.0 - 2021-11-14
1.2.0 - 2021-11-09
1.0.1 - 2021-11-02
Fixed issues reported by PHPStan. (#8)
1.0.0 - 2021-10-29
Initial release