Skip to content

Commit

Permalink
Fixed #97
Browse files Browse the repository at this point in the history
  • Loading branch information
Tam committed May 16, 2018
1 parent 3ea478e commit acf7a8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.2.8 - 2018-05-16
### Fixed
- Fixed bug where `robots.txt` would not be accessible when not logged in.

## 3.2.7 - 2018-05-10
**Heads up:** This update includes changes to the SEO `meta.twig`. If you are using a custom version you can review the changes [here](https://github.com/ethercreative/seo/commits/v3/src/templates/_seo/meta.twig).

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": "ether/seo",
"license": "MIT",
"description": "SEO utilities including a unique field type, sitemap, & redirect manager",
"version": "3.2.7",
"version": "3.2.8",
"type": "craft-plugin",
"minimum-stability": "dev",
"require": {
Expand Down
2 changes: 2 additions & 0 deletions src/controllers/SeoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
class SeoController extends Controller
{

protected $allowAnonymous = ['robots'];

public function actionIndex ()
{
$this->renderTemplate('seo/index');
Expand Down

0 comments on commit acf7a8e

Please sign in to comment.