Version 3.1.1 is now available. You can download it in the Client Area. This is a patch release that corrects issues with 3.1.0. Patching Blesta See Patching Blesta in the User Manual for instructions. Release Notes - Blesta Core - Version 3.1.1
## Version 3.1.1
2014-02-12
** Bug
* [CORE-990] - Email parser syntax error with PHP < 5.3
* [CORE-997] - Removing package pricing that is in use causes the service to disappear
* [CORE-1012] - Interworx: Remove check for domain name when creating a reseller account
* [CORE-1013] - Appending a service to an existing invoice does not include tax for that service's line items
* [CORE-1023] - VPS.NET: Undefined property r1soft_backups_enabled
* [CORE-1026] - Support Manager: Missing loop back check for ticket notifications
* [CORE-1030] - Nonmerchant transactions are listed as Other when editing.
* [CORE-1032] - Adding a service with addons causes error attempting to pass a parameter by reference
* [CORE-1040] - Cron task time format does not treat optional seconds as optional
* [CORE-1045] - Security: Staff permission escalation through crafted URLs
---
This is because register_argc_argv is disabled in your php.ini file for CLI. See http://us1.php.net/manual/en/ini.core.php#ini.register-argc-argv
If you enable it, I believe it will correct this issue.
Version 3.0.9 is now available. You can download it in the Client Area. This is a patch release that corrects issues with 3.0.0. Patching Blesta See Patching Blesta in the User Manual for instructions. Release Notes - Blesta Core - Version 3.0.9
## Version 3.0.9
2014-02-12
** Bug
* [CORE-1045] - Security: Staff permission escalation through crafted URLs
---