Skip to content

Commit

Permalink
version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jan 13, 2016
1 parent 06021d1 commit 25f4adb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
24 changes: 16 additions & 8 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
[
{
"version": "0.1.0",
"downloadUrl": "https://github.com/engram-design/ExpandedSingles/archive/0.1.0.zip",
"date": "2015-06-07T12:00:00+0000",
"version": "0.2.2",
"downloadUrl": "https://github.com/engram-design/ExpandedSingles/archive/0.2.2.zip",
"date": "2016-01-13 18:15:00",
"notes": [
"Initial commit"
"[Fixed] Fixed issue with plugin release feed url."
]
},
{
"version": "0.2.1",
"downloadUrl": "https://github.com/engram-design/ExpandedSingles/archive/0.2.1.zip",
"date": "2015-11-21T13:00:00+0000",
"notes": [
"[Improved] Removed plugin description (doesn't look great)."
]
},
{
Expand All @@ -17,11 +25,11 @@
]
},
{
"version": "0.2.1",
"downloadUrl": "https://github.com/engram-design/ExpandedSingles/archive/0.2.1.zip",
"date": "2015-11-21T13:00:00+0000",
"version": "0.1.0",
"downloadUrl": "https://github.com/engram-design/ExpandedSingles/archive/0.1.0.zip",
"date": "2015-06-07T12:00:00+0000",
"notes": [
"[Improved] Removed plugin description (doesn't look great)."
"Initial commit"
]
}
]
8 changes: 2 additions & 6 deletions expandedsingles/ExpandedSinglesPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ public function getName()
return Craft::t('Expanded Singles');
}

public function getDescription(){
return '';
}

public function getVersion()
{
return '0.2.1';
return '0.2.2';
}

public function getSchemaVersion()
Expand Down Expand Up @@ -48,7 +44,7 @@ public function getDocumentationUrl()

public function getReleaseFeedUrl()
{
return $this->getPluginUrl() . '/blob/master/changelog.json';
return 'https://raw.githubusercontent.com/engram-design/ExpandedSingles/blob/master/changelog.json';
}

public function getSettingsHtml()
Expand Down

0 comments on commit 25f4adb

Please sign in to comment.