-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
186 lines (140 loc) · 6.04 KB
/
Changes
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
Revision history for Business-Fixflo
0.47 2022-01-10
- Add Brand to Business::Fixflo::Property
0.46 2021-10-05
- Add ExternalRef to Business::Fixflo::Issue
- Add warn_unknown_attributes to Business::Fixflo::Resource
0.45 2021-10-05
- Add InactiveJobs to Business::Fixflo::Issue
0.44 2021-07-23
- Add IsNotManaged to Business::Fixflo::Property
- Add QuoteNotes to Business::Fixflo::Issue
0.43 2021-07-01
- Fix out of date URLs to Fixflo API docs (GH #3)
0.42 2021-05-25
- Support proxy on UA in Business::Fixflo::Client (GH #2, thanks to voidhaze)
- Add Warrenties to Business::Fixflo::Property
0.41 2021-02-22
- Add AgencyId to Business::Fixflo::Issue
0.40 2021-02-11
- Add QuoteRequests to Business::Fixflo::Issue
0.39 2020-09-25
- Add InvoiceRecipient to Business::Fixflo::Issue
0.38 2020-07-06
- Add PropertyManager to Business::Fixflo::Property
- Add AssignedTeam to Business::Fixflo::Property
- Fix warning in _set_request_headers with empty user/passwd
0.37 2019-11-08
- Add Landlord to Business::Fixflo::Issue
- Add IsDeleted to Business::Fixflo::Property
0.36 2019-03-18
- Add IsCommunal to Business::Fixflo::Issue
0.35 2018-12-14
- Add CostCode to Business::Fixflo::Issue
0.34 2018-02-09
- Add AppointmentDate, AttendenceDate, CloseReason, Quotes,
QuoteEndTime to Business::Fixflo::Issue
- Add AssignedAgent to Business::Fixflo::Property
0.33 2017-12-14
- Add BlockName to Business::Fixflo::Issue
0.32 2017-12-07
- Add BlockName to Business::Fixflo::Property
0.31 2017-12-07
- Add BlockId to Business::Fixflo::Property
0.30 2017-07-04
- Add AssignedAgent to Business::Fixflo::Issue
- Add Block to Business::Fixflo::Issue
0.29 2017-06-08
- Fix move VERSION var into main module to avoid confusion
by cpan(m|ts) not knowing where it is
0.28 2016-10-19
- Fix passing through of params when calling pager methods
0.27 2016-10-17
- Add total_items and total_pages attributes to the
Business::Fixflo::Paginator object
- Change the ->next method to return an ARRAY ref to be
consistent with other methods
- Refactor some private methods in Business::Fixflo::Client
- Update fixflo_emulator.pl for recent changes in API
0.26 2016-09-29
- Fix setting attributes to be more defensive to catch new
attributes that are not defined on objects
- Add WorksAuthorisationLimit to Business::Fixflo::Issue
- Add Created to Business::Fixflo::Issue
- Add UpdateDate to Business::Fixflo::Issue
- Add UpdateDate to Business::Fixflo::Agency
- Add UpdateDate to Business::Fixflo::Landlord
- Add Created to Business::Fixflo::Propery
- Add UpdateDate to Business::Fixflo::Propery
0.25 2016-09-06
- Add FaultTree to Business::Fixflo::Issue
- Add SearchStatus to Business::Fixflo::Issue
- Add PropertyId to Business::Fixflo::Issue
- Add ExternalPropertyRef to Business::Fixflo::Issue
- Fix inconsistency between Firstname and FirstName on
Business::Fixflo::IssueDraft by adding around modifier
to set Firstname on B::F::IssueDraft
0.24 2016-07-04
- Add Job to Business::Fixflo::Issue
- Fix bug in setting Address data on IssueDraft
- Add third party details to end_to_end_emulated.sh
- Update end_to_end_emulated.sh to match live API
0.22 2016-05-12
- Transfer repo from G3S to Humanstate
0.21 2016-04-26
- Add to KeyReference Property object
0.20 2016-04-05
- Add request data to exception when parsing an envelope
that has Errors
0.19 2016-03-04
- Add request to Business::Fixflo::Exception
0.18 2016-03-03
- Add ContactNumberAlt, AdditionalDetails, and
ExternalRefTenancyAgreement to Issue object
0.17 2016-02-18
- Fix add missing files to MANIFEST
0.16 2016-02-17
- Fix paginator when items are objects rather than URLs
0.15 2016-02-17
- Fix Firstname to FirstName on Business::Fixflo::IssueDraft
- Fix calling of to_hash on Address object if not an object
- Add emulator for Fixflo and end_to_end_emulated.sh
0.14 2015-10-21
- Move github repo to Humanstate org
0.13 2015-09-24
- Add TermsAcceptanceUrl and TermsAcceptanceDate to Agency object
- Fix population of object attributes to not die if an unknown
attribute is encountered in the data returned from Fixflo
0.12 2015-09-16
- Add VulnerableOccupiers attribute to Issue object
- Add undelete method to Agency object
- Change delete method on Agency object to use POST
0.11 2015-08-07
- Add PropertyAddressId attribute to Issue object
0.10 2015-07-03
- Fix Property Issues and Addresses attributes to return objects,
since calls to this endpoint return a list of json objects and
not a list or url strings
0.09 2015-07-02
- Fix Authorization header when using api_key
0.08 2015-07-02
- Add create_url and search_url to Issue object
- Change cluck to carp
- Add perldoc for FIXFLO_DEBUG env variable
0.07 2015-07-01
- Add Property attribute to Issue object
- Add ApiKey and Password attributes to Agency object
- Support use of api_key to access API
0.06 2015-06-04
- Add Issues attribute to Property object
0.05 2015-06-04
- Add get method to QuickViewPanel to make it easy to get at
the QuickViewPanel's data
0.04 2015-05-27
- Clarify need to call ->get on Paginator objects in docs
0.03 2015-05-27
- Fix call to GET Property endpoint
0.02 2015-04-01
- Fixflo API updates added: Properties, PropertyAddresses, QVP
0.01 2014-12-16
- First release