Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Oct 5, 2016
1 parent a4fcd4e commit 07ff1aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ Changelog
* Add option to retain specified HTML attributes.
* 1.1.1
* Fix watch and unwatch pages.
* 1.1.2
* The /e modifier is deprecated in PHP 5.5.0 and removed in 7.0.0. Use
preg_replace_callback() instead.
2 changes: 1 addition & 1 deletion lib/Scripto.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Scripto
/**
* This Scripto version.
*/
const VERSION = '1.1.1';
const VERSION = '1.1.2';

/**
* @var Scripto_Adapter_Interface The adapter object for the external
Expand Down

0 comments on commit 07ff1aa

Please sign in to comment.