Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ craft.seo.custom(

All parameters are optional.

## Localization

This plugin is fully localizable via Craft [static message translation](https://craftcms.com/docs/3.x/sites.html#static-message-translations) feature. The plugin handle is `seo`.

## Upcoming Features

If you have a feature suggestion, [leave an issue](https://github.com/ethercreative/seo/issues) with the prefix `[FR]`.
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "ether/seo",
"license": "MIT",
"description": "SEO utilities including a unique field type, sitemap, & redirect manager",
"version": "3.7.4",
"type": "craft-plugin",
"minimum-stability": "dev",
"require": {
Expand All @@ -22,7 +21,12 @@
"name": "SEO",
"developer": "Ether Creative",
"developerUrl": "https://ethercreative.co.uk",

"class": "ether\\seo\\Seo"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}
Loading