Skip to content

Commit

Permalink
edit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Apr 29, 2016
1 parent db67910 commit c08dac6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

All Notable changes to `pdf-to-image` will be documented in this file

## 1.2.0 - 2016-04-29
- added `saveAllPagesAsImages`-function.

## 1.1.0 - 2015-04-13
- added `getImageData`-function
- added `getImageData`-function.

## 1.0.3 - 2015-01-22

Expand Down
2 changes: 1 addition & 1 deletion src/Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function saveImage($pathToImage)
*
* @return array $files the paths to the created images
*/
public function saveAll($directory, $prefix = '')
public function saveAllPagesAsImages($directory, $prefix = '')
{
$numberOfPages = $this->getNumberOfPages();

Expand Down

0 comments on commit c08dac6

Please sign in to comment.