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
+27-4Lines changed: 27 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,36 @@
1
1
# CHANGELOG
2
2
3
3
## [Unreleased]
4
-
### Removed:
5
-
- Support for PHP versions lower than 5.5
4
+
- No unreleased changes
6
5
7
-
### Added
8
-
- Support for Guzzle 6 when teleporting remote files
6
+
## [0.4.3] - 2016-11-03
7
+
### Fixed
8
+
-#114: Recent versions of TAR trigger errors when using incompatible options (instead of silently ignoring them, see https://lists.gnu.org/archive/html/bug-tar/2016-05/msg00016.html for more information)
9
+
10
+
## [0.4.2] - 2016-08-05
11
+
### Fixed
12
+
-#113: Fix issue with FilesystemWriter and missing target directories, courtesy of @mikemeier
13
+
14
+
## [0.4.1] - 2016-08-05
15
+
### Changed
16
+
- Use generic teleporter instead of Guzzle specific teleporter
17
+
- Deprecate static method `create` on teleporters
18
+
- Deprecate class `\Alchemy\Zippy\Resource\Teleporter\GuzzleTeleporter`
19
+
- Deprecate class `\Alchemy\Zippy\Resource\Teleporter\LegacyGuzzleTeleporter`
20
+
- Deprecate class `\Alchemy\Zippy\Resource\Teleporter\AbstractTeleporter`
21
+
22
+
### Removed
23
+
- Remove usage of deprecated test method `getMock`
0 commit comments