Skip to content

Commit

Permalink
Add support for South African Rand during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvandepoel committed Jan 15, 2022
1 parent 7d55c58 commit 3eb1c7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 1.2.2

Small fix: add R for South African Rand as a currency during installation

version 1.2.1 - commit 3c0ec99ebcd3ca59506f2bf5370364e9de4f4ee9

Small fixes:
Expand Down
2 changes: 1 addition & 1 deletion resources/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ function check_install($base_url) {
return 'changelogfail';
}

$currencies = ['', '£', '$', '¥', '', '', ''];
$currencies = ['', '£', '$', '¥', '', '', '', 'R'];

0 comments on commit 3eb1c7b

Please sign in to comment.