Skip to content

Commit

Permalink
V4.0.0 final prep (builttoroam#370)
Browse files Browse the repository at this point in the history
* Removed a redundant block (builttoroam#194)

* cherrypick workflows, changelog

* folder fix

* set version to v4

* changelog update

Co-authored-by: Brett Lim <brett@builttoroam.com>
Co-authored-by: Nick Randolph <nick@builttoroam.com>
Co-authored-by: Built to Roam Admin <admin@builttoroam.com>
  • Loading branch information
4 people authored Nov 28, 2021
1 parent 3551139 commit d8a62b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
21 changes: 10 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
# Changelog

To benefit from the current changelog reader in CI/CD, please follow the changelog format from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- To benefit from the current changelog reader in CI/CD, please follow the changelog format from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -->

## [4.0.1]
## [4.0.0](https://github.com/builttoroam/device_calendar/releases/tag/4.0.0)

- Timezone plugin and logic implemented. Fixed all issues related to timezone.
- Timezone plugin and logic implemented. All issues related to timezone shoulde be fixed.
- Events.availability defaults to busy when not specified [354](https://github.com/builttoroam/device_calendar/pull/354)
- Events parameter now includes location and url. [319](https://github.com/builttoroam/device_calendar/pull/319)
- Android: Fixed bug where platform exception appeared, when Events.availability was null on Event [241](https://github.com/builttoroam/device_calendar/issues/241)
- Fixed example app issues [270](https://github.com/builttoroam/device_calendar/issues/270), [268](https://github.com/builttoroam/device_calendar/issues/268)
- Android code variable order fix for issue [258](https://github.com/builttoroam/device_calendar/issues/258)
- Fixed various issues in example [270](https://github.com/builttoroam/device_calendar/issues/270), [268](https://github.com/builttoroam/device_calendar/issues/268)
- Android: deleteEvent code aligned with flutter [258](https://github.com/builttoroam/device_calendar/issues/258)
- Android: Updated to V2 embeddding [326](https://github.com/builttoroam/device_calendar/issues/326)
- iOS: Updated swift versions, possibly improved compability with Obj-C [flutter/flutter#16049 (comment)](https://github.com/flutter/flutter/issues/16049#issuecomment-611192738)

## [4.0.0]
## [3.9.0](https://github.com/builttoroam/device_calendar/releases/tag/3.9.0)

- Migrated to null safety
- Updated multiple underlying dependencies
- Rebuilt iOS podfile
- Upgraded to new Android plugins APIs for flutter

## 3.2.0

- Added time zone support
- Project hierarchy update and clean up

## 3.1.0 25th March 2020 - Bug fixes and new features

- Boolean variable `isDefault` added for issue [145](https://github.com/builttoroam/device_calendar/issues/145) (**NOTE**: This is not supported Android API 16 or lower, `isDefault` will always be false)
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: device_calendar
description: A cross platform plugin for modifying calendars on the user's device.
version: 4.0.1
version: 4.0.0
homepage: https://github.com/builttoroam/device_calendar/tree/master

dependencies:
Expand All @@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
lints: ^1.0.1
flutter_lints: ^1.0.4

# The following section is specific to Flutter.
flutter:
Expand Down

0 comments on commit d8a62b3

Please sign in to comment.