Skip to content

Commit 2d71954

Browse files
committed
updated change log and readme
1 parent 615ad91 commit 2d71954

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
#[2.2.0-beta] [10.04.2014]
2+
WARNING: Potential code breaking changes across the board. Please do not upgrade existing stable scripts to this codebase. Please use 2.1.5 or below for stability.
3+
- merged in multi-output branch so that the master branch now supports multi output from ffmpeg.
4+
- fixed far too many other bugs to mention.
5+
16
#[2.1.7-beta] [09.04.2014]
2-
WARNING: Potential code breaking change from Media->save. save() no longer returns the output path if saved in blocking mode. It returns as non-blocking mode does the FfmpegProcess object. So to return the output path of what has been outputed you must call $process->getOutput().
7+
WARNING: Potential code breaking change from Media->save. save() no longer returns the output path if saved in blocking mode. It returns as non-blocking mode does the FfmpegProcess object. So to return the output path of what has been outputed you must call $process->getOutput(). Please use 2.1.5 or below for stability.
38
Fixed several bugs:
49
- fixed issues in portability progress handler where parsing of image only output data would fail.
510
- fixed issues in portability progress handler where the progress file would be prematurely deleted.

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,10 @@ Extensive documentation and examples are bundled with the download and is availa
4949

5050
##Latest Changes
5151

52-
**[2.1.7-beta]** [09.04.2014]
53-
54-
***WARNING*** Potential code breaking change from Media->save. save() no longer returns the output path if saved in blocking mode. It returns as non-blocking mode does the FfmpegProcess object. So to return the output path of what has been outputed you must call $process->getOutput().
55-
Fixed several bugs:
56-
- fixed issues in portability progress handler where parsing of image only output data would fail.
57-
- fixed issues in portability progress handler where the progress file would be prematurely deleted.
58-
- fixed issues where using %timecode or %index in the output would not correctly get renamed unless calling getOutput from the process object. #22
59-
- fixed issues with animated gifs not following the overwrite setting of the save function call
60-
Added:
61-
- poor mans caching using InTempDirectory cache class to store cachable data within the temp directory. It is highly recommended you write your own cacher based around something [like Stash](https://github.com/tedious/Stash)
52+
**[2.2.0-beta]** [10.04.2014]
53+
WARNING: Potential code breaking changes across the board. Please do not upgrade existing stable scripts to this codebase. Please use 2.1.5 or below for stability.
54+
- merged in multi-output branch so that the master branch now supports multi output from ffmpeg.
55+
- fixed far too many other bugs to mention.
6256

6357
[Full changelog](https://github.com/buggedcom/phpvideotoolkit-v2/blob/master/CHANGELOG.md)
6458

0 commit comments

Comments
 (0)