Shares Distribution Warning BugFix
Shares Distribution BugFix
PaymentAdvice Fix
Delete Confirme Warning
Budgets Refactor
Receipts Legal Notice
Demo pHKondo Data Updated
Full Changelog: v1.11...v1.11.1
pHKondo 1.11.1 Update Instructions
Note: The following instructions may need to be adapted to the specific reality and configuration of the updater/server environment.
sudo -u www-data git pull
sudo -u www-data composer update
cd app/
Console/cake clear_cache
cd Config/
sudo -u www-data nano organization.phpAfter:
'PaymentAdvices' =>
array (
'payment_gateway' => '__YOURVALUE__',
'observations' => '__YOURVALUE__'
),Add:
'Receipts' =>
array(
'legal_notice' => '__YOURVALUE__'
),