Browse Source

Version 1.0.0

Girish Ramakrishnan 7 years ago
parent
commit
ef92dc27c6
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json

+ 4 - 0
CHANGELOG

@@ -33,3 +33,7 @@
 * Cleanup PHP sessions
 * Update PHP to 7.0.18
 
+[1.0.0]
+* Update PHP to 7.0.22
+* Fix issue where cron will endlessly try to send emails
+

+ 1 - 1
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "Cloudron developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "An empty LAMP stack (PHP 7)",
-  "version": "0.6.2",
+  "version": "1.0.0",
   "healthCheckPath": "/",
   "httpPort": 80,
   "manifestVersion": 1,