PluginProbe ʕ •ᴥ•ʔ
Kubio AI Page Builder / 2.8.6
Kubio AI Page Builder v2.8.6
2.9.0 2.8.6 2.8.5 2.8.4 2.8.3 2.8.2 2.8.1 trunk 1.0.0 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.7.0 1.7.1 1.7.2 1.7.3 1.8.0 1.8.1 1.8.2 1.9.0 2.0.0 2.1.1 2.1.2 2.1.3 2.2.0 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.5 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.6.2 2.6.3 2.6.5 2.6.6 2.6.7 2.7.0 2.7.1 2.7.2 2.7.3 2.8.0
kubio / vendor / sebastian / recursion-context / ChangeLog.md
kubio / vendor / sebastian / recursion-context Last commit date
src 1 year ago ChangeLog.md 1 year ago LICENSE 1 year ago README.md 1 year ago composer.json 1 year ago
ChangeLog.md
41 lines
1 # ChangeLog
2
3 All notable changes are documented in this file using the [](https://keepachangelog.com/Keep a CHANGELOG](https://keepachangelog.com/](https://keepachangelog.com/) principles.
4
5 ## [4.0.5] - 2023-02-03
6
7 ### Fixed
8
9 * [](https://github.com/sebastianbergmann/recursion-context/pull/26#26](https://github.com/sebastianbergmann/recursion-context/pull/26](https://github.com/sebastianbergmann/recursion-context/pull/26): Don't clobber `null` values if `array_key_exists(PHP_INT_MAX, $array)`
10
11 ## [4.0.4] - 2020-10-26
12
13 ### Fixed
14
15 * `SebastianBergmann\RecursionContext\Exception` now correctly extends `\Throwable`
16
17 ## [4.0.3] - 2020-09-28
18
19 ### Changed
20
21 * [](https://github.com/sebastianbergmann/recursion-context/pull/21#21](https://github.com/sebastianbergmann/recursion-context/pull/21](https://github.com/sebastianbergmann/recursion-context/pull/21): Add type annotations for in/out parameters
22 * Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3`
23
24 ## [4.0.2] - 2020-06-26
25
26 ### Added
27
28 * This component is now supported on PHP 8
29
30 ## [4.0.1] - 2020-06-15
31
32 ### Changed
33
34 * Tests etc. are now ignored for archive exports
35
36 [4.0.5]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.4...4.0.5
37 [4.0.4]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.3...4.0.4
38 [4.0.3]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.2...4.0.3
39 [4.0.2]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.1...4.0.2
40 [4.0.1]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.0...4.0.1
41