diff --git a/changelog.md b/changelog.md index 7a46b5c3..3edc994e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ -## Version 2.2.0.11 +## Version 2.2.0.12 +#### Release date: 28. Jun 2022 +- Fixed paystack transaction issue + #### Release date: 27. Jun 2022 - Added hint to set cron command in dashboard panel when cron is not set correctly diff --git a/config/vuefilemanager.php b/config/vuefilemanager.php index 2b319b9e..77cd691f 100644 --- a/config/vuefilemanager.php +++ b/config/vuefilemanager.php @@ -1,7 +1,7 @@ '2.2.0.11', + 'version' => '2.2.0.12', 'is_demo' => env('APP_DEMO', false),