PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.8
Booking for Appointments and Events Calendar – Amelia v2.4.8
2.4.8 2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / vendor / php-http / message-factory / CHANGELOG.md
ameliabooking / vendor / php-http / message-factory Last commit date
src 7 months ago CHANGELOG.md 2 years ago CONTRIBUTING 2 years ago LICENSE 2 years ago README.md 2 years ago composer.json 2 years ago puli.json 2 years ago
CHANGELOG.md
73 lines
1 # Change Log
2
3
4 ## 1.1.0 - 2023-04-14
5
6 ### Changed
7
8 - Allow `psr/http-message` v2 in addition to v1
9 - Deprecate all interfaces in favor of [](https://www.php-fig.org/psr/psr-17/PSR-17](https://www.php-fig.org/psr/psr-17/](https://www.php-fig.org/psr/psr-17/)
10
11 ## 1.0.2 - 2015-12-19
12
13 ### Added
14
15 - Request and Response factory binding types to Puli
16
17
18 ## 1.0.1 - 2015-12-17
19
20 ### Added
21
22 - Puli configuration and binding types
23
24
25 ## 1.0.0 - 2015-12-15
26
27 ### Added
28
29 - Response Factory in order to be reused in Message and Server Message factories
30 - Request Factory
31
32 ### Changed
33
34 - Message Factory extends Request and Response factories
35
36
37 ## 1.0.0-RC1 - 2015-12-14
38
39 ### Added
40
41 - CS check
42
43 ### Changed
44
45 - RuntimeException is thrown when the StreamFactory cannot write to the underlying stream
46
47
48 ## 0.3.0 - 2015-11-16
49
50 ### Removed
51
52 - Client Context Factory
53 - Factory Awares and Templates
54
55
56 ## 0.2.0 - 2015-11-16
57
58 ### Changed
59
60 - Reordered the parameters when creating a message to have the protocol last,
61 as its the least likely to need to be changed.
62
63
64 ## 0.1.0 - 2015-06-01
65
66 ### Added
67
68 - Initial release
69
70 ### Changed
71
72 - Helpers are renamed to templates
73