Skip to content

Releases: borivojevic/rescuetime-api-php

2.2.0

29 Jun 06:18
Compare
Choose a tag to compare

Added methods to DailyReport for Very Distracting Data:

$day_summary->getVeryDistractingHours();
$day_summary->getVeryDistractingDurationFormatted();

2.1.0

09 Jun 19:39
Compare
Choose a tag to compare

Added support for Daily Summary Feed API thanks to @tamvodopad

See api documentation for details - https://www.rescuetime.com/anapi/setup/documentation#daily-summary-feed-reference

2.0.02

20 Mar 18:38
Compare
Choose a tag to compare

Fix property dereferencing

2.0.1

20 Mar 18:25
Compare
Choose a tag to compare

Fixed Activity creation.

2.0.0

20 Mar 14:47
Compare
Choose a tag to compare
  • User interface improvement with RequestQueryParameters.
  • Added support for PHP 5.6.
  • Dropped support for PHP 5.3.

1.0.1

08 Oct 16:00
Compare
Choose a tag to compare

This is a bugfix release that solves "Exception: HTTP body empty" problem.

Library was throwing exception whenever server omits "Content-Lenght" HTTP header in API response which is fixed in this release.

1.0.0

30 Sep 16:06
Compare
Choose a tag to compare

Released v1.0.0 of PHP wrapper library for RescueTime API