diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 13f5b0e98..54977744d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,3 +10,21 @@ * Platform: WordPress | Drupal | Standalone * Platform version: * Yoast SEO version: + + +Which browser is affected (or browsers): +- [ ] Chrome +- [ ] Firefox +- [ ] Safari +- [ ] Other + + +If relevant, which editor is affected (or editors): +- [ ] Classic Editor +- [ ] Gutenberg +- [ ] Classic Editor plugin + +Beta +- [ ] Recalibration beta activated diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1982689..ced356270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,19 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com). All notable changes to this project will be documented in this file. We will follow [Semantic Versioning](http://semver.org/) from version 2 and onwards. -### 1.43.0 November 19th, 2018 +## 1.44.0 December 14th, 2018 +### Fixed +* Fixes a bug where keyphrases weren't recognized in the URL when the words in the URL were separated by underscore characters instead of hyphens. +* Fixes a bug that caused numbers to be stripped when marking a keyphrase containing a number, e.g. `Yoast SEO 9.3`. + +### Added +* Adds relevant words from the browserified example to the dev tool. +* Adds the option to use local morphology data in the dev tool. + +### Changed +* Improves error handling in the analysis web worker by rejecting the last request instead of just throwing an error. + +## 1.43.0 November 19th, 2018 ### Fixed * Fixes assessments failing when using a `<` sign in the content. * Fixes a bug where paragraphs were sometimes not correctly detected because paragraph tags were not automatically added in WordPress-like fashion. diff --git a/examples/relevant-words-example/index.html b/examples/relevant-words-example/index.html deleted file mode 100644 index 71df771e3..000000000 --- a/examples/relevant-words-example/index.html +++ /dev/null @@ -1,36 +0,0 @@ - - -
- -Word | \nDensity | \nOccurrences | \nLength | \nRelevant word percentage | \nLength bonus | \nMultiplier | \nRelevance | \n
---|---|---|---|---|---|---|---|
' + ((__t = words[i].word) == null ? '' : __t) + ' | \n' + ((__t = words[i].density) == null ? '' : __t) + ' | \n' + ((__t = words[i].occurrences) == null ? '' : __t) + ' | \n' + ((__t = words[i].length) == null ? '' : __t) + ' | \n' + ((__t = words[i].relevantWordPercentage) == null ? '' : __t) + ' | \n' + ((__t = words[i].lengthBonus) == null ? '' : __t) + ' | \n' + ((__t = words[i].multiplier) == null ? '' : __t) + ' | \n' + ((__t = words[i].relevance) == null ? '' : __t) + ' | \n
' + __e(i18n.snippetPreviewDescription) + '
\n\n