Skip to content

Latest commit

 

History

History
165 lines (92 loc) · 14.6 KB

CHANGELOG.md

File metadata and controls

165 lines (92 loc) · 14.6 KB

Changelog

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

  • Updated dependency guzzlehttp/guzzle from 7.9.0 to 7.9.1 (#396, dfe3ed4)

1.8.3 - 2024-07-18

  • Updated dependency guzzlehttp/guzzle from 7.8.1 to 7.9.0 (#394, 9579481)

1.8.2 - 2024-06-24

  • Updated supported gotify/server version from 2.4.0 to 2.5.0. (#385, d236212)

1.8.1 - 2023-12-04

  • Updated dependency guzzlehttp/guzzle from 7.8.0 to 7.8.1 (#306, 0727221)

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

  • Updated dependency guzzlehttp/guzzle from 7.7.0 to 7.8.0 (#263, ba6feba)

1.7.9 - 2023-07-27

  • Updated supported gotify/server version from 2.2.5 to 2.3.0. (#250, ea2af57)

1.7.8 - 2023-07-16

  • Updated supported gotify/server version from 2.2.4 to 2.2.5. (#239, c7cd5d1)

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

  • Updated dependency guzzlehttp/guzzle from 7.5.1 to 7.6.0. (#220, e9cadbf)

1.7.5 - 2023-04-18

  • Updated dependency guzzlehttp/guzzle from 7.5.0 to 7.5.1. (#214, 41cbc93)

1.7.4 - 2023-01-11

  • Updated supported gotify/server version from 2.2.2 to 2.2.4. (#177, 99fae35)

1.7.3 - 2022-12-29

  • Updated supported gotify/server version from 2.2.1 to 2.2.2. (#165, d188582)

1.7.2 - 2022-12-29

  • Updated supported gotify/server version from 2.2.0 to 2.2.1. (#163, e4cf549)

1.7.1 - 2022-12-03

  • Updated supported gotify/server version from 2.1.7 to 2.2.0. (#154, 419b649)

1.7.0 - 2022-10-43

1.6.8 - 2022-09-13

  • Updated supported gotify/server version from 2.1.5 to 2.1.7. (#129, a6e07b0)

1.6.7 - 2022-09-05

  • Updated dependency guzzlehttp/guzzle from 7.4.5 to 7.5.0. (#125, f5b6375)

1.6.6 - 2022-08-22

  • Updated guzzlehttp/guzzle version in composer.json to require 7.4.5. (#121, 313a492)

1.6.5 - 2022-07-28

  • Updated supported gotify/server version from 2.1.4 to 2.1.5. (#115, ac4c7c8)

1.6.4 - 2022-06-22

  • Updated dependency guzzlehttp/guzzle from 7.4.4 to 7.4.5. (#109, 8294513)

1.6.3 - 2022-06-10

  • Updated dependency guzzlehttp/guzzle from 7.4.3 to 7.4.4. (#104, e8987e3)

1.6.2 - 2022-05-26

  • Updated dependency guzzlehttp/guzzle from 7.4.2 to 7.4.3. (#100, 0a36695)

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() and Gotify\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 method getDisplayInfo(). (64a3636)

1.5.0 - 2021-11-25

  • Updated Endpoint\Plugin method getDisplayInfo() 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 action test.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

  • Refactored Endpoint methods & Guzzle class. (#29)
  • Added more code examples. (#28)

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