Skip to content

Commit

Permalink
## 1.1.1 (2016-08-09)
Browse files Browse the repository at this point in the history
* Changelog url and json file from github project
  • Loading branch information
Stefan Reichert committed Aug 9, 2016
1 parent e2ad892 commit 71e5f77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### sr-theme (http://sr-theme.com)
# Changelog

## 1.1.1 (2016-08-09)
* Changelog url and json file from github project

## 1.1.0 (2016-08-09)

* Automatic Updater from GitHub project
Expand Down
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ function modify_footer_admin() {
*/
require_once( get_template_directory().'library/theme-update-checker.php');
$sr_theme_update_checker = new ThemeUpdateChecker(
'sr-theme', //Theme folder name, AKA "slug".
'http://sr-theme.com/wp-content/themes/sr-theme/sr-theme-update.json' //URL of the metadata file.
'sr-theme', // Theme folder name, AKA "slug".
'https://raw.githubusercontent.com/fanfarian/sr-theme/master/sr-theme-update.json' // URL of the metadata file.
);


Expand Down
4 changes: 2 additions & 2 deletions sr-theme-update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "1.1.0",
"details_url" : "http://sr-theme.com/wp-content/themes/sr-theme/CHANGELOG.md",
"version" : "1.1.1",
"details_url" : "https://github.com/fanfarian/sr-theme/blob/master/CHANGELOG.md",
"download_url" : "https://github.com/fanfarian/sr-theme/archive/master.zip"
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: sr-theme
Theme URI: http://sr-theme.com
Description: sr-theme is a WordPress developer theme based on Zurb Foundation 6.x. Focusing on a light core with the experienced developer in mind to kickstart the development of custom themes.
Version: 1.0.4
Version: 1.1.1
Author: Stefan Reichert
Author URI: http://stefan-reichert.com/
Text Domain: sr-theme
Expand Down

0 comments on commit 71e5f77

Please sign in to comment.