Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Releases: MrJuliuss/syntara

Syntara 1.2 : Laravel 4.1 support

15 Dec 20:58
Compare
Choose a tag to compare

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

08 Dec 20:56
Compare
Choose a tag to compare

Changelog :

  • Add spanish support
  • Fix typos

How to update :

sudo composer update
sudo php artisan syntara:update

1.1.15

29 Nov 20:15
Compare
Choose a tag to compare

Changelog :

  • Add vietnamese
  • Possibility to add favicon
  • Upgrade to Bootstrap 3.0.2
  • Syntara Update command
  • Possibility to change master layout
  • Possibility to change dashboard uri

How to update :

sudo composer update
sudo php artisan syntara:update

1.1.14

18 Nov 20:45
Compare
Choose a tag to compare

Changelog :

  • fix Php 5.3 compatibility

How to update :

composer update

1.1.13

16 Nov 11:57
Compare
Choose a tag to compare

Changelog :

  • fix error on create user command

How to update :

composer update

1.1.12

16 Nov 09:39
Compare
Choose a tag to compare

Changelog :

  • fix error on create permission

How to update :

composer update

1.1.11

15 Nov 21:23
Compare
Choose a tag to compare

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

12 Nov 20:23
Compare
Choose a tag to compare

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

03 Nov 21:19
Compare
Choose a tag to compare

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

21 Oct 10:33
Compare
Choose a tag to compare

Changelog :

How to update :

composer update
php artisan asset:publish mrjuliuss/syntara

Do not forget to publish assets, or pagination no longer works !