From bc94a4da66eb6dec59b10a7e162b79e6a88dbf08 Mon Sep 17 00:00:00 2001 From: Kanti Date: Wed, 18 Feb 2015 09:41:08 +0100 Subject: [PATCH 1/3] [TASK] typo --- system/upgrade/run.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/upgrade/run.php b/system/upgrade/run.php index abec15fc..26973700 100644 --- a/system/upgrade/run.php +++ b/system/upgrade/run.php @@ -24,6 +24,8 @@ function rrmdir($dir) } reset($objects); rmdir($dir); + } else if (is_file($dir)) { + unlink($dir); } } @@ -35,7 +37,7 @@ function rrmdir($dir) } -if(!config("dev")){ +if (!config("dev")) { file_put_contents("index.php", file_get_contents("system/upgrade/index.php")); rrmdir("system/upgrade/"); } From 55c09f6a2d12f58360aa1299a8cc48b9eb89bcd3 Mon Sep 17 00:00:00 2001 From: Kanti Date: Mon, 23 Feb 2015 08:22:21 +0100 Subject: [PATCH 2/3] [BUGFIX] upgrade prozess --- system/upgrade/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/upgrade/index.php b/system/upgrade/index.php index ca8f9b41..67b1ed66 100644 --- a/system/upgrade/index.php +++ b/system/upgrade/index.php @@ -1,4 +1,5 @@ Date: Mon, 23 Feb 2015 08:27:45 +0100 Subject: [PATCH 3/3] [TASK] prepare for version 2.5.1(bugfix) --- cache/installedVersion.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache/installedVersion.json b/cache/installedVersion.json index e9367d39..4ddcec4f 100644 --- a/cache/installedVersion.json +++ b/cache/installedVersion.json @@ -1,4 +1,4 @@ { "id": 782014, - "tag_name": "v2.5" + "tag_name": "v2.5.1" }