История коммитов

.
Added theme selection in user settings
.
Fixed permissions when uploading files
.
Update NavChain.php
.
Adding a breadcrumb navigation in one method Example: $this->nav_chain->addList([ ['home', 'url'], ['category', 'url'], ['post', 'url'], ]);
.
Merge pull request #227 from galtsevt/patch-1 Adding a breadcrumb navigation in one method
.
#224 Added the ability to delete user
.
#223 Added the ability to upload an avatar when creating a user.
.
Added the InputFile field
.
Added "Optional" validator to skip empty values
.
Updated packages