Skip to content

Commit

Permalink
Updated Twitch with a fix for http://discuss.dev.twitch.tv/t/param-na…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Feb 5, 2015
1 parent 98391f9 commit 9157975
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions bundle.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "phpbb-extension",
"description": "Embed third-party content in your phpBB forum",
"homepage": "https://github.com/s9e/phpbb-ext-mediaembed/",
"version": "20150104",
"version": "20150205",
"keywords": ["phpbb","embed","forum","media"],
"license": "MIT",
"require": {
Expand Down
12 changes: 6 additions & 6 deletions parsing.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* @package s9e\TextFormatter
* @copyright Copyright (c) 2010-2014 The s9e Authors
* @copyright Copyright (c) 2010-2015 The s9e Authors
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
namespace s9e\TextFormatter;
Expand Down Expand Up @@ -1274,7 +1274,7 @@ static protected function compareTags(Tag $a, Tag $b)

/*
* @package s9e\TextFormatter
* @copyright Copyright (c) 2010-2014 The s9e Authors
* @copyright Copyright (c) 2010-2015 The s9e Authors
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
namespace s9e\TextFormatter\Parser;
Expand Down Expand Up @@ -1584,7 +1584,7 @@ function ($m)

/*
* @package s9e\TextFormatter
* @copyright Copyright (c) 2010-2014 The s9e Authors
* @copyright Copyright (c) 2010-2015 The s9e Authors
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
namespace s9e\TextFormatter\Parser;
Expand Down Expand Up @@ -1680,7 +1680,7 @@ public function warn($msg, array $context = array())

/*
* @package s9e\TextFormatter
* @copyright Copyright (c) 2010-2014 The s9e Authors
* @copyright Copyright (c) 2010-2015 The s9e Authors
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
namespace s9e\TextFormatter\Parser;
Expand Down Expand Up @@ -1908,7 +1908,7 @@ public function setAttributes(array $attributes)

/*
* @package s9e\TextFormatter
* @copyright Copyright (c) 2010-2014 The s9e Authors
* @copyright Copyright (c) 2010-2015 The s9e Authors
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
namespace s9e\TextFormatter\Plugins\MediaEmbed;
Expand Down Expand Up @@ -2098,7 +2098,7 @@ protected static function wget($url, $cacheDir = \null)

/*
* @package s9e\TextFormatter
* @copyright Copyright (c) 2010-2014 The s9e Authors
* @copyright Copyright (c) 2010-2015 The s9e Authors
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
namespace s9e\TextFormatter\Plugins;
Expand Down
8 changes: 4 additions & 4 deletions rendering.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/s9e/TextFormatter
Submodule TextFormatter updated 224 files

0 comments on commit 9157975

Please sign in to comment.