diff --git a/README.md b/README.md
index 20b69dd..09fabd4 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,14 @@ Social meta: Support for Facebook, Twitter, Google Places, LinkedIn, Instagram,
Support for [Classic Commerce](https://github.com/ClassicPress-research/classic-commerce) to be added|
## Support
-If you find a bug, please create an issue on the [issues page](https://github.com/ClassicPress-research/classicpress-seo/issues)
+If you find a bug, please create an issue on the [issues page](https://github.com/ClassicPress-research/classicpress-seo/issues) or [create a topic](https://forums.classicpress.net/) in the ClassicPress forums.
## Changelog
-### v 0.3.0
+### v 0.3.1 (Nov 18, 2019)
+- FIX: Classic SEO icon size in admin menu
+
+### v 0.3.0 (Nov 18, 2019)
- NEW: Plugin has new name. Now called Classic SEO as per [discussions on forums](https://forums.classicpress.net/t/plugin-theme-naming-conventions-when-to-use-classicpress-and-or-cp/1653/8)
(Note: plugin directory is still called "classicpress-seo" and the main PHP file is called "classicpress-seo.php". These will be changed in a future version.)
- NEW: Added ability to set metabox position on post/page/product edit pages
@@ -49,15 +52,15 @@ If you find a bug, please create an issue on the [issues page](https://github.co
- Updated the Help page
- Plugin icon updated
-### v 0.2.2
+### v 0.2.2 (Oct 31, 2019)
- Fixed CSS bug which prevented tab icons from displaying correctly on post edit page in admin
- Fixed bug that disabled the sitemap "Include Featured Images" feature
- Improved l8n checks
- Removed a couple of debug messages from assessor.js (forgot they were still there!)
- Removed a couple of unused files
-### v 0.2.1
+### v 0.2.1 (Oct 27, 2019)
- Fixed issue with breadcrumbs not displaying
-### v 0.2.0
+### v 0.2.0 (Oct 26, 2019)
- Initial public release
diff --git a/assets/admin/css/common.css b/assets/admin/css/common.css
index 7773e9c..4877241 100644
--- a/assets/admin/css/common.css
+++ b/assets/admin/css/common.css
@@ -1502,12 +1502,13 @@ body.cpseo-styles {
height: 18px;
}
-#adminmenu #toplevel_page_cpseo .wp-menu-image.dashicons-before img {
- vertical-align: top;
- display: inline-block;
- text-align: center;
- width: 20px;
- height: 20px;
+#adminmenu #toplevel_page_cpseo .wp-menu-image img {
+ max-width: 20px;
+ height: 20px;
+ -o-object-fit: fill;
+ object-fit: fill;
+ margin-top: -3px;
+ width: 20px;
}
#cpseo-header #cpseo-admin h1::before {
diff --git a/assets/admin/img/classic-seo.svg b/assets/admin/img/classic-seo.svg
index 9a1f641..caf5a7a 100644
--- a/assets/admin/img/classic-seo.svg
+++ b/assets/admin/img/classic-seo.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/classicpress-seo.php b/classicpress-seo.php
index 82e87a0..e468992 100644
--- a/classicpress-seo.php
+++ b/classicpress-seo.php
@@ -6,7 +6,7 @@
* Plugin Name: Classic SEO
* Plugin URI: https://www.classicpress.net
* Description: SEO solution for ClassicPress (experimental).
- * Version: 0.3.0
+ * Version: 0.3.1
* Author: ClassicPress Community
* Author URI: https://www.classicpress.net
* GitHub Plugin URI: https://github.com/ClassicPress-research/classicpress-seo
@@ -37,7 +37,7 @@ class Classic_SEO {
*
* @var string
*/
- public $version = '0.3.0';
+ public $version = '0.3.1';
/**
* Classic SEO database version.