Merge branch 'release/0.0.11.2'

This commit is contained in:
Jonny Barnes 2016-09-19 11:31:00 +01:00
commit b0a1da4493
3 changed files with 5 additions and 2 deletions

View file

@ -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);

View file

@ -1,5 +1,8 @@
# Changelog
## Version 0.0.11.2 (2016-09-19)
- Update Typekits js sri hash
## Version 0.0.11.1 (2016-09-17)
- Fix a syntax issue in the download webmention job

View file

@ -30,7 +30,7 @@
<main>
@yield('content')
</main>
<script src="https://use.typekit.net/kmb3cdb.js" integrity="sha384-K/4E0NzJZXdpsxDKWbpP3NkSG+eA9slO7vv62+eOYgGPD142NqbSIvjcoVGvEh/r" crossorigin="anonymous"></script>
<script src="https://use.typekit.net/kmb3cdb.js" integrity="sha384-OB5f9FHlHSvyS7naCO3mhhaMFEPYwqwcyFjiY6HdkAq3MihmBkC2KW8QmYboUwS3" crossorigin="anonymous"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
@section('scripts')
<!--scripts go here when needed-->