Skip to content

Commit

Permalink
🔖 1.2.41
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceauKa committed Apr 9, 2020
1 parent ddfa555 commit ff0db52
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 257 deletions.
2 changes: 1 addition & 1 deletion app/Services/Shaark/Shaark.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit ff0db52

Please sign in to comment.