-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRELEASE.txt
More file actions
65 lines (52 loc) · 2.76 KB
/
RELEASE.txt
File metadata and controls
65 lines (52 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
AMEE REST API PEAR Library Release History
------------------------------------------
Current Version:
v1.3.0
- Released on: 2011-03-10
- Removed the inclusion of the PHPUnit/Framework.php file from the unit and
integration tests, as this is deprecated in newer versions of PHPUnit.
- Moved the example unit & integration test file to a more sensible location.
- Updated the unit test suite to only use date/time strings that are in the UTC
timezone, as this is what the AMEE API always uses for created/modified
date/time strings.
- Updated the library to extract and use the timezone specified in the ISO 8601
formatted date/time strings returned from the AMEE API when ensuring that
all dates are correctly formatted, instead of the local timezone.
- Updated all PHP files to include library version information in doc blocks.
- Added support for debugging the API calls made, including obtaining timing
information on those API calls.
--------------------------------------------------------------------------------
Previous Versions:
v1.2.0
- Released on: 2010-11-18
- Added support for Multiple Algorithm Return Values.
- Fixed a bug with the Services_AMEE_ProfileItem class, which prevented the
creation of new Profile Items where no input values are required for that
Profile Item (for example, when creating a profile item for Data Item
http://explorer.amee.com/categories/Reductions/data/fix%20dripping%20tap.
- Improved the message for Exceptions that are thrown when an API call is made
with invalid parameters.
- Updated the library to support new Profile UID formats & "Life Cycle Carbon"
categories in AMEE.
v1.1.0
- Released on: 2010-04-29
- Fixed a bug with the Services_AMEE_API class, which meant that the exception
thrown when fsockopen() failed did not include a complete error message.
- Added support to the Services_AMEE_DataItem class for obtaining the drill down
options array used in the process of obtaining the AMEE API Data Item.
- Added support to the Services_AMEE_DataItem class for browsing AMEE API Data
Item paths, to see what drill down options exist and the values supported by
the AMEE API for each option.
- Added support to the Services_AMEE_ProfileItem class for obtaining the
Services_AMEE_DataItem object used in the process of creating the AMEE API
Profile Item.
- Added support to the Servicems_AMEE_ProfileItem class for obtaining the
AMEE API Profile Item Value(s) used in the process of creating the AMEE API
Profile Item.
v1.0.1
- Released on: 2010-04-15
- Updated the installation instructions to address the fact that the library
is now released via, and installable from, the pearhub.org channel.
v1.0.0
- Released on: 2010-04-15
- Initial release of the AMEE REST API PEAR Library.