Skip to content

v1.1.0

Compare
Choose a tag to compare
@ericsizemore ericsizemore released this 29 Dec 00:17
· 194 commits to master since this release

1.1.0 (2023-12-29)

  • Added subscription() to handle adding, updating, checking and removing a subscription to a project.
  • Updated makeRequest() with a $method parameter to handle post, put, and delete requests in addition to get.
  • Visibility changed to protected for:
    • endpointParameters()
    • processEndpointFormat()
    • verifyEndpointOptions()
  • Converted line endings to linux, some files snuck through with Windows line endings
  • Documentation updated