diff --git a/changelog.md b/changelog.md index 8156c286..e86614d2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## Version 2.2.6 +#### Release date: 17. August 2022 +- fixed upload button issue + ## Version 2.2.5 #### Release date: 11. August 2022 - improved tracking for Google Analytics diff --git a/config/vuefilemanager.php b/config/vuefilemanager.php index 573ca59a..14dbc9ab 100644 --- a/config/vuefilemanager.php +++ b/config/vuefilemanager.php @@ -1,7 +1,7 @@ '2.2.5', + 'version' => '2.2.6', 'is_demo' => env('APP_DEMO', false),