Skip to content

Commit

Permalink
Merge pull request #14 from timbocode/dev
Browse files Browse the repository at this point in the history
Version 0.3.1
  • Loading branch information
timbocode authored Nov 18, 2019
2 parents 2a02cf4 + 708cfdc commit 0b80503
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
13 changes: 7 additions & 6 deletions assets/admin/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion assets/admin/img/classic-seo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions classicpress-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -37,7 +37,7 @@ class Classic_SEO {
*
* @var string
*/
public $version = '0.3.0';
public $version = '0.3.1';

/**
* Classic SEO database version.
Expand Down

0 comments on commit 0b80503

Please sign in to comment.