mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
Update version and language strings.
This commit is contained in:
@@ -101,7 +101,7 @@ return [
|
|||||||
'webhooks' => true,
|
'webhooks' => true,
|
||||||
'handle_debts' => true,
|
'handle_debts' => true,
|
||||||
],
|
],
|
||||||
'version' => '5.6.13',
|
'version' => '5.6.14',
|
||||||
'api_version' => '1.5.5',
|
'api_version' => '1.5.5',
|
||||||
'db_version' => 18,
|
'db_version' => 18,
|
||||||
|
|
||||||
|
@@ -371,6 +371,8 @@ return [
|
|||||||
'repeat_freq_quarterly' => 'quarterly',
|
'repeat_freq_quarterly' => 'quarterly',
|
||||||
'repeat_freq_monthly' => 'monthly',
|
'repeat_freq_monthly' => 'monthly',
|
||||||
'repeat_freq_weekly' => 'weekly',
|
'repeat_freq_weekly' => 'weekly',
|
||||||
|
'repeat_freq_daily' => 'daily',
|
||||||
|
'daily' => 'daily',
|
||||||
'weekly' => 'weekly',
|
'weekly' => 'weekly',
|
||||||
'quarterly' => 'quarterly',
|
'quarterly' => 'quarterly',
|
||||||
'half-year' => 'every half year',
|
'half-year' => 'every half year',
|
||||||
|
@@ -12,6 +12,6 @@ sonar.organization=firefly-iii
|
|||||||
#sonar.sourceEncoding=UTF-8
|
#sonar.sourceEncoding=UTF-8
|
||||||
|
|
||||||
|
|
||||||
sonar.projectVersion=5.6.12
|
sonar.projectVersion=5.6.14
|
||||||
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
|
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
|
||||||
sonar.sourceEncoding=UTF-8
|
sonar.sourceEncoding=UTF-8
|
||||||
|
Reference in New Issue
Block a user