Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #279 from skoleapp/v1.3.5-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruohola authored Jan 28, 2021
2 parents d48e142 + 052fe34 commit cff7843
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.5] - 2021-01-27

### Changed

- Replace all emojis in menu items with material icons.
- Emphasize footer headers.

### Fixed

- Fix 500 error when requesting `sitemap.xml`.
- Fix vertical alignment for resource bottom navbar.
- Fix bug of created field not working in trending preview.
- Fix bug of comment links not working from profile.
- Fix text wrapping for tab labels on profile and remove emojis from them.

## [1.3.4] - 2021-01-26

### Changed
Expand Down
35 changes: 34 additions & 1 deletion Insomnia.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_type: export
__export_format: 4
__export_date: 2020-12-29T21:27:42.268Z
__export_date: 2021-01-23T13:43:48.557Z
__export_source: insomnia.desktop.app:v2020.5.2
resources:
- _id: req_7c4b81c4bd664de3864fad87a00c3abf
Expand Down Expand Up @@ -646,6 +646,39 @@ resources:
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_ce3c283ec3af43e5a2f05d5d909c5f9b
parentId: fld_78601cb821124a789353bc6243fda754
modified: 1611409270111
created: 1611409228341
url: localhost:8000/graphql/
name: reosurces
description: ""
method: POST
body:
mimeType: application/graphql
text: '{"query":"query Resources($user: ID, $course: ID, $page: Int, $pageSize:
Int) {\n resources(user: $user, course: $course, page: $page, pageSize:
$pageSize)
{\n page\n pages\n hasNext\n hasPrev\n count\n objects
{\n id\n title\n date\n title\n file\n score\n user
{\n id\n }\n vote
{\n id\n status\n }\n course
{\n id\n code\n name\n }\n }\n }\n}\n","variables":{},"operationName":"Resources"}'
parameters: []
headers:
- id: pair_d3ecbf212959474da4f672981cab6244
name: Content-Type
value: application/json
authentication: {}
metaSortKey: -1576078003238
isPrivate: false
settingStoreCookies: true
settingSendCookies: true
settingDisableRenderRequestBody: false
settingEncodeUrl: true
settingRebuildPath: true
settingFollowRedirects: global
_type: request
- _id: req_914b113e70a544499113626fc1d64d90
parentId: fld_78601cb821124a789353bc6243fda754
modified: 1607623722898
Expand Down

0 comments on commit cff7843

Please sign in to comment.