Skip to content

Commit

Permalink
Minor bug fixes
Browse files Browse the repository at this point in the history
- Improved support of short phrases as the focus keyword
- Fixed a bug where non-url valid characters caused one of the keyword tests to fail
- Fixed JS bug when creating an SEO field #41
  • Loading branch information
Tam committed Jun 23, 2017
1 parent f83e343 commit 4aa1414
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ All parameters are optional.

## Changelog

### 1.4.5 - CURRENT WIP
### 1.4.5
- Improved support of short phrases as the focus keyword
- Fixed a bug where non-url valid characters caused one of the keyword tests to fail
- Fixed JS bug when creating an SEO field #41

### 1.4.4
- More CSRF JS bug fixes #40 - @caleuanhopkins
Expand Down
10 changes: 10 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,15 @@
"notes": [
"[Fixed] More CSRF JS bug fixes #40 - @caleuanhopkins"
]
},
{
"version": "1.4.5",
"downloadUrl": "https://github.com/ethercreative/seo/archive/v1.4.5.zip",
"date": "2017-06-23T10:08:00-08:00",
"notes": [
"[Improved] support of short phrases as the focus keyword",
"[Fixed] a bug where non-url valid characters caused one of the keyword tests to fail",
"[Fixed] JS bug when creating an SEO field #41"
]
}
]
3 changes: 0 additions & 3 deletions seo/fieldtypes/SeoFieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ public function getInputHtml($name, $value)

public function getSettingsHtml()
{
$namespaceId = craft()->templates->namespaceInputId(craft()->templates->formatInputId('readability'));

craft()->templates->includeJsResource('seo/js/seo-settings.min.js');
craft()->templates->includeJs("new SeoSettings.SortableList('#{$namespaceId}');");

return craft()->templates->render('seo/_seo-fieldtype-settings', array(
'settings' => $this->getSettings(),
Expand Down

0 comments on commit 4aa1414

Please sign in to comment.