diff --git a/README.md b/README.md index 93ffe4a..33b3fa0 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a * Add ability to have and individual email sent to each recipient by setting x-smtpapi-to in headers **1.7.5** -* Fixed an issue with the reset password email from Wordpress +* Fixed an issue with the reset password email from WordPress * Updated validation for email addresses * Fixed an issue where some errors were not displayed on the settings page * Add substitutions functionality @@ -449,7 +449,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a * BREAKING CHANGE: Don't make update if you don't have mcrypt php library enabled * Added the possibility of setting the api key or username/password empty * Added the possibility of selecting the authentication method -* Removed dependency on cURL, now all API requests are made through Wordpress +* Removed dependency on cURL, now all API requests are made through WordPress * Sending mail via SMTP now supports API keys * Security improvements * Refactored old code @@ -670,7 +670,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a * Add ability to have and individual email sent to each recipient by setting x-smtpapi-to in headers **1.7.5** -* Fixed an issue with the reset password email from Wordpress +* Fixed an issue with the reset password email from WordPress * Updated validation for email addresses * Fixed an issue where some errors were not displayed on the settings page * Add substitutions functionality @@ -697,7 +697,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a * BREAKING CHANGE: Don't make update if you don't have mcrypt php library enabled * Added the possibility of setting the api key or username/password empty * Added the possibility of selecting the authentication method -* Removed dependency on cURL, now all API requests are made through Wordpress +* Removed dependency on cURL, now all API requests are made through WordPress * Sending mail via SMTP now supports API keys * Security improvements * Refactored old code diff --git a/lib/class-sendgrid-statistics.php b/lib/class-sendgrid-statistics.php index 38ffa75..cea5007 100644 --- a/lib/class-sendgrid-statistics.php +++ b/lib/class-sendgrid-statistics.php @@ -57,7 +57,7 @@ public static function add_dashboard_widget() return; } - add_meta_box( 'sendgrid_statistics_widget', 'SendGrid Wordpress Statistics', array( __CLASS__, 'show_dashboard_widget' ), + add_meta_box( 'sendgrid_statistics_widget', 'SendGrid WordPress Statistics', array( __CLASS__, 'show_dashboard_widget' ), 'dashboard', 'normal', 'high' ); } diff --git a/readme.txt b/readme.txt index b447a31..03a043a 100644 --- a/readme.txt +++ b/readme.txt @@ -393,7 +393,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a * Updated validation for email addresses in the headers field of the send test email form * Add ability to have and individual email sent to each recipient by setting x-smtpapi-to in headers = 1.7.5 = -* Fixed an issue with the reset password email from Wordpress +* Fixed an issue with the reset password email from WordPress * Updated validation for email addresses * Fixed an issue where some errors were not displayed on the settings page * Add substitutions functionality @@ -415,7 +415,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a * BREAKING CHANGE: Don't make update if you don't have mcrypt php library enabled * Added the possibility of setting the api key or username/password empty * Added the possibility of selecting the authentication method -* Removed dependency on cURL, now all API requests are made through Wordpress +* Removed dependency on cURL, now all API requests are made through WordPress * Sending mail via SMTP now supports API keys * Security improvements * Refactored old code @@ -576,7 +576,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a * Updated validation for email addresses in the headers field of the send test email form * Add ability to have and individual email sent to each recipient by setting x-smtpapi-to in headers = 1.7.5 = -* Fixed an issue with the reset password email from Wordpress +* Fixed an issue with the reset password email from WordPress * Updated validation for email addresses * Fixed an issue where some errors were not displayed on the settings page * Add substitutions functionality @@ -598,7 +598,7 @@ The value is in seconds, this means that API requests will wait 10 seconds for a * BREAKING CHANGE: Don't make update if you don't have mcrypt php library enabled * Added the possibility of setting the api key or username/password empty * Added the possibility of selecting the authentication method -* Removed dependency on cURL, now all API requests are made through Wordpress +* Removed dependency on cURL, now all API requests are made through WordPress * Sending mail via SMTP now supports API keys * Security improvements * Refactored old code diff --git a/view/sendgrid_stats.php b/view/sendgrid_stats.php index 6229b30..d5b3546 100644 --- a/view/sendgrid_stats.php +++ b/view/sendgrid_stats.php @@ -5,7 +5,7 @@ -

SendGrid Wordpress Statistics

+

SendGrid WordPress Statistics

@@ -20,7 +20,7 @@