From d3c91f5103d092555113b09bca66eadf5a81319b Mon Sep 17 00:00:00 2001 From: Mohamed Safouan Besrour Date: Mon, 13 Feb 2017 16:01:53 +0100 Subject: [PATCH 1/2] Add Currency : Tunisian Dinar --- database/seeds/CurrenciesSeeder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/database/seeds/CurrenciesSeeder.php b/database/seeds/CurrenciesSeeder.php index 2fabdd4c57..73858cf373 100644 --- a/database/seeds/CurrenciesSeeder.php +++ b/database/seeds/CurrenciesSeeder.php @@ -63,6 +63,7 @@ class CurrenciesSeeder extends Seeder ['name' => 'Czech Koruna', 'code' => 'CZK', 'symbol' => 'Kč', 'precision' => '2', 'thousand_separator' => ' ', 'decimal_separator' => ',', 'swap_currency_symbol' => true], ['name' => 'Uruguayan Peso', 'code' => 'UYU', 'symbol' => '$', 'precision' => '2', 'thousand_separator' => '.', 'decimal_separator' => ','], ['name' => 'Namibian Dollar', 'code' => 'NAD', 'symbol' => '$', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'], + ['name' => 'Tunisian Dinar', 'code' => 'TND', 'symbol' => 'DTN', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'], ]; foreach ($currencies as $currency) { From 183fd79bcd7bdcdebc262c70f7e0d003756da1a6 Mon Sep 17 00:00:00 2001 From: nickreiner Date: Mon, 13 Feb 2017 21:23:40 +0100 Subject: [PATCH 2/2] added our centos guide You were missing a CentOS guide, so we wrote one! :) --- docs/install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 9f3286e73d..4691fffa41 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -12,6 +12,8 @@ Detailed Guides - Debian and Nginx: `rosehosting.com `_ +- CentOS, Nginx, MariaDB and PHP 7: `thishosting.rocks `_ + Automated Installers ^^^^^^^^^^^^^^^^^^^^