forked from rbayliss/Drupal-Container
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG.txt
58 lines (44 loc) · 1.31 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Upgraded to PHP 8.3 (ci variant only. dev is abandoned).
- Upgraded to PHP 8.2 (ci variant only. dev is abandoned).
- Upgraded to PHP 8.1 (ci variant only. dev is abandoned).
- Upgraded to PHP 8.0. Removed LDAP and propro (ci variant only. dev is abandoned).
- Upgraded to PHP 7.4
- Upgraded to PHP 7.3
- Composer 2
## [1.0.12] - 4-23-19
### Changed
- Upgraded to PHP 7.2
## [1.0.6] - 5-14-18
### Added
- Add memcached PECL extension
## [1.0.5] - 5-2-18
### Added
- Allow configurable PHP memory limit
## [1.0.4] - 4-17-18
### Changed
- Fixed curl command for installing mailhog.
## [1.0.3] - 4-17-18
### Added
- Added mhsendmail binary for routing mail to mailhog.
## [1.0.2] - 4-17-18
### Changed
- Toggle XDebug on/off in a way that doesn't require deleting the file.
## [1.0.1] - 3-8-18
### Added
- Add a dev variant with xdebug, blackfire, etc.
### Changed
- Disable CRLF warnings on git operations
## [1.0.0] - 2-2-18
Changed
- Update to PHP 7.1.
Removed
- Remove unused redis extension.
## [0.1.0] - 2-1-18
### Added
- imagick PHP extension