This repository has been archived by the owner on Feb 19, 2025. It is now read-only.
1.4.7
This release fixes an edge-case where collection item dates where not correctly converted to Date objects and kept as String when passed to the plugin. The inside conversion to timestamp would fail and break the indexing. This release now checks if dates are actually string, and try to gracefully convert them to date object before converting, if such a conversion is possible.