Skip to content

Releases: microweber-dev/screen

PHP 5.3 fixes

20 Jan 15:22

Choose a tag to compare

Removed use of ::class not supported by PHP < 5.5 (#81)

You are completely correct, thanks for your submission!!

Delays and Positions

22 Dec 09:02

Choose a tag to compare

  • Added delay option
  • Added set top and left position

Added PhantomJS Options

13 Oct 13:55

Choose a tag to compare

we can set element potision( top, left) (#80)

* Set a Element Top,Left Position

we can set a element top,left position.

* we can set element top left positon

Inject JS

15 Aug 11:32

Choose a tag to compare

Added possibility to inject JS scripts or snippets into the page before screenshot
Image format refactored
Added Library specific Exception classes
Added timeout method
Minor fixes and docs update

Special thanks to @xuanskyer 👍

Some small things

28 Jul 15:25

Choose a tag to compare

  • Added autoloader for standalone purposes
  • Added PHP7 support
  • Added PNG support
  • Default background color in case of png

Special thanks to @limonte 👍

New docs are here

07 Apr 15:51

Choose a tag to compare

V1.0.1 (#45)

* Now the background color and the user agent can be changed
Added clean jobs functionality - fixed #38
Updated vendor

* Added setUrl method
Added configuration to set the default output directory

* Small fixes

* Fixed typo

* Updated binaries, documentation and license

* Added post install script

Fixed security issue

28 Mar 13:15

Choose a tag to compare

Fixed security issue addressed on issue #44

OOP

29 Jan 14:26

Choose a tag to compare

OOP

Composer is now used

First release

25 Jan 15:23

Choose a tag to compare

v0.0.1

Update README.md