🔖 1.2.41

This commit is contained in:
MarceauKa 2020-04-09 19:44:16 +02:00
parent ddfa5559d6
commit ff0db5296d
4 changed files with 278 additions and 257 deletions

View File

@ -19,7 +19,7 @@ class Shaark
HandleCustomSettings;
/** @var string VERSION */
public const VERSION = '1.2.40';
public const VERSION = '1.2.41';
/** @var Application $app */
protected $app;

View File

@ -1,3 +1,14 @@
# 1.2.41
## Added
- Added dutch translation (thanks to [dododedodonl](https://github.com/dododedodonl), [#72](https://github.com/MarceauKa/shaark/pull/72))
- Ability to configure PDF size (thanks to [dododedodonl](https://github.com/dododedodonl), [#71](https://github.com/MarceauKa/shaark/pull/71))
## Changed
- Laravel 6.18
# 1.2.40
## Added

518
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ All of your data can be **private, public or both** and can be browsed by **tags
- [x] Tagging system, walls, search and RSS feeds
- [x] Private content or entirely private (with temp sharing)
- [x] Theming (dark mode, background)
- [x] i18n (🇬🇧, 🇫🇷, 🇩🇪, 🇯🇵)
- [x] i18n (🇬🇧, 🇫🇷, 🇩🇪, 🇯🇵 and 🇳🇱)
- [x] [Archiving](https://github.com/MarceauKa/shaark/blob/dev/documentation/archiving.md) (as pdf, as media)
- [x] DB encryption, 2-FA, Multi-users, [backup](https://github.com/MarceauKa/shaark/blob/dev/documentation/backup.md)
@ -52,7 +52,7 @@ If you make changes to JS, don't compile assets in production, I'll manually com
### Translation
Shaark is actually available in 🇬🇧, 🇫🇷, 🇩🇪, 🇯🇵. Feel free to make a pull request to add or update a localization.
Shaark is actually available in 🇬🇧, 🇫🇷, 🇩🇪, 🇯🇵 and 🇳🇱. Feel free to make a pull request to add or update a localization.
You can see laravel base localizations [on this repo](https://github.com/caouecs/Laravel-lang).
## Security