Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenth committed Jul 13, 2021
2 parents 73d58ad + b128c35 commit acac849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class ServiceProvider extends ServiceProviderBase
public function boot(): void
{
$this->publishes([
__DIR__ . '/../config.php' => config_path('csrf.php'),
__DIR__ . '/config.php' => config_path('csrf.php'),
], 'config');
}

Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
1.1.1: "Prevent error on CSRF token conversion -- See: https://github.com/vdlp/oc-csrf-plugin/releases/tag/1.1.1"
1.1.2: "Update plugin dependencies"
2.0.0: "Support for PHP 7.4 or higher"
2.0.1: "Fix location of plugin config.php file"

0 comments on commit acac849

Please sign in to comment.