From 1999c703b65e28f1a13b557a030c6056d0a8f2f1 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sun, 23 Jun 2019 21:55:49 +0200 Subject: [PATCH] bump version to 2.1.1 --- package.xml | 93 +++++++++++++++++++++++++++++------------------ php_v8js_macros.h | 2 +- 2 files changed, 59 insertions(+), 36 deletions(-) diff --git a/package.xml b/package.xml index e47039e..fdf5407 100644 --- a/package.xml +++ b/package.xml @@ -1,5 +1,5 @@ - + v8js pecl.php.net V8 Javascript Engine for PHP @@ -16,11 +16,11 @@ stesie@php.net yes - 2018-01-07 - + 2019-06-23 + - 2.1.0 - 2.1.0 + 2.1.1 + 2.1.1 stable @@ -28,8 +28,10 @@ The MIT License (MIT) -- emit warning when compiling against V8 without untrusted code mitigations -- support native modules (i.e. expose PHP objects via require('...')) +- support PHP 7.3 +- support V8 7.x (now V8 > 6.9 is required) +- fix module path normaliser (issue #349) +- fix export bug w/ multiple derived classes (issue #410) @@ -45,6 +47,7 @@ + @@ -99,7 +102,7 @@ - + @@ -149,6 +152,8 @@ + + @@ -200,52 +205,52 @@ - + - - - - - + + + + + - + - + - - - - - - - - - + + + + + + + + + - - + + - + - - - + + + - - - + + + - + @@ -918,5 +923,23 @@ Bugfixes - support native modules (i.e. expose PHP objects via require('...')) + + + 2.1.1 + 2.1.1 + + + stable + stable + + 2019-06-23 + The MIT License (MIT) + +- support PHP 7.3 +- support V8 7.x (now V8 > 6.9 is required) +- fix module path normaliser (issue #349) +- fix export bug w/ multiple derived classes (issue #410) + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index 4ea6f1a..ad7777b 100644 --- a/php_v8js_macros.h +++ b/php_v8js_macros.h @@ -64,7 +64,7 @@ extern "C" { #endif /* V8Js Version */ -#define PHP_V8JS_VERSION "2.1.0" +#define PHP_V8JS_VERSION "2.1.1" /* Options */ #define V8JS_FLAG_NONE (1<<0)