Skip to content

Commit

Permalink
Updater
Browse files Browse the repository at this point in the history
  • Loading branch information
bi1101 committed Mar 22, 2024
1 parent c1206e8 commit cd3b472
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions class-gwiz-gf-openai.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ public function init_auto_updater()

$this->updater = new GWiz_GF_OpenAI\Dependencies\Inc2734\WP_GitHub_Plugin_Updater\Bootstrap(
plugin_basename(plugin_dir_path(__FILE__) . 'gravityforms-openai.php'),
'gravitywiz',
'bi1101',
'gravityforms-openai',
array(
'description_url' => 'https://raw.githubusercontent.com/gravitywiz/gravityforms-openai/master/readme.md',
'changelog_url' => 'https://raw.githubusercontent.com/gravitywiz/gravityforms-openai/master/changelog.txt',
'description_url' => 'https://raw.githubusercontent.com/bi1101/gravityforms-openai/master/readme.md',
'changelog_url' => 'https://raw.githubusercontent.com/bi1101/gravityforms-openai/master/changelog.txt',
'icons' => array(
'svg' => 'https://raw.githubusercontent.com/gravitywiz/gravityforms-openai/master/icon.svg',
'svg' => 'https://raw.githubusercontent.com/bi1101/gravityforms-openai/master/icon.svg',
),
'banners' => array(
'low' => 'https://gravitywiz.com/wp-content/uploads/2022/12/gfoai-by-dalle-1.png',
Expand Down

0 comments on commit cd3b472

Please sign in to comment.