diff --git a/README.md b/README.md index 045c722..7756e6c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ From one FTPbucket folder, you can manage an infinite number of hosts and repos. **- release notes -** +**v0.8** + +If you are updating, you should go for a fresh install. Erase everything except the config file. +- Removed support for deprecated BitBucket POST Hooks +- Moved BitBucket to API 2.0 Thanks to [d2roth](https://github.com/d2roth) + **v0.7** If you are updating, you should go for a fresh install. Erase everything except the .txt files if you want to keep your logs. diff --git a/ftpbucket/deploy.php b/ftpbucket/deploy.php index 051faf3..25a1964 100644 --- a/ftpbucket/deploy.php +++ b/ftpbucket/deploy.php @@ -2,8 +2,6 @@ ini_set('memory_limit', '250M'); ini_set('max_execution_time', 0); -ob_end_clean(); - ignore_user_abort(true); set_time_limit(0);