-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Json file from theme url -> Better control of download link
- Loading branch information
Stefan Reichert
committed
Aug 9, 2016
1 parent
71e5f77
commit d7b622b
Showing
5 changed files
with
64 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
</head> | ||
<body> | ||
<h3 id="sr-themehttp:sr-theme.com">sr-theme (http://sr-theme.com)</h3> | ||
|
||
<h1 id="changelog">Changelog</h1> | ||
|
||
<h2 id="1.1.22016-08-09">1.1.2 (2016–08–09)</h2> | ||
|
||
<ul> | ||
<li>Json file from theme url -> Better control of download link</li> | ||
<li></li> | ||
</ul> | ||
|
||
<h2 id="1.1.12016-08-09">1.1.1 (2016–08–09)</h2> | ||
|
||
<ul> | ||
<li>Changelog url and json file from github project</li> | ||
</ul> | ||
|
||
<h2 id="1.1.02016-08-09">1.1.0 (2016–08–09)</h2> | ||
|
||
<ul> | ||
<li>Automatic Updater from GitHub project</li> | ||
<li>Commit CHANGELOG.md</li> | ||
<li>Commit README.md</li> | ||
<li>Initial commit</li> | ||
</ul> | ||
|
||
<h2 id="1.0.0-1.0.32016-03-24">1.0.0 - 1.0.3 (2016–03–24)</h2> | ||
|
||
<ul> | ||
<li>Manual version with small updates</li> | ||
</ul> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version" : "1.1.1", | ||
"version" : "1.1.2", | ||
"details_url" : "https://github.com/fanfarian/sr-theme/blob/master/CHANGELOG.md", | ||
"download_url" : "https://github.com/fanfarian/sr-theme/archive/master.zip" | ||
"download_url" : "https://github.com/fanfarian/sr-theme/archive/v1.1.2.zip" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters