diff --git a/package.xml b/package.xml index 2f11dda..105db48 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 - 2017-04-23 - + 2017-08-01 + - 1.4.0 - 1.4.0 + 1.4.1 + 1.4.1 stable @@ -28,9 +28,10 @@ The MIT License (MIT) -Correctly initialize V8's ICU component -- path to libv8 library is now baked into the library to find icudtl.dat file -- if icudtl.dat file is moved after compile time, set v8js.icudtl_dat_path php.ini variable +- omit usage of deprecated V8 API (#311) +- fix build against V8 version 6.0 (#313) +- don't clean properties hash while it is iterated (#316) +- fix build against PHP 7.2 @@ -142,6 +143,7 @@ Correctly initialize V8's ICU component + @@ -202,41 +204,41 @@ Correctly initialize V8's ICU component - + - + - + - + - + - + - - + + - + - + - + - + @@ -831,5 +833,23 @@ Correctly initialize V8's ICU component - if icudtl.dat file is moved after compile time, set v8js.icudtl_dat_path php.ini variable + + + 1.4.1 + 1.4.1 + + + stable + stable + + 2017-08-01 + The MIT License (MIT) + +- omit usage of deprecated V8 API (#311) +- fix build against V8 version 6.0 (#313) +- don't clean properties hash while it is iterated (#316) +- fix build against PHP 7.2 + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index ed6e8a2..4ab3a94 100644 --- a/php_v8js_macros.h +++ b/php_v8js_macros.h @@ -63,7 +63,7 @@ extern "C" { #endif /* V8Js Version */ -#define PHP_V8JS_VERSION "1.4.0" +#define PHP_V8JS_VERSION "1.4.1" /* Helper macros */ #define V8JS_GET_CLASS_NAME(var, obj) \