diff --git a/package.xml b/package.xml index da6b2f9..e39856c 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ stesie@php.net yes - 2016-03-24 - + 2016-03-25 + - 0.6.1 - 0.6.1 + 0.6.2 + 0.6.2 stable @@ -28,7 +28,9 @@ The MIT License (MIT) -- Fix configuration on MacOS platform +- Pass back V8Object instances, don't re-wrap +- Retain object identity on 'return $this' +- Retain object identity on JS-side 'return this' @@ -149,6 +151,7 @@ + @@ -168,6 +171,8 @@ + + @@ -196,7 +201,7 @@ - + @@ -214,13 +219,13 @@ - + - + @@ -545,5 +550,22 @@ - Fix configuration on MacOS platform + + + 0.6.2 + 0.6.2 + + + stable + stable + + 2016-03-25 + The MIT License (MIT) + +- Pass back V8Object instances, don't re-wrap +- Retain object identity on 'return $this' +- Retain object identity on JS-side 'return this' + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index 50c0c79..a965651 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.6.1" +#define PHP_V8JS_VERSION "0.6.2" /* Hidden field name used to link JS wrappers with underlying PHP object */ #define PHPJS_OBJECT_KEY "phpjs::object"