Skip to content

Releases: yawik/SimpleImport

0.12.1

10 Mar 18:01
0.12.1
4abadfb
Compare
Choose a tag to compare

Fixes

  • Exception was thrown in the Listener for the purge command, if a crawler entity could not be found. (#65, #66)

Changeset: v0.12.0...0.12.1

v0.12.0

15 Dec 08:28
Compare
Choose a tag to compare
chore: release 0.12.0

0.11.3

07 Dec 15:05
0.11.3
96f4cea
Compare
Choose a tag to compare

Fixes

  • Location can not be removed (#63)

Changeset: 0.11.2...0.11.3

0.11.2

25 Nov 16:12
0.11.2
72f35b6
Compare
Choose a tag to compare

Features

  • allows null value as location (#62)
  • raise minimum PHP version to 7.3

Changeset: 0.11.1...0.11.2

0.11.1

23 Oct 14:55
0.11.1
536d6c5
Compare
Choose a tag to compare

Fixes

  • Empty array passes location validation (#61)

Changeset: 0.11.0...0.11.1

0.11.0

06 Aug 14:35
0.11.0
8018cc7
Compare
Choose a tag to compare

Features

  • Crawler are now locked while still running to prevent launching the same crawler twice
    [ #19, #57 ]

Fixes

  • Crawler can be added twice
    [ #15, #11. #56 ]

  • Import crashes if location data is invalid
    [ #59 ]

Maintenance

  • Updated dependencies

Changeset: 0.10.0...0.11.0

0.10.0

01 Jul 16:07
0.10.0
94e29a5
Compare
Choose a tag to compare

Features

  • It is possible to replace or delete classifications via the check-classifications console command
    [ #52, #54 ]

Fixes

  • Classification map does not map values with trailing spaces
    [ #55 ]
  • Unit tests
    [ #49, #53 ]

0.8.0

18 Feb 13:53
Compare
Choose a tag to compare

migrates to laminas

0.7.1

18 Feb 13:23
Compare
Choose a tag to compare

requires yawik 0.34

0.4.0

19 Sep 14:23
0.4.0
d3cbd95
Compare
Choose a tag to compare

Enhancements

  • Mapping job classifications #45, #46
  • Add template value fields 'introduction' and 'boilerplate'
  • The module is now a VersionProvider for the yawik/core 0.33.18 admin dashboard widget.

Changeset: v0.3.2...0.4.0