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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
#Change Log
2
2
All notable changes to this project starting with the 0.6.0 release will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
3
3
4
+
## [0.11.3] - 2016-08-03
5
+
### Added
6
+
- Added `5.6` and `7.0` as version options in `site set-php-version`. (#1109)
7
+
- New command `site import` to import site archives. (#1099)
8
+
4
9
## [0.11.2] - 2016-06-01
5
10
### Added
6
11
- New field `frozen` appears in `sites list` when a site belonging to your user has been frozen. (#1015)
7
12
- New command `site lookup` to look up sites by name. (#1027)
8
13
- New command `site complete-migration`. (#1077)
9
14
-`site clear-cache` now automatically clears the framework cache as well as the Varnish cache. (#1083)
10
-
- Added `5.6` and `7.0` as version options in `site set-php-version`. (#1109)
11
-
- New command `site import` to import site archives. (#1099)
12
15
13
16
### Changed
14
17
- Removed the port number from the create-a-machine token URL seen when using `auth login` except for when the host is localhost. (#1034)
0 commit comments