diff --git a/package.xml b/package.xml
index 71e0693..701b25a 100644
--- a/package.xml
+++ b/package.xml
@@ -16,11 +16,11 @@
stesie@php.net
yes
- 2015-09-23
-
+ 2015-09-26
+
- 0.2.5
- 0.2.5
+ 0.2.6
+ 0.2.6
beta
@@ -28,9 +28,7 @@
The MIT License (MIT)
-- Stop JS execution on PHP exceptions (instead of continuing silently)
-- Allow propagation of PHP exceptions to JS context (disabled by default)
-- Add v8js.compat_php_exceptions php.ini switch to switch previous behaviour back on
+- Fix reference counting issue on PHP->JS->PHP exception propagation
@@ -180,7 +178,7 @@
-
+
@@ -197,7 +195,7 @@
-
+
@@ -414,5 +412,20 @@
- Add v8js.compat_php_exceptions php.ini switch to switch previous behaviour back on
+
+
+ 0.2.6
+ 0.2.6
+
+
+ beta
+ beta
+
+ 2015-09-26
+ The MIT License (MIT)
+
+- Fix reference counting issue on PHP->JS->PHP exception propagation
+
+
diff --git a/php_v8js_macros.h b/php_v8js_macros.h
index e2ca5a4..8fb5536 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.5"
+#define PHP_V8JS_VERSION "0.2.6"
/* Hidden field name used to link JS wrappers with underlying PHP object */
#define PHPJS_OBJECT_KEY "phpjs::object"