Skip to content

Commit

Permalink
Fix to reference link for latest version details
Browse files Browse the repository at this point in the history
  • Loading branch information
paperplanefactory committed May 31, 2023
1 parent 3247908 commit 08ab621
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions includes/plugin-update-checker/examples/theme.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.0.9",
"details_url": "https://github.com/paperplanefactory/paperplane-photography-theme/archive/refs/tags/10.0.9.zip",
"download_url": "https://github.com/paperplanefactory/paperplane-photography-theme/archive/refs/tags/10.0.9.zip"
"version": "10.1.0",
"details_url": "https://github.com/paperplanefactory/paperplane-photography-theme/releases/tags/10.1.0",
"download_url": "https://github.com/paperplanefactory/paperplane-photography-theme/archive/refs/tags/10.1.0.zip"
}
2 changes: 1 addition & 1 deletion includes/theme-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function set_theme_github_data()
// generate manifest
$update_data = array(
'version' => $theme_version,
'details_url' => $theme_url . '/archive/refs/tags/' . $theme_version . '.zip',
'details_url' => $theme_url . '/releases/tags/' . $theme_version,
'download_url' => $theme_url . '/archive/refs/tags/' . $theme_version . '.zip'
);
// encode manifest data
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Theme Name: Paperplane Photography Theme
* Theme URI: https://github.com/paperplanefactory/paperplane-photography-theme
* Version: 10.0.9
* Version: 10.1.0
* Description: A light and flexible starter theme from Paperplane, handcrafted for photographers.
* Author: Paperplane Factory
* GitHub Theme URI: https://github.com/paperplanefactory/paperplane-photography-theme
Expand Down

0 comments on commit 08ab621

Please sign in to comment.