Version 1.0.8

April 29, 2026

Added

  • "View Log" entry in the Action dropdown on the Sources index table (previously only on source edit pages).
  • Per-product sync logging in akeneo.log showing SKU - Title - Success or SKU - Title - Fail: <reason> for each imported product.
  • Log tab on each source showing per-product success/warning/fail records with status filters and a clear-log action.
  • "View Log" option in the source Action dropdown to jump straight to the Log tab.

Changed

  • Refactored the Action dropdown into a shared _sync-menu.twig partial reused by the index table and source edit pages.
  • Added icons to the Sync Data and Sync Images menu items, and to the Sync widget buttons.

Version 1.0.7

April 29, 2026

Added

  • Minor update

Version 1.0.6

April 29, 2026

Added

  • akeneo/sync/test console command with optional --limit flag for triggering a Test Sync from the terminal.
  • testSyncLimit setting to configure the default Test Sync batch size (defaults to 10).

Version 1.0.5

April 29, 2026

Added

  • "Test Sync" option that runs a quick sync without touching existing entries via the Orphaned Entry Action.
  • Estimated product count column on the Sources index, cached per source and refreshed when the source is saved.
  • Friendly "Add your API settings" prompt on the source edit page when API credentials are missing.
  • Friendly "Add your API settings" prompt on the dashboard SyncWidget when API credentials are missing.

Changed

  • Existing-asset lookup now searches all subfolders of the Asset Folder, so re-syncs reuse previously imported assets.

Fixed

  • Asset save failures now check the volume for a matching file and reuse the existing Asset record where possible.
  • Field resolution respects Craft 5 layout-level handle overrides, fixing spurious "No volume provided" errors after Craft 4 upgrades.
  • Dashboard SyncWidget template no longer throws a Twig error when rendered without its expected variables.

Version 1.0.4

February 18, 2026

Changed

  • Settings tabs to use Craft's own tab system

Version 1.0.3

February 18, 2026

Added

  • Custom queue support to run sync jobs on a dedicated queue
  • Job Priority and Job TTR (Time To Reserve) settings
  • Source ID column to the sources index table

Version 1.0.2

February 16, 2026

Changed

  • Simplified the attribute resolution logic to use the resolveData method for all attribute types

Version 1.0.1

February 16, 2026

Changed

  • Updated the plugin icon on widgets