Skip to content

Releases: VirtoCommerce/vc-module-sitemaps

3.811.0

19 Dec 19:12
Compare
Choose a tag to compare

🎯 Development

  • Added localization files (#78)

3.810.0

06 Nov 10:16
Compare
Choose a tag to compare

🎯 Development

  • This update introduces the ability to export sitemaps to store assets.

There are two supported options: manual export from the back office and automated export via a scheduled job.

  • Manual Export: Can be initiated from the back office.
  • Automated Export: This is configurable through a scheduled job. By default, the automated export is disabled. To enable it, you must first activate it globally and then at the store level. The job schedule can be configured using a cron expression, with the default setting being daily at 00:00.

Global Settings:

  1. Enable export sitemap files by job - this check indicates whether the export to assets store assets folder should be enabled. Save all sitemap artefacts to stores/{storeId}/sitemap asset folder. By default, false.
  2. Export to store assets cron expression - the cron expression for export sitemap files to store assets folder by schedule. By default, '0 0 * * *' daily at 00:00.

Store Settings:

  1. Enable export sitemap files by job - this option allows you to export sitemap files for a store. By default, it is false. Global Settings should be enabled.

Permissions:

  1. sitemaps:exportToStoreAssets - allows to control ability to run export to store assets for the a role.

Screenshots:

image

image

image

image

3.809.0

21 Oct 09:37
Compare
Choose a tag to compare

🎯 Development

  • Bump YamIDotNet to the latest 16.1.3

3.808.0

01 Oct 16:09
Compare
Choose a tag to compare

🎯 Development

  • Update dependencies

3.807.0

27 Jun 12:51
Compare
Choose a tag to compare

🐞 Bug fixes

  • (Resolves MySqlException: Unknown column s.SitemapMode in field list.)

3.806.0

16 May 11:08
Compare
Choose a tag to compare

Update platform

3.805.0

15 May 12:07
Compare
Choose a tag to compare

🐞 Bug fixes

  • (Resolved the issue causing the admin portal to hang when entering a long Sitemap location.)

3.804.0

15 May 07:27
Compare
Choose a tag to compare

🐞 Bug fixes

  • (Improved localization)

3.803.0

20 Mar 13:28
Compare
Choose a tag to compare
Merge branch 'release/3.803.0'

3.802.0

23 Feb 09:27
Compare
Choose a tag to compare

🐞 Bug fixes

  • (Some dictionary settings in sitemap was broken)