forked from FACT-Finder/FACT-Finder-PHP-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
43 lines (38 loc) · 1.64 KB
/
CHANGELOG.txt
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
Version 1.1.2
- Fixed uncatched json_decode exception by @thakilla
- Added possibilty to disable the custom classes by @thakilla
- Minor optimizations
Version 1.1.1
- Added several methods to the adapters through PR#33
- Performance improvements in most of the cases
- Fixed remaining "undefined index" problems
Version 1.1.0
- Added FF 6.10/6.11 support
- Added HTML flag handling for feedback texts
- Added suggest attributes handling
- Fixed parameter decoding from query string
- Fixed ISO/UTF-8 encoding issues
- Fixed several "undefined index" problems
- Changed custom class loading
Version 1.0.1
- Fix tracking response
- Fix the Util\Parameters cannot contain a value that is an array
- Fix undefined variable notices when resultsPerPageList in json data is empty
- Fix strict standard warnings for static methods
- Create composer.json file
- rename xxxProductIDs methods to xxxProductNumbers, because for campaigns FF needs numbers instead IDs
Version 1.0.0
- Upgraded Pimple to version 2.0.
- Checked that test suite works with PHPUnit 4.0.
- Renamed LIB_DIR constant in FF_LIB_DIR.
- Made Curl an optional constructor parameter to relevant request factories.
- Added a separate getter to Suggest adapter in order to retrieve the raw
data from the server.
- Fixed bread crumb trail creation.
- Fixed a (critical) typo.
- Allow empty page links.
- Added SearchParameters.
- ParametersConverter is no longer used anywhere outside of the library.
- Its usage has been fixed within the library.
Version 1.0.0-beta
- Initial release