477 B
477 B
Added
- Plugin system:
config.blade.phpas default config file name. - Allow to enable a plugin by running
php artisan plugin:enable {name}. - Allow to disable a plugin by running
php artisan plugin:disable {name}.
Tweaked
- Tweaked policy of retrieve CA cert for GuzzleHttp.
- Refactor account system.
Fixed
- Some fields at administration panel shouldn't be sortable.
- Add missing l10n text.
- Fixed that model was reset after resetting skin previewing.