From bd442beffd6a9159bf57053c91a2cda591e9f07c Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Fri, 8 Jan 2016 08:25:53 +0100 Subject: [PATCH] Bump version to 0.4.1 --- package.xml | 42 ++++++++++++++++++++++++++++-------------- php_v8js_macros.h | 2 +- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/package.xml b/package.xml index 4f2fde6..bb57324 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ stesie@php.net yes - 2015-12-07 - + 2016-01-08 + - 0.4.0 - 0.4.0 + 0.4.1 + 0.4.1 stable @@ -28,13 +28,8 @@ The MIT License (MIT) -- Improve -Wno-c++11-narrowing/-Wno-narrowing flag detection (clang/gcc5 support) -- Added ability to set properties on V8Function -- CommonJS modules now have access to V8Js' var_dump function -- V8JsScriptExtensions now reference the normalised module id (instead of just "require") -- fatal PHP errors triggered in setModuleLoader callback are now handled gracefully -- setModuleLoader callback is now allowed to return an empty string as source of module -- V8Js' internal module path normalisation may now be overrode using setModuleNormaliser +- Fix PHP.var_dump output on regexp objects (for consistency over all V8 versions) +- Fix "this" on V8Object method invocations @@ -129,6 +124,9 @@ + + + @@ -190,7 +188,7 @@ - + @@ -207,14 +205,14 @@ - + - + @@ -474,5 +472,21 @@ - V8Js' internal module path normalisation may now be overrode using setModuleNormaliser + + + 0.4.1 + 0.4.1 + + + stable + stable + + 2016-01-08 + The MIT License (MIT) + +- Fix PHP.var_dump output on regexp objects (for consistency over all V8 versions) +- Fix "this" on V8Object method invocations + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index 9a2b9e8..8408f78 100644 --- a/php_v8js_macros.h +++ b/php_v8js_macros.h @@ -53,7 +53,7 @@ extern "C" { #endif /* V8Js Version */ -#define PHP_V8JS_VERSION "0.4.0" +#define PHP_V8JS_VERSION "0.4.1" /* Hidden field name used to link JS wrappers with underlying PHP object */ #define PHPJS_OBJECT_KEY "phpjs::object"