Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 1.59 KB

Change Log for Fresh-Advance Sitemap module.

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.1 - 2024-05-14

Changed

  • Logo updated
  • OXID Universal workflow used for ci

v1.0.0 - 2024-03-17

Added

  • Module setting for configuring the sitemap directory
  • Module setting for additional urls list for easy configuring of urls like main page and possibly others not covered by current filters
  • Variants case checked, seems our Product filter covers variants correctly, so this part added to current features

Changed

  • Reworked the General filter to handle Additional urls from module setting. Renamed to AdditionalChangeFilter
  • One update step items limit increased from 100 to 1000, as it doesnt look too heavy for now.

Fixed

  • Do not apply timezone on saving the url information to database.

v0.2.0 - 2024-03-14

Added

  • Add outdated urls cleanup functionality
  • UpdateAll command which updates and cleanups all currently registered object types

Fixed

  • Use correct module id during module activation migrations
  • Fix fa_sitemap table object_id charset to fit other shop tables ids

v0.1.0 - 2024-02-10