Page module
No breaking changes.
New Page configuration
A new configuration file has been added for the page module. You can publish it by running the following commnand:
php artisan vendor:publish --provider="Modules\Page\Providers\PageServiceProvider" --force --tag="config"
Translations have been removed
All translations files were removed from the individual modules and moved to the Translation module. Therefore you will need to require the Translation module in your project. This can be done by running the following command in your project:
composer require asgardcms/translation-module