You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36-27Lines changed: 36 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,38 +7,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased][]
9
9
10
-
**Note:** Support for PHP 7.1 is finally dropped. Please upgrade to at least version 7.2. Version 7.4 is recommended.
10
+
Spring clean 2022!
11
11
12
12
### Added
13
13
14
14
-`Idoit::search()`, `Idoit::batchSearch`: Add search modes "normal" (default), "deep" and "auto-deep"
15
15
16
16
### Changed
17
17
18
-
- Require at least PHP version 7.2
18
+
-**Breaking:** Change Composer package to `idoit/apiclient`
19
+
-**Breaking:** Change PHP namespace to `Idoit\APIClient`
20
+
-**Breaking:** Move repository to `github.com/i-doit/api-client-php`
21
+
-**Breaking:** Require at least PHP version `8.0`
22
+
- Recommend PHP version `8.1`
23
+
-**Breaking:** Require at least i-doit `1.18.1` and its API add-on `1.12.3`
24
+
25
+
### Deprecated
26
+
27
+
- Deprecate support of PHP version `7.4`
19
28
20
29
### Removed
21
30
22
-
- Drop support of PHP version 7.1
31
+
-**Breaking:**Drop support of PHP version `7.1`, `7.2`, and `7.3`
23
32
24
33
## [0.10][] – 2020-04-07
25
34
26
-
**Note:** Support for PHP 7.0 is finally dropped. Version 7.1 is deprecated. Support will be dropped in a further release. Please upgrade to at least version 7.2. Version 7.4 is recommended.
35
+
**Note:** Support for PHP `7.0` is finally dropped. Version `7.1` is deprecated. Support will be dropped in a further release. Please upgrade to at least version `7.2`. Version `7.4` is recommended.
27
36
28
37
### Changed
29
38
30
-
- Require at least PHP version 7.1 on production environments
31
-
- Require at least PHP version 7.2 on dev/CI environments
32
-
- Mark PHP version 7.1 as deprecated
33
-
- Recommend PHP version 7.4
39
+
- Require at least PHP version `7.1` on production environments
40
+
- Require at least PHP version `7.2` on dev/CI environments
41
+
- Mark PHP version `7.1` as deprecated
42
+
- Recommend PHP version `7.4`
34
43
35
44
### Removed
36
45
37
-
- Drop support of PHP version 7.0
46
+
- Drop support of PHP version `7.0`
38
47
39
48
## [0.9][] – 2019-10-11
40
49
41
-
**Note:** Support for PHP 5.6 is finally dropped. Version 7.0 is deprecated. Support will be dropped in a further release. Please upgrade to at least version 7.1. Version 7.3 is recommended.
50
+
**Note:** Support of PHP `5.6` is finally dropped. Version `7.0` is deprecated. Support will be dropped in a further release. Please upgrade to at least version `7.1`. Version `7.3` is recommended.
42
51
43
52
### Added
44
53
@@ -50,8 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
59
51
60
### Changed
52
61
53
-
- Mark PHP version 7.0 as deprecated
54
-
- Recommend PHP 7.3
62
+
- Mark PHP version `7.0` as deprecated
63
+
- Recommend PHP `7.3`
55
64
- Declare strict types
56
65
57
66
### Fixed
@@ -60,13 +69,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
69
61
70
### Removed
62
71
63
-
- Drop support of PHP version 5.6
72
+
- Drop support of PHP version `5.6`
64
73
65
74
## [0.8][] – 2019-04-16
66
75
67
76
It's spring time! 🌱
68
77
69
-
To get the full experience, please update your i-doit to version >= 1.12.2 and API add-on to version >= 1.10.2.
78
+
To get the full experience, please update your i-doit to version `>= 1.12.2` and API add-on to version `>= 1.10.2`.
70
79
71
80
### Added
72
81
@@ -88,7 +97,7 @@ To get the full experience, please update your i-doit to version >= 1.12.2 and A
88
97
89
98
## [0.7][] – 2018-12-17
90
99
91
-
This release comes with new features and tons of unit tests. To get the full experience, please update your i-doit to version >= 1.11.2 and API add-on to version >= 1.10.
100
+
This release comes with new features and tons of unit tests. To get the full experience, please update your i-doit to version `>= 1.11.2` and API add-on to version `>= 1.10`.
92
101
93
102
### Added
94
103
@@ -154,7 +163,7 @@ Happy summer time ⛱️
154
163
155
164
-`CMDBCategoryInfo::readAll()`: Try to fetch information about all available categories
156
165
-`API::request()`: Allow to overwrite `language` parameter
157
-
- Enhance unit tests, mostly for testing fixed bugs in i-doit 1.10.2 and API add-on 1.9.1
166
+
- Enhance unit tests, mostly for testing fixed bugs in i-doit `1.10.2` and API add-on `1.9.1`
158
167
159
168
### Changed
160
169
@@ -179,7 +188,7 @@ Happy summer time ⛱️
179
188
180
189
### Changed
181
190
182
-
- Bump required versions of i-doit (>= 1.10) and its API add-on (>= 1.9)
191
+
- Bump required versions of i-doit (`>= 1.10`) and its API add-on (`>= 1.9`)
183
192
- Require entry identifier in methods `CMDBCategory::archive()`, `delete()` and `purge()`
184
193
- Methods `cmdb.category.create`, `cmdb.category_info.read` (and others, too) do not need parameters `catg` or `cats`. Parameter `category` seems to be sufficient.
185
194
- Make `CMDBCategory::purge()` a lot faster due to method `cmdb.category.quickpurge`
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,4 +43,4 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
43
43
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct/>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Of course, there are some features in the pipeline. However, if you have good id
29
29
If you like to contribute source code, documentation snippets, self-explaining examples or other useful bits, fork this repository, setup the environment and make a pull request.
0 commit comments