Skip to content

Commit

Permalink
Attogram Currency Exchange Rates config
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed Apr 17, 2019
1 parent 1fd32d5 commit bc029cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Config
'name' => 'European Central Bank',
'home' => 'https://www.ecb.europa.eu/',
'api' => 'https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml',
'freq' => 'Daily rates at 3:00 PM Central European Time (CET)',
'freq' => 'Weekday rates at 3:00 PM Central European Time (CET)',
'about' => 'The European Central Bank (ECB) is the central bank for '
. ' 19 European Union countries: Austria, Belgium, Cyprus, Estonia, Finland,'
. ' France, Germany, Greece, Ireland, Italy, Latvia, Lithuania, Luxembourg,'
Expand All @@ -88,7 +88,7 @@ class Config
'name' => 'Swiss National Bank',
'home' => 'https://www.snb.ch/',
'api' => 'https://www.snb.ch/selector/en/mmr/exfeed/rss',
'freq' => 'Daily rates at 11:00 AM Central European Time (CET)',
'freq' => 'Weekday rates at 11:00 AM Central European Time (CET)',
'about' => 'The Swiss National Bank (SNB) is the central bank of Switzerland.'
. ' The SNB was founded in 1826.',
],
Expand Down Expand Up @@ -133,7 +133,7 @@ class Config
'name' => 'Reserve Bank of Australia',
'home' => 'https://www.rba.gov.au/',
'api' => 'https://www.rba.gov.au/rss/rss-cb-exchange-rates.xml',
'freq' => 'Daily around 4.00 PM Eastern Australian Time',
'freq' => 'Weekdays around 4.00 PM Eastern Australian Time',
'about' => 'The Reserve Bank of Australia (RBA) is the central bank of Australia.'
. ' The RBA was founded in 1960.',
]
Expand Down
2 changes: 1 addition & 1 deletion src/CurrencyExchangeRates.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CurrencyExchangeRates
use CustomizationTrait;

/** @var string Version*/
const VERSION = '1.0.11';
const VERSION = '1.0.12-pre';

/** @var string Feeds Namespace */
const FEEDS_NAMESPACE = "\\Attogram\\Currency\\Feeds\\";
Expand Down

0 comments on commit bc029cd

Please sign in to comment.