Skip to content

Commit a67b6e6

Browse files
RandallKentbrian-mann
authored andcommitted
SEO tweaks (#167)
* Remove meta description in favor of letting open_graph() handle it * Fix broken links to the deprecated `core-desktop-gui` repo which moved into the `cypress` repo
1 parent 4eb3309 commit a67b6e6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

source/guides/references/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ Fixed {% url "`.type()`" type %} not firing `input` event for {% url "React" htt
452452
- 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' %}.
453453
- We now show the entire scaffolded tree of files when adding a brand new project. Fixes {% issue 401 '#401' %}.
454454
- We display errors coming from `babel` with more helpful information now.
455-
- 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**.
455+
- 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**.
456456

457457
# 0.18.5
458458

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

10721072
**Misc:**
10731073

1074-
- 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.
1074+
- 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.
10751075
- Improved the {% issue 74#issuecomment-208422453 'error message' %} displayed to users on Windows attempting to download the Cypress Desktop app.
10761076

10771077
# 0.15.2

themes/cypress/layout/partial/head.swig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<meta charset="utf-8">
33
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
44
<meta name="viewport" content="width=device-width, initial-scale=1">
5-
<meta name="description" content="{% if page.description %}{{ page.description }}{% endif %}" />
65

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

0 commit comments

Comments
 (0)