forked from turtledesign/royalmail-php
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathVERSION
39 lines (38 loc) · 3.67 KB
/
VERSION
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
0.1.9.6 06/01/2016 Added (and removed) PHP 7 to Travis CI test - errors on Travis setup.
0.1.9.5 06/01/2016 Modified the error and warning test sample responses to account for RM apparently removing xmlns files. [1]
0.1.9.4 30/12/2015 Merged in changes from @minioak - fixed up tests. [1.5]
0.1.9.0 16/10/2015 Added request1DRanges action. [0.6]
0.1.8.0 16/10/2015 Added an exception catcher to provide debug info in the response object. [1.89]
0.1.7.0 16/10/2015 Added printDocument action. [0.2]
0.1.6.0 16/10/2015 Added createManifest action & re-organised response test YML files. [0.7]
0.1.5.0 16/10/2015 createShipment response map. [1]
0.1.4.0 14/10/2015 Couple of changes to get all the auth active and usable. [1.5]
0.1.3.0 12/10/2015 Linked up dev helper, added basic usage example. [0.6]
0.1.2.0 11/10/2015 Extracted test schema loading to the (new) Development helper [0.8]
0.1.1.0 11/10/2015 Added magic API request action methods. [0.5]
0.1.0.0 11/10/2015 First Alpha Release - Main entry dispatcher working end to end in development mode.
0.0.25.1 11/10/2015 Work on dispatcher/entry point - Helper and Connector loading working, inc. static version for dev integration. [3]
0.0.24.1 04/10/2015 Added printLabel request + testing and methods for binary files. [3]
0.0.23.1 02/10/2015 serviceEnhancements working with subkey nesting of values. [0.5]
0.0.22.1 02/10/2015 Items key on createShipment working, added Round filter and generation of county key for multi-properties [2.5]
0.0.21.1 30/09/2015 Added loading for the errors and warnings in the integrationFooter, tested with single error [2.5 (+1c)]
0.0.20.1 27/09/2015 Got the createManifest response parsing OK, including handling multiple/single shipment values [4]
0.0.19.1 26/09/2015 Response interpreter working (with filters+meta) and tested with the provided cancelShipment response [3.9]
0.0.18.1 23/09/2015 Factored out a load of the structure processing to implement it in Request and Response + dev on response interpreter. [1.8]
0.0.17.1 23/09/2015 Got the WS security SOAP header functioning [1.7]
0.0.16.1 21/09/2015 Added mock soap client and tests [6.8]
0.0.15.1 20/09/2015 Basic multiple element addition [1.8]
0.0.14.1 15/09/2015 Added Address block with filter and validator for UK postcodes [2.4]
0.0.13.1 13/09/2015 Added conditional require: ThisRequiredWhenThat [2.2]
0.0.12.1 13/09/2015 Start switch to Valitron validation, implemented + tested SkipThisIfThatEmpty filtering for conditional value inclusion. [3.5]
0.0.11.1 11/09/2015 Skip filtering added + couple more string filters. Added help to schema. createShipment passing tests up to recipientContact. [3.5]
0.0.10.1 11/09/2015 Added tests for the data files and cleaned the data a bit. [2]
0.0.10.0 07/09/2015 Added date & boolean valdation + filters. [3]
0.0.9.0 07/09/2015 Added value filtering and path creation. [3.5]
0.0.7.0 05/09/2015 Working to the point where it can validate and structure the integrationHeader. [2]
0.0.6.0 05/09/2015 Got basic validation functionality added via the Validator trait. [1.5]
0.0.5.0 04/09/2015 Ditched multi-class request in favour of a single request builder utility (using the schema). [1.5]
0.0.5.0 04/09/2015 Started on SOAP connector, but left till we get the auth details for testing. [1.9]
0.0.3.0 03/09/2015 More work on the structure, started on connectors + switched to atoum and got first test running. [4.0]
0.0.1.0 01/09/2015 Started stubbing out the basic structure. [1.1]
0.0.0.0 31/08/2015 Created initial module structure. [1.1]