diff --git a/images/avatar.png b/images/avatar.png new file mode 100644 index 00000000..6552c625 Binary files /dev/null and b/images/avatar.png differ diff --git a/includes/classes/admin/admin.php b/includes/classes/admin/admin.php index 20e56487..95269883 100644 --- a/includes/classes/admin/admin.php +++ b/includes/classes/admin/admin.php @@ -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() ) { diff --git a/readme.txt b/readme.txt index 0ef820a9..a8197d07 100644 --- a/readme.txt +++ b/readme.txt @@ -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).