From 07ff1aa3fe331c5a0c0125bb721f10dba188e50c Mon Sep 17 00:00:00 2001 From: Jim Safley Date: Wed, 5 Oct 2016 13:45:33 -0400 Subject: [PATCH] Bump version to 1.1.2 --- README.md | 3 +++ lib/Scripto.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b9e585..de71e7a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/lib/Scripto.php b/lib/Scripto.php index 3109d20..96c25d0 100644 --- a/lib/Scripto.php +++ b/lib/Scripto.php @@ -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