Skip to content

Commit

Permalink
🔧 Removed the hardcoded references to avatars and pulled it into the …
Browse files Browse the repository at this point in the history
…plugin
  • Loading branch information
CWDN committed Jun 4, 2024
1 parent 2f42f17 commit 22a275e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added images/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion includes/classes/admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public function api_setup_complete_cb() {

$data['avatar'] = ! empty( $data['avatar'] )
? 'https://gathercontent-production-avatars.s3-us-west-2.amazonaws.com/' . $data['avatar']
: 'https://app.gathercontent.com/assets/img/avatar.png';
: GATHERCONTENT_URL . 'images/avatar.png';

if ( $this->set_my_account() ) {

Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Below the text box is a button that will allow you to simply save all of that in

**Note:** This information contains potentially senstive data. Please be careful with where you post it. Do not post it in the WordPress support forums.

= What external services do we communicate to? =
We only ping the Content Workflow API to fetch and push data. We do not send any data to any other services. We shall also be pulling your avatar from your account to display in the plugin.

= If you need help =
* Please [visit our support documentation](https://support.bynder.com/hc/en-us/articles/14786938909458-Content-Workflow-Integrations#wordpress-integration).

Expand Down

0 comments on commit 22a275e

Please sign in to comment.