bwein-net/contao-migrate-calendar-feature

This package is abandoned and no longer maintained. The author suggests using the contao/calendar-bundle package instead.

Migration of calendar_feature for Contao Open Source CMS

Fund package maintenance!
rabauss

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:contao-bundle

1.0.1 2022-01-04 10:05 UTC

This package is auto-updated.

Last update: 2022-01-04 10:52:45 UTC


README

Since Contao 4.10 the featured events have been part of the contao core, so you no longer need the extension calendar_feature. This Bundle provides a migration for the config of the event modules of the deprecated extension.

Installation

Install the bundle via Composer:

composer require bwein-net/contao-migrate-calendar-feature

Run the migration

After the installation you can run the migration via console contao:migrate or you open the contao install tool.

Uninstall extension

After running the migration you can savely and should uninstall both extensions:

composer remove bwein-net/contao-migrate-calendar-feature
composer remove erdmannfreunde/calendar_feature