Skip to content

Commit

Permalink
Failed to parse time string invoiceninja#2010
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Apr 8, 2018
1 parent d525c6a commit a6551dd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
define('NINJA_APP_URL', env('NINJA_APP_URL', 'https://app.invoiceninja.com'));
define('NINJA_DOCS_URL', env('NINJA_DOCS_URL', 'http://docs.invoiceninja.com/en/latest'));
define('NINJA_DATE', '2000-01-01');
define('NINJA_VERSION', '4.3.0' . env('NINJA_VERSION_SUFFIX'));
define('NINJA_VERSION', '4.3.1' . env('NINJA_VERSION_SUFFIX'));
define('NINJA_TERMS_VERSION', '');

define('SOCIAL_LINK_FACEBOOK', env('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja'));
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"league/fractal": "0.13.*",
"maatwebsite/excel": "~2.0",
"mpdf/mpdf": "6.1.3",
"nesbot/carbon": "^1.25",
"nwidart/laravel-modules": "1.*",
"omnipay/authorizenet": "dev-solution-id as 2.5.0",
"patricktalmadge/bootstrapper": "5.5.x",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = u'4.3'
# The full version, including alpha/beta/rc tags.
release = u'4.3.0'
release = u'4.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit a6551dd

Please sign in to comment.