Releases: sdebacker/TypiCMS
Releases · sdebacker/TypiCMS
Display of icons in menu + bug fixes
v1.4.1 bugs fixed
Sidebar for modules in admin
Update info:
- You should migrate your database to add preferences field to users table
php artisan migrate
- Manually add icon_field (varchar nullable) to menulinks table.
Changelog:
- Admin sidebar
- Admin menus managed by Menus module
- New facade for Pages module
- Added icon_class field to menulinks table
- Added preferences field in user table
- Added method to get and set current user preferences
- Menu facade is now plural (Menus)
- Bugs
Less queries to load menus + cleaner cache code
v1.3.12 menu + cache
Rollbar preconfigured
Changelog:
- Added rollbar package in composer.json
- Added pickadate.js in required bower packages
- Bugs fixed
TypiCMS is now on Packagist
You can now install TypiCMS with composer:
composer create-project sdebacker/TypiCMS mywebsite
Artisan install command
A bug in artisan install command is gone.
Artisan commands
Changelog :
- php artisan typicms:install
- php artisan typicms:database dbName
- php artisan cache:prefix yourCachePrefix
- Readme updated
- Bugs fixed
Some bugs fixed
Changelog:
- Only one field for Google analytics code in admin
- Use of gulp-bower-files for admin assets
- Some bugs fixed
Whole site in a specific language can now be set offline
Changelog
- whole site in a specific language can now be set offline;
- generic img-not-found.png when a attachement image is not found;
- bug fixes and improvements.
Thanks to @elvendor for his work on TypiCMS.
Blocks module
You can now create custom content blocks.
Call them in your blade template with {{ Blocks::build('blockname') }}
Don't forget to php artisan:migrate