Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Sep 29, 2021
1 parent ea8c564 commit 100c29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extension.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "External Content",
"version": "0.1-alpha",
"version": "1.0.0",
"license-name": "GPL-2.0-or-later",

"author": [
"[https://www.entropywins.wtf/mediawiki Jeroen De Dauw]",
"[https://www.EntropyWins.wtf/mediawiki Jeroen De Dauw]",
"[https://professional.wiki/ Professional.Wiki]"
],

Expand Down
2 changes: 0 additions & 2 deletions src/Domain/BitbucketUrlNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

class BitbucketUrlNormalizer implements UrlNormalizer {

// TODO: inject default branch

public function normalize( string $url ): string {
$parsedUrl = parse_url( $url );

Expand Down

0 comments on commit 100c29b

Please sign in to comment.