Skip to content

Commit bf85b6d

Browse files
authored
Merge pull request #319 from laravel-enso/release/v4.0.1
updated dependencies, changelog, animate, mail; removed throttle
2 parents 4fa78b8 + 3d4918b commit bf85b6d

File tree

13 files changed

+708
-475
lines changed

13 files changed

+708
-475
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ MAIL_FROM_NAME="${APP_NAME}"
4545

4646
MAILGUN_DOMAIN=
4747
MAILGUN_SECRET=
48-
MAILGUN_ENDPOINT=api.eu.mailgun.net
48+
MAILGUN_ENDPOINT=api.mailgun.net
4949

5050
AWS_ACCESS_KEY_ID=
5151
AWS_SECRET_ACCESS_KEY=
@@ -57,7 +57,7 @@ PUSHER_APP_KEY=
5757
PUSHER_APP_SECRET=
5858
PUSHER_APP_CLUSTER=mt1
5959

60-
SENTRY_LARAVEL_DSN=
60+
SENTRY_DSN=
6161

6262
TELESCOPE_ENABLED=0
6363

.env.testing

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ MAIL_FROM_NAME="${APP_NAME}"
4545

4646
MAILGUN_DOMAIN=
4747
MAILGUN_SECRET=
48-
MAILGUN_ENDPOINT=api.eu.mailgun.net
48+
MAILGUN_ENDPOINT=api.mailgun.net
4949

5050
AWS_ACCESS_KEY_ID=
5151
AWS_SECRET_ACCESS_KEY=
@@ -57,7 +57,7 @@ PUSHER_APP_KEY=
5757
PUSHER_APP_SECRET=
5858
PUSHER_APP_CLUSTER=mt1
5959

60-
SENTRY_LARAVEL_DSN=
60+
SENTRY_DSN=
6161

6262
TELESCOPE_ENABLED=0
6363

CHANGELOG.md

Lines changed: 153 additions & 33 deletions
Large diffs are not rendered by default.

app/Http/Kernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class Kernel extends HttpKernel
3030

3131
'api' => [
3232
\LaravelEnso\Core\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
33-
'throttle:60,1',
3433
\Illuminate\Routing\Middleware\SubstituteBindings::class,
3534
],
3635
];

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@fortawesome/free-regular-svg-icons": "^5.2.0",
3434
"@fortawesome/free-solid-svg-icons": "^5.2.0",
3535
"@fortawesome/vue-fontawesome": "^0.1.1",
36-
"animate.css": "^3.6.1",
36+
"animate.css": "^4.0.0",
3737
"axios": "^0.19.0",
3838
"bulma": "^0.8.0",
3939
"core-js": "^3.3.2",

client/src/sass/enso.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '~animate.css/animate.css';
1+
@import '~animate.css/animate.compat.css';
22

33
@import './app';
44

client/yarn.lock

Lines changed: 215 additions & 224 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)