Skip to content

Commit

Permalink
Merge branch 'release/3.0.0' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Apr 17, 2018
2 parents 229ebc3 + a8fd4a0 commit 6fb1a5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# SEOmatic Changelog

## 3.0.0 - 2018.04.17
### Added
* Official GA release

## 3.0.0-beta.24 - 2018.04.17
### Changed
* Fixed a regression that caused the Site switcher to no longer work in the SEOmatic settings
Expand Down
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,24 @@ Related: [SEOmatic for Craft 2.x](https://github.com/nystudio107/seomatic). SEOm

## Requirements

This plugin requires Craft CMS 3.0.0-RC12 or later.
This plugin requires Craft CMS 3.0.2 or later.

## Installation

To install SEOmatic, follow these steps:

1. Install with Composer via `composer require nystudio107/craft-seomatic:^3.0.0-beta.3`
1. Install with Composer via `composer require nystudio107/craft-seomatic`
2. Install plugin in the Craft Control Panel under Settings > Plugins

You can also install SEOmatic via the **Plugin Store** in the Craft AdminCP.

SEOmatic works on Craft 3.x.

## SEOmatic Beta Notes
## SEOmatic Usage Notes

### Issues

SEOmatic for Craft CMS 3 is currently in beta; that means it _may_ be a little rough around the edges. Please report any issues you find to the [SEOmatic Issues](https://github.com/nystudio107/craft-seomatic/issues) page.

### Can I use it on a live production site?

Yes, you can. And people are. All software is of varying degrees of perfection (with beta software tending towards the "less perfect" end of the spectrum), but SEOmatic is ready for your website.

Like any beta software, SEOmatic for Craft CMS 3 may have issues that need addressing. However, we have been using SEOmatic for Craft CMS 3 on a number of live production sites for some time without incident.

The GA release is coming very soon.

Report any issues you find on the [SEOmatic Issues](https://github.com/nystudio107/craft-seomatic/issues) page, and you should see a fairly rapid turn-around time in them being addressed.
Please report any issues you find to the [SEOmatic Issues](https://github.com/nystudio107/craft-seomatic/issues) page.

### Upgrading from SEOmatic 1.x for Craft CMS 2.x

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-seomatic",
"description": "SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.",
"type": "craft-plugin",
"version": "3.0.0-beta.24",
"version": "3.0.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 6fb1a5a

Please sign in to comment.