diff --git a/app/Console/Commands/ParseCachedWebMentions.php b/app/Console/Commands/ParseCachedWebMentions.php index c4541c44..d271dd15 100644 --- a/app/Console/Commands/ParseCachedWebMentions.php +++ b/app/Console/Commands/ParseCachedWebMentions.php @@ -40,7 +40,7 @@ class ParseCachedWebMentions extends Command public function handle(FileSystem $filesystem) { $HTMLfiles = $filesystem->allFiles(storage_path() . '/HTML'); - foreach($HTMLfiles as $file) { + foreach ($HTMLfiles as $file) { $filepath = $file->getPathname(); $html = $filesystem->get($filepath); $url = $this->URLFromFilename($filepath); diff --git a/changelog.md b/changelog.md index 4e49ae9d..9fae8d98 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## Version 0.0.11.2 (2016-09-19) + - Update Typekit’s js sri hash + ## Version 0.0.11.1 (2016-09-17) - Fix a syntax issue in the download webmention job diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 46b7e0b4..097e5496 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -30,7 +30,7 @@
@yield('content')
- + @section('scripts')