Skip to content

Commit

Permalink
Merge pull request #24 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 5.1.0
  • Loading branch information
andyone authored Sep 1, 2020
2 parents e65d194 + 0eb559b commit 671f9df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go

go:
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- tip

branches:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Before the initial install allows git to use redirects for [pkg.re](https://gith
git config --global http.https://pkg.re.followRedirects true
```

Make sure you have a working Go 1.12+ workspace (_[instructions](https://golang.org/doc/install)_), then:
Make sure you have a working Go 1.13+ workspace (_[instructions](https://golang.org/doc/install)_), then:

````
go get pkg.re/essentialkaos/go-confluence.v5
Expand Down
3 changes: 3 additions & 0 deletions team_calandars.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,14 @@ type CalendarEvent struct {
CustomEventTypeID string `json:"customEventTypeId"`
SubCalendarID string `json:"subCalendarId"`
IconURL string `json:"iconUrl"`
IconLink string `json:"iconLink"`
MediumIconURL string `json:"mediumIconUrl"`
BackgroundColor string `json:"backgroundColor"`
BorderColor string `json:"borderColor"`
TextColor string `json:"textColor"`
ColorScheme string `json:"colorScheme"`
Where string `json:"where"`
FormattedStartDate string `json:"confluenceFormattedStartDate"`
Start *Date `json:"start"`
End *Date `json:"end"`
OriginalStartDateTime *Date `json:"originalStartDateTime"`
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
NAME = "Go-Confluence"

// VERSION is package version
VERSION = "5.0.1"
VERSION = "5.1.0"
)

// ////////////////////////////////////////////////////////////////////////////////// //

0 comments on commit 671f9df

Please sign in to comment.