Skip to content

Commit

Permalink
Merge pull request #74 from deanblackborough/fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
deanblackborough authored Jun 14, 2023
2 parents 589349f + 18015d1 commit 0bd1cca
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 120 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ yarn-error.log
public/node_modules
.phpunit.cache/test-results
.sass-cache/
.yarn/
public/.yarnrc.yml
105 changes: 56 additions & 49 deletions composer.lock

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

4 changes: 2 additions & 2 deletions config/app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'item_subtype_id' => env('ITEM_SUBTYPE_ID'),
'cookie_user' => env('SESSION_NAME_USER'),
'cookie_bearer' => env('SESSION_NAME_BEARER'),
'version' => 'v1.11.1',
'release_date' => '2nd June 2023',
'version' => 'v1.11.2',
'release_date' => '14th June 2023',
'exception_notification_email' => env('EXCEPTION_NOTIFICATION_EMAIL'),
'timezone' => 'UTC', // We can allow users to override this later
];
Loading

0 comments on commit 0bd1cca

Please sign in to comment.