Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 928 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 928 Bytes

Change Log

All notable changes to beeminder-php-api will be documented in this file.
The Change log format is documented at http://keepachangelog.com/.
This project adheres to Semantic Versioning.

[1.1.0] - 2015-12-10

Changed

  • createDatapoint() renamed to createDatapointDepricated()
  • createDatapoint() now only takes 3 parameters, $slug, $value & $comment (optional)

Fixed

  • createDatapoint() no longer converts the value to an integer.

Added

  • createDatapointAdvanced() use this if you want to pass other parameters (like timestamp or requestid)
  • Beeminder_Api_Goal->updatableGoalParameters property which you can use to specify which properties of a goal are selected as parameters to updateGoal
  • CHANGELOG.md to better track changes.

Removed

  • $sendmail parameter to createDatapoints method. (No longer supported by the Beeminder API)