Skip to content

pHKondo v1.11.1

Latest

Choose a tag to compare

@pHAlkaline pHAlkaline released this 11 May 22:27
· 3 commits to master since this release

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.php

After:

'PaymentAdvices' =>
 array (
   'payment_gateway' => '__YOURVALUE__',
   'observations' => '__YOURVALUE__'
 ),

Add:

'Receipts' =>
 array(
   'legal_notice' => '__YOURVALUE__'
 ),