Releases: MrJuliuss/syntara
Syntara 1.2 : Laravel 4.1 support
Changelog :
- Laravel 4.1 support
- Fix permissions unit tests
- Fix "create" user button
How to update :
If your app uses laravel 4.0, please see the upgrade guide to upgrade to laravel 4.1 : http://laravel.com/docs/upgrade
If your app uses laravel 4.1, change your composer.json with : "mrjuliuss/syntara": "1.2.*"
Then :
sudo composer update
sudo php artisan syntara:update
1.1.16
1.1.15
1.1.14
1.1.13
1.1.12
1.1.11
Changelog :
- i18n support : Slovenian
How to update :
composer update
php artisan asset:publish mrjuliuss/syntara
php artisan config:publish mrjuliuss/syntara
There may be problems with the views cache (no full text translated)
Issue :
rm -rf app/storage/views/*
chmod -R 777 app/storage/views/
1.1.10
Changelog :
- i18n support : Russian
How to update :
composer update
php artisan asset:publish mrjuliuss/syntara
php artisan config:publish mrjuliuss/syntara
There may be problems with the views cache (no full text translated)
Issue :
rm -rf app/storage/views/*
chmod -R 777 app/storage/views/
1.1.9 - i18n Support
Changelog :
- i18n support : EN/FR/IT/RO
How to update :
composer update
php artisan asset:publish mrjuliuss/syntara
php artisan config:publish mrjuliuss/syntara
There may be problems with the views cache (no full text translated)
Issue :
rm -rf app/storage/views/*
chmod -R 777 app/storage/views/
1.1.8
Changelog :
- prepare Syntara for Syntara Logviewer (https://github.com/MrJuliuss/syntara-logviewer)
How to update :
composer update
php artisan asset:publish mrjuliuss/syntara
Do not forget to publish assets, or pagination no longer works !