Releases: findologic/libflexport
Releases · findologic/libflexport
v3.1.1
v3.1.0
Enhancements:
- Add support for Images and URLs within variants
v3.0.0
Enhancements:
- Add support for XML and CSV variants
- Add support for visibility tag
Internal changes:
- Use PSR-4 for autoloading
- Add tests for examples
- Bump PHP requirement to PHP 8.1
v2.9.1
Bug fixes:
- Allow properties containing reserved property names as substring (#135)
- An exception was caused when trying to use something like
main_ordernumber
, although that's not a reserved property key -ordernumber
is. - The fix applies to all reserved property keys.
- An exception was caused when trying to use something like
Internal changes:
- Make sure that tests work with PHP 8.1
v2.9.0
Enhancements:
- Introduce the possibility to override the prefix of export files (#131)
- This is
findologic
for CSV- and XML export alike. - Example: Set the prefix to
foobar
to getfoobar.csv
orfoobar_0_20.xml
when writing an export to CSV- or XML file, respectively. - Call
Exporter::setFileNamePrefix
with the desired prefix to achieve this.
- This is
v2.8.0
Enhancements:
- Add support for PHP 8 (#128)
- Expose constants for certain fields' character limits for use by libflexport consumers (#130)
Bug fixes:
- Consider carriage return characters (
\r
) as regular spaces when generating CSV export (#126)
Internal changes:
- Rename stable main branch from
master
tomain
v2.7.0
v2.6.0
v2.5.1
- OXID-59: Extend the XmlExample of libflexport