Skip to content

Releases: findologic/libflexport

v1.1.1

30 Mar 14:52
Compare
Choose a tag to compare
  • Clarify in README.md that CSV support is experimental.
  • Remove unused dependencies (#47).
  • Ensure that usergroups cannot be set to an empty value (#48).
  • Update PHPUnit version (#49).
  • Ensure that salesfrequency is a non-negative integer (#50).

v1.1.0

29 Jan 11:23
6a4c5cc
Compare
Choose a tag to compare
  • Allow setting simple values more efficiently (#39, #40)
  • Add xml example file and update README (#38)
  • Add build matrix to check testsuite with newer phpunit version (#41)

v1.0.3

16 Jan 07:24
b2dabb2
Compare
Choose a tag to compare
  • Validate the format of exported prices (#31, #34).
  • Track code coverage (#36).
  • Improve how Composer is used (#35).

v1.0.2

13 Dec 16:28
Compare
Choose a tag to compare
  • Allow zero (0) as a value for those that cannot be empty, e.g. price (#28).

v1.0.1

11 Dec 15:25
Compare
Choose a tag to compare
  • Images supplied to an item are now included in the export instead of being ignored silently (#25).

v1.0.0 - Full XML export support

24 Nov 13:33
Compare
Choose a tag to compare

This version contains breaking changes compared to the last one:

  • #6: Prevent reserved property keys from being used.
    • Affects image\d+, thumbnail\d+ and ordernumber.
    • They are overridden at import time, so exporting them anyway would risk
      losing data.
  • #7: Require presence of a non-usergroup-specific image, in case usergroup
    images are provided.
  • #19: Set count attribute to the desired number of items, not the number is
    actually being exported.
  • #23: Disallow empty XML element values.

Other changes:

  • Codebase housekeeping.
  • Documentation updates.
  • Preparation for implemeting CSV export.
  • PHP 7.2 support.

Note that CSV export is not feature-complete yet, and will be available for use in a future version.

v0.0.4

25 Aug 09:44
Compare
Choose a tag to compare
  • Links to FINDOLOGIC documentation were updated, because it was moved to a new location.

v0.0.3

16 Jun 10:46
Compare
Choose a tag to compare

Fields that are not required by the XML schema no longer need to be set:

  • name
  • summary
  • description
  • url

v0.0.2

02 Jun 10:27
Compare
Choose a tag to compare
  • Fields that are not required by the XML schema no longer need to be set:
    • bonus
    • dateAdded
    • salesFrequency
    • sort