- Site admin / Homepage taxonomy: drag-and-drop reordering for homepage section rows (grip handle); a clear insertion line shows whether the row will land above or below the target; order is persisted when you save and is reflected in GET /api/sites/:slug/home-taxonomy-rows
Changelog
Sorted by publish time (newest first). Filter by product on the right.
83 entries total · page 4 of 9
- Site delete: fixed orphan data left behind when deleting a site — now properly removes SEO configs, SEO translations, taxonomy translations, menus, menu items, menu translations, and all AI job/task queues (SEO, taxonomy, menu)
- Site duplication: fixed Error 1062 (duplicate key) on site_videos during clone — orphan rows from a previously failed clone with a recycled site ID are now cleared before batch insert; batch inserts use INSERT IGNORE as a second safety layer
- Site duplication / creation: slug conflict now returns HTTP 409 Conflict instead of 500 Internal Server Error when two concurrent requests race for the same slug
- Themes: optimized and improved theme installation and update flows in the admin UI
Fix sitemap
- Fix sitemap
- Fix sitemap
- Fix sitemap
- Fix sitemap
- Admin: duplicate an existing site from the sites list with a new API slug; copies videos, menus, SEO, ads, filters, and related settings
- Duplicate skips theme install/deploy fields and AI or translation job queues; configure theme separately on the new site
- Same license rules as creating a site (e.g. Free tier still one site total)
- First version