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

Releases: MrJuliuss/syntara

1.1.7

15 Oct 10:40
Compare
Choose a tag to compare

Changelog :

  • activate user on users list
  • change validators rules for last_name/first_name
  • fix errors on create/update permissions

How to update :

composer update
composer dump-autoload
php artisan config:publish mrjuliuss/syntara
php artisan asset:publish mrjuliuss/syntara

1.1.6

09 Oct 10:05
Compare
Choose a tag to compare

Changelog :

  • fixing errors (appeared with Syntara 1.1.5) on install

Howtoupdate :

composer update
composer dump-autoload

1.1.5

07 Oct 20:48
Compare
Choose a tag to compare

Changelog :

  • Refactoring config files
  • Fix search user by user ID
  • Possibility to override views

How to update :

composer update
composer dump-autoload
php artisan config:publish mrjuliuss/syntara

1.1.4

27 Sep 11:00
Compare
Choose a tag to compare

Changelog :

  • ban/unban user from the user profile
  • search banned user in users list

How to update :

composer update
composer dump-autoload
php artisan asset:publish mrjuliuss/syntara

1.1.3

24 Sep 10:52
Compare
Choose a tag to compare

Syntara 1.1.3 released :

Changelog :

  • Can add new permission to custom routes
  • refresh user informations in ajax on user update
  • pushState support for ajax redirects (Thanks to Kofel)

How to update :

composer update
composer dump-autoload
php artisan asset:publish mrjuliuss/syntara

1.1.2

10 Sep 17:23
Compare
Choose a tag to compare

Changelog :

  • Update "Custom development" doc
  • Redirect attempted url after login
  • create an empty Permission model from Permission provider : PermissionProvider::createModel()

How to update :

sudo composer update

1.1.1

08 Sep 19:30
Compare
Choose a tag to compare

Changelog :

  • Add superuser permission to "Admin" group on install.
  • New migration : update "Admin" group with superuser permission

If Syntara is already installed :

composer update
composer dump-autoload
php artisan migrate --package=mrjuliuss/syntara

1.1.0

06 Sep 19:00
Compare
Choose a tag to compare

Changelog :

  • Permissions stored in a specific table
  • User may have permissions

How to update :

composer dump-autoload
php artisan config:publish mrjuliuss/syntara
php artisan asset:publish mrjuliuss/syntara
php artisan migrate --package=mrjuliuss/syntara

if you're not superuser, add "permissions-management": 1 in your user/group permissions manualy in database

1.0.4

01 Sep 17:29
Compare
Choose a tag to compare

Changelog :

  • correction lien delete item
  • add confirm modal on deleting item
  • fix font-weight

Update :

sudo composer update
php artisan asset:publish mrjuliuss/syntara

1.0.3

29 Aug 17:48
Compare
Choose a tag to compare

Changelog :

New features
  • changes site name
  • add custom navigation
Fixes
  • breadcrumbs on error page
  • css
  • minor text fixes