Skip to content

Commit

Permalink
Fixed #2740
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Apr 13, 2018
1 parent 556b579 commit 7a25cbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Fixed a bug where static translations within dynamic entry title formats were getting translated using the current site’s language, rather than the entry’s language. ([#2722](https://github.com/craftcms/cms/issues/2722))
- Fixed a bug where deprecation errors for some date formatting methods were not escaping backslashes.
- Fixed a bug where plugins’ “Last update” timestamps in the Plugin Store weren’t getting formatted correctly in Safari. ([#2733](https://github.com/craftcms/cms/issues/2733))
- Fixed references to a nonexistant `Craft.eot` file in the Control Panel CSS. ([#2740](https://github.com/craftcms/cms/issues/2740))

## 3.0.2 - 2018-04-10

Expand Down
4 changes: 1 addition & 3 deletions src/web/assets/cp/dist/css/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

@font-face {
font-family: 'Craft';
src: url('../fonts/Craft.eot');
src: url('../fonts/Craft.eot?#iefix') format('embedded-opentype'),
url('../fonts/Craft.woff') format('woff'),
src: url('../fonts/Craft.woff') format('woff'),
url('../fonts/Craft.ttf') format('truetype'),
url('../fonts/Craft.svg#Craft') format('svg');
font-weight: normal;
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/craft.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/craft.css.map

Large diffs are not rendered by default.

0 comments on commit 7a25cbb

Please sign in to comment.