diff --git a/about.php b/about.php index eee2c0e..8f17f38 100644 --- a/about.php +++ b/about.php @@ -37,7 +37,7 @@
  1. Create a Raygun account.
  2. Go to the Raygun dashboard and create a new application. This represents your website.
  3. -
  4. Go to the Raygun4WP settings page.
  5. +
  6. Go to the Raygun settings page.
  7. Paste your API key into the API key field.
  8. Enable Crash Reporting and Real User Monitoring.
  9. Click Save Changes.
  10. diff --git a/assets/banner-1544x500.png b/assets/banner-1544x500.png new file mode 100644 index 0000000..e22bde4 Binary files /dev/null and b/assets/banner-1544x500.png differ diff --git a/assets/banner-772x250.png b/assets/banner-772x250.png new file mode 100644 index 0000000..dde0475 Binary files /dev/null and b/assets/banner-772x250.png differ diff --git a/assets/icon-128x128.png b/assets/icon-128x128.png new file mode 100644 index 0000000..f77b7cb Binary files /dev/null and b/assets/icon-128x128.png differ diff --git a/assets/icon-256x256.png b/assets/icon-256x256.png new file mode 100644 index 0000000..c6099e9 Binary files /dev/null and b/assets/icon-256x256.png differ diff --git a/main.php b/main.php index a28ec4d..2a579a5 100644 --- a/main.php +++ b/main.php @@ -215,8 +215,8 @@ function rg4wp_dash() { function rg4wp_admin() { $logourl = plugins_url('img/logo.png', __FILE__); - add_menu_page('Raygun4WP', 'Raygun4WP', 'administrator', 'rg4wp', 'rg4wp_about', $logourl); - add_submenu_page('rg4wp', 'About Raygun4WP', 'About', 'administrator', 'rg4wp', 'rg4wp_about'); + add_menu_page('Raygun', 'Raygun', 'administrator', 'rg4wp', 'rg4wp_about', $logourl); + add_submenu_page('rg4wp', 'About Raygun', 'About', 'administrator', 'rg4wp', 'rg4wp_about'); add_submenu_page('rg4wp', 'Settings', 'Settings', 'administrator', 'rg4wp-settings', 'rg4wp_settings'); add_submenu_page('rg4wp', 'Dashboard', 'Dashboard', 'administrator', 'rg4wp-dash', 'rg4wp_dash'); } diff --git a/raygun4wp.php b/raygun4wp.php index 8430149..6918ef3 100644 --- a/raygun4wp.php +++ b/raygun4wp.php @@ -1,10 +1,12 @@ - Raygun4WP test error + Raygun4WP Test Error