Skip to content

Commit c755686

Browse files
committed
Updated CHANGELOG.md
1 parent d1aa25a commit c755686

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Changelog
22
All notable changes to this project get documented in this file. _Unless I forget it. Sorry._
33

4+
## 2.0.0 - 2022-11-25
5+
### Changed
6+
- Updated the library to work with v2 API. _(Thanks, @Valkyrie00)_
7+
- Removed PHP 7.x support (EOL), prepared for PHP 8.2.
8+
- Improved tests.
9+
- Some more code cleanups and fixes.
10+
11+
## 1.1.1 - 2022-08-11
12+
### Changed
13+
- Updated dependencies (Guzzle & PHPUnit) to latest versions.
14+
- Removed deprecated FILTER_SANITIZE_STRING. _(Thanks, @dvdheiden)_
15+
416
## 1.1.0 - 2021-01-09
517
### Changed
6-
- Updated depenencies (Guzzle & PHPUnit) to latest versions. _(Thanks, @vdhicts)_
18+
- Updated dependencies (Guzzle & PHPUnit) to latest versions. _(Thanks, @vdhicts)_
719

820
## 1.0.1 - 2020-11-22
921
### Changed
@@ -37,7 +49,7 @@ All notable changes to this project get documented in this file. _Unless I forge
3749

3850
## 0.7.0 - 2018-03-22
3951
### Changed
40-
- Merged latest version from @balazscsaba2006.
52+
- Merged the latest version from @balazscsaba2006.
4153
- Updated some coding style settings.
4254

4355
## 0.6.0 - 2018-03-06
@@ -74,7 +86,7 @@ All notable changes to this project get documented in this file. _Unless I forge
7486
## 0.1.0 - 2014-12-21
7587
### Added
7688
- Started to code this library.
77-
- Implemented loginUser() to login a user.
89+
- Implemented loginUser() to log in a user.
7890
- Aliased loginUser() as getUserDetails(), because that’s what it does. ;)
7991
- Implemented testToken() to check if the internally set token is valid.
8092
- Implemented static getTimezones(), which returns all the different time zones Todoist supports.

0 commit comments

Comments
 (0)