diff --git a/package.xml b/package.xml index 701b25a..13873f9 100644 --- a/package.xml +++ b/package.xml @@ -16,26 +16,25 @@ stesie@php.net yes - 2015-09-26 - + 2015-10-11 + - 0.2.6 - 0.2.6 + 0.3.0 + 0.3.0 - beta - beta + stable + stable The MIT License (MIT) -- Fix reference counting issue on PHP->JS->PHP exception propagation +- Fix multi-threading with pthreads extension +- Remove v8 debug agent support (which is unsupported by V8 since 3.28.4) - - @@ -150,6 +149,7 @@ + @@ -171,30 +171,28 @@ - - + + - + - + - + - + - + - - @@ -202,7 +200,7 @@ - + @@ -427,5 +425,21 @@ - Fix reference counting issue on PHP->JS->PHP exception propagation + + + 0.3.0 + 0.3.0 + + + stable + stable + + 2015-10-11 + The MIT License (MIT) + +- Fix multi-threading with pthreads extension +- Remove v8 debug agent support (which is unsupported by V8 since 3.28.4) + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index e34a30e..cf8e465 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.2.6" +#define PHP_V8JS_VERSION "0.3.0" /* Hidden field name used to link JS wrappers with underlying PHP object */ #define PHPJS_OBJECT_KEY "phpjs::object"