File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project get documented in this file. _ Unless I forget it. Sorry._
3
3
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
+
4
16
## 1.1.0 - 2021-01-09
5
17
### Changed
6
- - Updated depenencies (Guzzle & PHPUnit) to latest versions. _ (Thanks, @vdhicts )_
18
+ - Updated dependencies (Guzzle & PHPUnit) to latest versions. _ (Thanks, @vdhicts )_
7
19
8
20
## 1.0.1 - 2020-11-22
9
21
### Changed
@@ -37,7 +49,7 @@ All notable changes to this project get documented in this file. _Unless I forge
37
49
38
50
## 0.7.0 - 2018-03-22
39
51
### Changed
40
- - Merged latest version from @balazscsaba2006 .
52
+ - Merged the latest version from @balazscsaba2006 .
41
53
- Updated some coding style settings.
42
54
43
55
## 0.6.0 - 2018-03-06
@@ -74,7 +86,7 @@ All notable changes to this project get documented in this file. _Unless I forge
74
86
## 0.1.0 - 2014-12-21
75
87
### Added
76
88
- Started to code this library.
77
- - Implemented loginUser() to login a user.
89
+ - Implemented loginUser() to log in a user.
78
90
- Aliased loginUser() as getUserDetails(), because that’s what it does. ;)
79
91
- Implemented testToken() to check if the internally set token is valid.
80
92
- Implemented static getTimezones(), which returns all the different time zones Todoist supports.
You can’t perform that action at this time.
0 commit comments