Skip to content

Releases: devforth/adminforth-import-export

v1.2.0

26 Mar 11:56
bb9732c

Choose a tag to compare

1.2.0 (2025-03-26)

Bug Fixes

  • add validation for primary key column (71f6e98)

Features

  • add support for importing new records only and updating existing records in CSV import functionality (f867b36)
  • implement i18n support for import confirmation dialog and messages in CSV import functionality (241740e)

v1.1.0

18 Mar 14:03
34761ba

Choose a tag to compare

1.1.0 (2025-03-18)

Features

  • enhance CSV export functionality with proper escaping and improved error handling (1dad1ab)
  • integrate PapaParse for CSV parsing and enhance error handling (9af26fd)