Skip to content

Commit

Permalink
cont
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg committed Dec 4, 2019
1 parent 6896985 commit d8a39b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Chanelog

## 7.1.3 - 2019-12-04

* Symfony update, fixes CVE-2019-18888

## 7.1.2 - 2019-09-09

* Fix for filename sanitize/cut during upload process
Expand Down
2 changes: 1 addition & 1 deletion dist/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

define('APP_PUBLIC_DIR', __DIR__);
define('APP_VERSION', '7.1.2');
define('APP_VERSION', '7.1.3');

use Filegator\App;
use Filegator\Config\Config;
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ currentMenu: install
## Download precompiled build
Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.

- Download: [v7.1.2](https://github.com/filegator/static/raw/master/builds/filegator_v7.1.2.zip)
- Download: [v7.1.3](https://github.com/filegator/static/raw/master/builds/filegator_v7.1.3.zip)
- Unzip files and upload them to your PHP server
- Make sure you webserver can read and write to `/storage` and `/private` folders
- Set the website document root to `/dist` directory. This is also known as 'public' folder.
Expand Down

0 comments on commit d8a39b4

Please sign in to comment.