Skip to content

SEO tweaks #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 25, 2017
Merged
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: 2 additions & 2 deletions source/guides/references/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ Fixed {% url "`.type()`" type %} not firing `input` event for {% url "React" htt
- We now validate that `baseUrl` is accessible **prior** to running tests. This prevents a common situation where you may forget to boot your web server and have instantly failing tests. Fixes {% issue 383 '#383' %}.
- We now show the entire scaffolded tree of files when adding a brand new project. Fixes {% issue 401 '#401' %}.
- We display errors coming from `babel` with more helpful information now.
- Changed the [Desktop GUI](https://github.com/cypress-io/cypress-core-desktop-gui) to use `JWT` for authorization. **You will have to log in again**.
- Changed the [Desktop GUI](https://github.com/cypress-io/cypress/tree/develop/packages/desktop-gui) to use `JWT` for authorization. **You will have to log in again**.

# 0.18.5

Expand Down Expand Up @@ -1071,7 +1071,7 @@ Fixed {% url "`.type()`" type %} not firing `input` event for {% url "React" htt

**Misc:**

- Open sourced another core repo: [Cypress Core Desktop GUI](https://github.com/cypress-io/cypress-core-desktop-gui) which makes up the Cypress Desktop Application.
- Open sourced another core repo: [Cypress Core Desktop GUI](https://github.com/cypress-io/cypress/tree/develop/packages/desktop-gui) which makes up the Cypress Desktop Application.
- Improved the {% issue 74#issuecomment-208422453 'error message' %} displayed to users on Windows attempting to download the Cypress Desktop app.

# 0.15.2
Expand Down
1 change: 0 additions & 1 deletion themes/cypress/layout/partial/head.swig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% if page.description %}{{ page.description }}{% endif %}" />

<title>{{ config.title }} | {% if page.title %}{{ page.title }}{% else %}{{ config.subtitle }}{% endif %}</title>

Expand Down