LAMP - Package Updates
Pinned
LAMP
-
PHP 7.3 app version 2.0.0:
- BREAKING CHANGE: This app now uses manifest v2. Cloudron specific environment variables now have the prefix
CLOUDRON_
. Please update your code accordingly. For example,MYSQL_URL
->CLOUDRON_MYSQL_URL
MAIL_FROM
->CLOUDRON_MAIL_FROM
REDIS_URL
->CLOUDRON_REDIS_URL
- ... and so on ...
Note that Cloudron will not auto-update to this version because the major version has been bumped. So, you can make the update/manually at your own pace.
- BREAKING CHANGE: This app now uses manifest v2. Cloudron specific environment variables now have the prefix
-
PHP 7.4 [1.0.0]
- Update screenshot in manifest
- Do not show credentials in index.php
-
[1.1.0]
- Add mailparse package
-
[1.2.0]
- Make apache configs more customizable (/app/data/apache)
-
[1.3.0]
- Add LDAP addon
-
[1.4.0]
- Use base image v3
- Update phpMyAdmin to 5.0.4. Contains important security fixes
-
[1.5.0]
- Enable multiDomain flag
-
[1.5.2]
- Update apache config to log the client IP correctly
-
[1.6.0]
- Update phpMyAdmin to 5.1.0
-
[1.6.1]
- Update phpMyAdmin to 5.1.1
- Enable opcache explicitly
-
[1.7.0]
- crontab is now run as root user. This lets commands log to application logs.
-
[1.8.0]
- Add support for PHP 8.0. See docs on how to change the version.
-
[2.0.0]
- Breaking change: crontab support has been removed. If you had any cron tasks in
/app/data/crontab
, please move them
to the cron section of the app after updating. See https://docs.cloudron.io/apps/#cron for more information.
- Breaking change: crontab support has been removed. If you had any cron tasks in
-
[2.0.1]
- Update base image to 3.2.0
-
[2.0.2]
- Update composer to 2.2.7
- Update phpMyAdmin to 5.1.3
-
[2.1.0]
- Add PHP 8.1 as an option
- Change default PHP version to 8.0 (only for new installations)
-
[2.2.0]
- Update phpMyAdmin to 5.2.0
-
[2.2.1]
- Fix description and upstream version in manifest
-
[3.0.0]
- Change default PHP version to 8.1 (only for new installations).
- PHP 7.4 is reaching EOL and won't get security updates anymore.
- New logo