Skip to content

Latest commit

 

History

History
81 lines (42 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

81 lines (42 loc) · 1.25 KB

Changelog

All notable changes to ohdear-php-sdk will be documented in this file

3.0.2 - 2020-11-30

  • add support for PHP 8

3.0.1 - 2020-08-21

  • add support for Guzzle 7

3.0.0 - 2020-07-09

  • add support for cron sync
  • drop support for PHP 7.3 and below

2.0.0 - 2020-06-10

This release introduces 2 breaking changes in the way the dates are passed for these functions:

  • performanceRecords
  • createSiteMaintenance

1.7.0 - 2019-01-07

  • add start and stop maintenance endpoints

1.6.0 - 2019-09-12

  • add status pages

1.5.1 - 2018-09-20

  • make api resources cacheable

1.5.0 - 2018-09-18

  • add label to check

1.4.2 - 2018-09-18

  • fix certificate health endpoint

1.4.1 - 2018-09-13

  • fix trait name

1.4.0 - 2018-09-12

THIS VERSION CONTAINS A BREAKING BUG, DO NOT USE

  • add certificate-health endpoint

1.3.1 - 2018-09-10

  • fix hostname

1.3.0 - 2018-09-10

  • add uptime and downtime methods

1.2.0 - 2018-09-01

  • add siteByUrl

1.1.1 - 2018-08-29

  • rename apiKey to apiToken

1.1.0 - 2018-08-29

  • add methods to retrieve mixed content and broken links

1.0.1 - 2018-05-08

  • fix bug where a successful response would not be recognized as such

1.0.0 - 2018-01-18

  • initial release