Skip to content

Commit

Permalink
Added new updater icon and banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
claygriffiths committed Jan 23, 2025
1 parent 2bf7bdf commit bb88323
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
Binary file added assets/images/banner-high.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/banner-low.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icon-1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icon-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions assets/images/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion class-gwiz-gf-code-chest.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,12 @@ public function init_auto_updater() {
'changelog_url' => 'https://raw.githubusercontent.com/gravitywiz/gf-code-chest/main/changelog.txt',
'icons' => array(
'svg' => 'https://raw.githubusercontent.com/gravitywiz/gf-code-chest/main/assets/images/icon.svg',
'1x' => 'https://raw.githubusercontent.com/gravitywiz/gf-code-chest/main/assets/images/icon-1x.png',
'2x' => 'https://raw.githubusercontent.com/gravitywiz/gf-code-chest/main/assets/images/icon-2x.png',
),
'banners' => array(
'low' => 'https://raw.githubusercontent.com/gravitywiz/gf-code-chest/main/assets/images/banner.jpg',
'low' => 'https://raw.githubusercontent.com/gravitywiz/gf-code-chest/main/assets/images/banner-low.png',
'high' => 'https://raw.githubusercontent.com/gravitywiz/gf-code-chest/main/assets/images/banner-high.png',
),
'requires_php' => '5.6.0',
)
Expand Down

0 comments on commit bb88323

Please sign in to comment.