From 87dc08aabf91d6e422a16825960055250a24f898 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Mon, 3 Sep 2018 14:13:52 +0800 Subject: [PATCH] WIP changelog --- CHANGELOG.md | 7 +++++++ public/mix-manifest.json | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 public/mix-manifest.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 2692af65..7f264b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +### 1.0.5-alpha 2018-09-03 +- Fixed 404 error on downloading PO format +- Fixed admin step 2 404 error +- Fixed all files 404 error +- Added marking column to admin completed table +- + ### 1.0.4-alpha 2018-08-27 - Updated bank setting dropdown list to [Beneficiary Name : bank name : bank account no] - Fixed some booking view status 404 error diff --git a/public/mix-manifest.json b/public/mix-manifest.json deleted file mode 100644 index 774f9597..00000000 --- a/public/mix-manifest.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "/js/lang-zh-CN.c0da3973e52421a8cfe5.js": "/js/lang-zh-CN.c0da3973e52421a8cfe5.js", - "/js/lang-es.f4a1a5b4a30e92527b46.js": "/js/lang-es.f4a1a5b4a30e92527b46.js", - "/js/lang-en.0f790217417404ecc662.js": "/js/lang-en.0f790217417404ecc662.js", - "/js/app.js": "/js/app.js", - "/css/app.css": "/css/app.css" -} \ No newline at end of file