Skip to content

Commit ee56aed

Browse files
committed
Changelog
1 parent a0a1dc5 commit ee56aed

File tree

1 file changed

+303
-0
lines changed

1 file changed

+303
-0
lines changed

CHANGELOG.md

Lines changed: 303 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,303 @@
1+
# Change Log
2+
3+
## [Unreleased](https://github.com/picqer/exact-php-client/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v3.0.0...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Transaction lines [\#84](https://github.com/picqer/exact-php-client/issues/84)
10+
- Too many redirects [\#76](https://github.com/picqer/exact-php-client/issues/76)
11+
12+
## [v3.0.0](https://github.com/picqer/exact-php-client/tree/v3.0.0) (2016-10-24)
13+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.15.0...v3.0.0)
14+
15+
**Closed issues:**
16+
17+
- cURL error 56: SSL read: error:1408F119:SSL routines:SSL3\_GET\_RECORD:decryption failed or bad record mac, errno 0 [\#74](https://github.com/picqer/exact-php-client/issues/74)
18+
- Selfmade class returns old price [\#73](https://github.com/picqer/exact-php-client/issues/73)
19+
- Creating a new class [\#72](https://github.com/picqer/exact-php-client/issues/72)
20+
- Guzzle Object could not be converted to string [\#70](https://github.com/picqer/exact-php-client/issues/70)
21+
- OrderBy [\#69](https://github.com/picqer/exact-php-client/issues/69)
22+
23+
**Merged pull requests:**
24+
25+
- Extract Division from request @ financialtransaction/Transactions [\#83](https://github.com/picqer/exact-php-client/pull/83) ([WietseWind](https://github.com/WietseWind))
26+
- Webhook authentication [\#81](https://github.com/picqer/exact-php-client/pull/81) ([tomcoonen](https://github.com/tomcoonen))
27+
- Lazyload [\#80](https://github.com/picqer/exact-php-client/pull/80) ([kvij](https://github.com/kvij))
28+
- Refresh callback [\#79](https://github.com/picqer/exact-php-client/pull/79) ([kvij](https://github.com/kvij))
29+
- Type, Primary key and inconsistency fixes [\#77](https://github.com/picqer/exact-php-client/pull/77) ([kvij](https://github.com/kvij))
30+
- Implemented the SubscriptionLines and the SubscriptionTypes. [\#75](https://github.com/picqer/exact-php-client/pull/75) ([SanderVerkuil](https://github.com/SanderVerkuil))
31+
- Moved findId\(\) method from class Model to trait Findable [\#71](https://github.com/picqer/exact-php-client/pull/71) ([yohancreemers](https://github.com/yohancreemers))
32+
33+
## [v2.15.0](https://github.com/picqer/exact-php-client/tree/v2.15.0) (2016-07-25)
34+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.14.0...v2.15.0)
35+
36+
**Merged pull requests:**
37+
38+
- Added method Model::userHasRights, added Address entity, expanded Contact entity [\#66](https://github.com/picqer/exact-php-client/pull/66) ([yohancreemers](https://github.com/yohancreemers))
39+
40+
## [v2.14.0](https://github.com/picqer/exact-php-client/tree/v2.14.0) (2016-07-20)
41+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.13.0...v2.14.0)
42+
43+
**Closed issues:**
44+
45+
- SalesOrder / SalesOrderLine API [\#64](https://github.com/picqer/exact-php-client/issues/64)
46+
- Connection not working [\#63](https://github.com/picqer/exact-php-client/issues/63)
47+
- Error 400, Creating new class [\#62](https://github.com/picqer/exact-php-client/issues/62)
48+
- SalesEntryLine missing AmountFC [\#58](https://github.com/picqer/exact-php-client/issues/58)
49+
50+
**Merged pull requests:**
51+
52+
- Added Costcenter and Costunit entities [\#65](https://github.com/picqer/exact-php-client/pull/65) ([yohancreemers](https://github.com/yohancreemers))
53+
54+
## [v2.13.0](https://github.com/picqer/exact-php-client/tree/v2.13.0) (2016-06-07)
55+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.12.1...v2.13.0)
56+
57+
**Merged pull requests:**
58+
59+
- Added GeneralJournalEntry and GeneralJournalEntryLine models [\#61](https://github.com/picqer/exact-php-client/pull/61) ([remkobrenters](https://github.com/remkobrenters))
60+
- Added missing fields for DocummentAttachment and SalesEntry [\#60](https://github.com/picqer/exact-php-client/pull/60) ([arendvw](https://github.com/arendvw))
61+
- Feature cash entry [\#59](https://github.com/picqer/exact-php-client/pull/59) ([arendvw](https://github.com/arendvw))
62+
63+
## [v2.12.1](https://github.com/picqer/exact-php-client/tree/v2.12.1) (2016-05-23)
64+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.12.0...v2.12.1)
65+
66+
**Merged pull requests:**
67+
68+
- Hotfix/2.12.1 - Add Stock to Item entity and fix StockPosition endpoint [\#57](https://github.com/picqer/exact-php-client/pull/57) ([johmanx10](https://github.com/johmanx10))
69+
70+
## [v2.12.0](https://github.com/picqer/exact-php-client/tree/v2.12.0) (2016-05-11)
71+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.11.0...v2.12.0)
72+
73+
**Closed issues:**
74+
75+
- Cant connect to Exact [\#54](https://github.com/picqer/exact-php-client/issues/54)
76+
- Does this library also work for Exact Globe? [\#53](https://github.com/picqer/exact-php-client/issues/53)
77+
- Getting contact by account [\#52](https://github.com/picqer/exact-php-client/issues/52)
78+
79+
**Merged pull requests:**
80+
81+
- Added StockPosition entity [\#55](https://github.com/picqer/exact-php-client/pull/55) ([johmanx10](https://github.com/johmanx10))
82+
83+
## [v2.11.0](https://github.com/picqer/exact-php-client/tree/v2.11.0) (2016-03-14)
84+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.10.0...v2.11.0)
85+
86+
**Closed issues:**
87+
88+
- How to fetch SalesInvoiceLines from SalesInvoice where there is a '\_\_deferred' array item? [\#48](https://github.com/picqer/exact-php-client/issues/48)
89+
90+
**Merged pull requests:**
91+
92+
- Add ID as a fillable field to WebhookSubscription [\#51](https://github.com/picqer/exact-php-client/pull/51) ([blyleven](https://github.com/blyleven))
93+
- Add three fields to fillables for Contact [\#50](https://github.com/picqer/exact-php-client/pull/50) ([koenvu](https://github.com/koenvu))
94+
95+
## [v2.10.0](https://github.com/picqer/exact-php-client/tree/v2.10.0) (2016-03-04)
96+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.9.1...v2.10.0)
97+
98+
**Merged pull requests:**
99+
100+
- A little gift from Samson-IT [\#49](https://github.com/picqer/exact-php-client/pull/49) ([SchizoDuckie](https://github.com/SchizoDuckie))
101+
- Add ReceivableList entity. [\#47](https://github.com/picqer/exact-php-client/pull/47) ([feyobekius](https://github.com/feyobekius))
102+
103+
## [v2.9.1](https://github.com/picqer/exact-php-client/tree/v2.9.1) (2016-02-15)
104+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.9.0...v2.9.1)
105+
106+
**Closed issues:**
107+
108+
- Login page [\#45](https://github.com/picqer/exact-php-client/issues/45)
109+
110+
**Merged pull requests:**
111+
112+
- Adds gender and title information to Contact entity. [\#46](https://github.com/picqer/exact-php-client/pull/46) ([marcelfw](https://github.com/marcelfw))
113+
114+
## [v2.9.0](https://github.com/picqer/exact-php-client/tree/v2.9.0) (2016-02-08)
115+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.8.0...v2.9.0)
116+
117+
**Merged pull requests:**
118+
119+
- Adds AccountClassification [\#44](https://github.com/picqer/exact-php-client/pull/44) ([remkobrenters](https://github.com/remkobrenters))
120+
121+
## [v2.8.0](https://github.com/picqer/exact-php-client/tree/v2.8.0) (2016-02-04)
122+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.7.0...v2.8.0)
123+
124+
**Merged pull requests:**
125+
126+
- Add WebhookSubscription entity [\#43](https://github.com/picqer/exact-php-client/pull/43) ([blyleven](https://github.com/blyleven))
127+
128+
## [v2.7.0](https://github.com/picqer/exact-php-client/tree/v2.7.0) (2016-02-02)
129+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.6.1...v2.7.0)
130+
131+
**Closed issues:**
132+
133+
- Fetch more than 60 results [\#35](https://github.com/picqer/exact-php-client/issues/35)
134+
135+
**Merged pull requests:**
136+
137+
- add possibility to fetch more than 60 results. [\#42](https://github.com/picqer/exact-php-client/pull/42) ([feyobekius](https://github.com/feyobekius))
138+
- Allows more system filter options [\#41](https://github.com/picqer/exact-php-client/pull/41) ([marcelfw](https://github.com/marcelfw))
139+
140+
## [v2.6.1](https://github.com/picqer/exact-php-client/tree/v2.6.1) (2016-01-25)
141+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.6.0...v2.6.1)
142+
143+
**Closed issues:**
144+
145+
- Getting all or searching for clients [\#39](https://github.com/picqer/exact-php-client/issues/39)
146+
147+
**Merged pull requests:**
148+
149+
- Update MailMessageAttachment.php [\#40](https://github.com/picqer/exact-php-client/pull/40) ([feyobekius](https://github.com/feyobekius))
150+
151+
## [v2.6.0](https://github.com/picqer/exact-php-client/tree/v2.6.0) (2016-01-19)
152+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.5.0...v2.6.0)
153+
154+
**Merged pull requests:**
155+
156+
- Add MailMessage and MailMessageAttachment entities [\#38](https://github.com/picqer/exact-php-client/pull/38) ([feyobekius](https://github.com/feyobekius))
157+
158+
## [v2.5.0](https://github.com/picqer/exact-php-client/tree/v2.5.0) (2016-01-18)
159+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.4.0...v2.5.0)
160+
161+
**Closed issues:**
162+
163+
- find\(\) needs a select variable? [\#34](https://github.com/picqer/exact-php-client/issues/34)
164+
165+
**Merged pull requests:**
166+
167+
- Adds Symfony/Silex support and add Subscriptions [\#37](https://github.com/picqer/exact-php-client/pull/37) ([marcelfw](https://github.com/marcelfw))
168+
169+
## [v2.4.0](https://github.com/picqer/exact-php-client/tree/v2.4.0) (2015-12-31)
170+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.3.0...v2.4.0)
171+
172+
**Closed issues:**
173+
174+
- Docblock hints for variables [\#23](https://github.com/picqer/exact-php-client/issues/23)
175+
176+
**Merged pull requests:**
177+
178+
- Add findWithSelect function [\#36](https://github.com/picqer/exact-php-client/pull/36) ([blyleven](https://github.com/blyleven))
179+
- Add Document and DocumentAttachment entities [\#33](https://github.com/picqer/exact-php-client/pull/33) ([blyleven](https://github.com/blyleven))
180+
181+
## [v2.3.0](https://github.com/picqer/exact-php-client/tree/v2.3.0) (2015-12-25)
182+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.2.0...v2.3.0)
183+
184+
**Closed issues:**
185+
186+
- How to add a "Boeking | Verkoopboek" [\#31](https://github.com/picqer/exact-php-client/issues/31)
187+
- Dubbele entry [\#30](https://github.com/picqer/exact-php-client/issues/30)
188+
- Retrieving result of save action [\#29](https://github.com/picqer/exact-php-client/issues/29)
189+
- Connection - apiURL, authUrl, tokenUrl are fixed to .nl Endpoints. [\#25](https://github.com/picqer/exact-php-client/issues/25)
190+
191+
**Merged pull requests:**
192+
193+
- Added support for PrintedSalesInvoice [\#32](https://github.com/picqer/exact-php-client/pull/32) ([robinvalk](https://github.com/robinvalk))
194+
- type-o [\#28](https://github.com/picqer/exact-php-client/pull/28) ([xewl](https://github.com/xewl))
195+
- type-o [\#27](https://github.com/picqer/exact-php-client/pull/27) ([xewl](https://github.com/xewl))
196+
197+
## [v2.2.0](https://github.com/picqer/exact-php-client/tree/v2.2.0) (2015-12-14)
198+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.1.3...v2.2.0)
199+
200+
**Closed issues:**
201+
202+
- Json output [\#22](https://github.com/picqer/exact-php-client/issues/22)
203+
- Exception after updating account [\#21](https://github.com/picqer/exact-php-client/issues/21)
204+
205+
**Merged pull requests:**
206+
207+
- Make url's settable \#25 [\#26](https://github.com/picqer/exact-php-client/pull/26) ([casperbakker](https://github.com/casperbakker))
208+
- Update VatCode.php [\#24](https://github.com/picqer/exact-php-client/pull/24) ([eMaurits](https://github.com/eMaurits))
209+
210+
## [v2.1.3](https://github.com/picqer/exact-php-client/tree/v2.1.3) (2015-11-09)
211+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v1.0.9...v2.1.3)
212+
213+
## [v1.0.9](https://github.com/picqer/exact-php-client/tree/v1.0.9) (2015-11-09)
214+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.1.2...v1.0.9)
215+
216+
## [v2.1.2](https://github.com/picqer/exact-php-client/tree/v2.1.2) (2015-11-09)
217+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.1.1...v2.1.2)
218+
219+
**Closed issues:**
220+
221+
- SalesEntryLines end point pointing to Invoices [\#20](https://github.com/picqer/exact-php-client/issues/20)
222+
223+
## [v2.1.1](https://github.com/picqer/exact-php-client/tree/v2.1.1) (2015-11-03)
224+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.1.0...v2.1.1)
225+
226+
## [v2.1.0](https://github.com/picqer/exact-php-client/tree/v2.1.0) (2015-11-02)
227+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v2.0.0...v2.1.0)
228+
229+
**Merged pull requests:**
230+
231+
- Middleware insertion [\#19](https://github.com/picqer/exact-php-client/pull/19) ([stephangroen](https://github.com/stephangroen))
232+
- Better exception handling [\#18](https://github.com/picqer/exact-php-client/pull/18) ([stephangroen](https://github.com/stephangroen))
233+
234+
## [v2.0.0](https://github.com/picqer/exact-php-client/tree/v2.0.0) (2015-10-27)
235+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v1.0.8...v2.0.0)
236+
237+
**Merged pull requests:**
238+
239+
- Update to Guzzle 6 [\#3](https://github.com/picqer/exact-php-client/pull/3) ([stephangroen](https://github.com/stephangroen))
240+
241+
## [v1.0.8](https://github.com/picqer/exact-php-client/tree/v1.0.8) (2015-10-27)
242+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v1.0.7...v1.0.8)
243+
244+
**Merged pull requests:**
245+
246+
- Added BankAccount endpoint & updated readme versioning example. [\#17](https://github.com/picqer/exact-php-client/pull/17) ([tomcoonen](https://github.com/tomcoonen))
247+
248+
## [v1.0.7](https://github.com/picqer/exact-php-client/tree/v1.0.7) (2015-10-03)
249+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v1.0.6...v1.0.7)
250+
251+
**Closed issues:**
252+
253+
- Issue [\#14](https://github.com/picqer/exact-php-client/issues/14)
254+
255+
**Merged pull requests:**
256+
257+
- Added PurchaseEntry + some other changes [\#15](https://github.com/picqer/exact-php-client/pull/15) ([it-can](https://github.com/it-can))
258+
259+
## [v1.0.6](https://github.com/picqer/exact-php-client/tree/v1.0.6) (2015-08-12)
260+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v1.0.5...v1.0.6)
261+
262+
**Closed issues:**
263+
264+
- adding salesinvoice [\#10](https://github.com/picqer/exact-php-client/issues/10)
265+
- The UPDATE / DELETE function seems to be a bit strange [\#2](https://github.com/picqer/exact-php-client/issues/2)
266+
267+
**Merged pull requests:**
268+
269+
- Update PaymentCondition.php [\#13](https://github.com/picqer/exact-php-client/pull/13) ([eMaurits](https://github.com/eMaurits))
270+
- Update Account.php [\#12](https://github.com/picqer/exact-php-client/pull/12) ([eMaurits](https://github.com/eMaurits))
271+
- Added ItemGroup [\#11](https://github.com/picqer/exact-php-client/pull/11) ([sebastianberm](https://github.com/sebastianberm))
272+
- Update Item.php [\#9](https://github.com/picqer/exact-php-client/pull/9) ([eMaurits](https://github.com/eMaurits))
273+
- Update SalesInvoiceLine.php [\#8](https://github.com/picqer/exact-php-client/pull/8) ([eMaurits](https://github.com/eMaurits))
274+
- Update SalesInvoice.php [\#7](https://github.com/picqer/exact-php-client/pull/7) ([eMaurits](https://github.com/eMaurits))
275+
- Create Transactions.php [\#6](https://github.com/picqer/exact-php-client/pull/6) ([eMaurits](https://github.com/eMaurits))
276+
277+
## [v1.0.5](https://github.com/picqer/exact-php-client/tree/v1.0.5) (2015-07-22)
278+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v1.0.4...v1.0.5)
279+
280+
**Merged pull requests:**
281+
282+
- Added support for more stuff [\#4](https://github.com/picqer/exact-php-client/pull/4) ([sebastianberm](https://github.com/sebastianberm))
283+
284+
## [v1.0.4](https://github.com/picqer/exact-php-client/tree/v1.0.4) (2015-06-16)
285+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v1.0.3...v1.0.4)
286+
287+
## [v1.0.3](https://github.com/picqer/exact-php-client/tree/v1.0.3) (2015-04-24)
288+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v1.0.2...v1.0.3)
289+
290+
**Merged pull requests:**
291+
292+
- Update for PSR-4 [\#1](https://github.com/picqer/exact-php-client/pull/1) ([casperbakker](https://github.com/casperbakker))
293+
294+
## [v1.0.2](https://github.com/picqer/exact-php-client/tree/v1.0.2) (2015-04-24)
295+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v1.0.1...v1.0.2)
296+
297+
## [v1.0.1](https://github.com/picqer/exact-php-client/tree/v1.0.1) (2015-03-04)
298+
[Full Changelog](https://github.com/picqer/exact-php-client/compare/v1.0.0...v1.0.1)
299+
300+
## [v1.0.0](https://github.com/picqer/exact-php-client/tree/v1.0.0) (2014-11-04)
301+
302+
303+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)