diff --git a/package.xml b/package.xml
index e777776..0fdae5f 100644
--- a/package.xml
+++ b/package.xml
@@ -16,11 +16,11 @@
stesie@php.net
yes
- 2016-05-22
-
+ 2016-07-02
+
- 1.3.0
- 1.3.0
+ 1.3.1
+ 1.3.1
stable
@@ -28,22 +28,7 @@
The MIT License (MIT)
-This release merges changes from V8Js for PHP 5.x (version 0.6.3) to PHP 7.0 branch.
-
-New Features
-- Allow to adjust the considered "amount of external memory" by objects exported to V8
-
-Bug Fixes
-- Pass back V8Object instances, don't re-wrap
-- Retain object identity on 'return $this'
-- Retain object identity on JS-side 'return this'
-- Send LowMemoryNotification signals to V8 before imposing memory limit
-- Fix build against V8 version 5.2 (deprecated WeakCallbackInfo & GetHiddenValue et al)
-- Improve/Clarify README
-
-Code Cleanup
-- Removed support for "old-age" V8 versions (i.e. V8 < 4.6.76)
-- Removed old examples and pre-phpt test script
+Fix build against V8 5.3.337 (and higher)
@@ -208,41 +193,41 @@ Code Cleanup
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -712,6 +697,21 @@ Code Cleanup
2016-07-02
The MIT License (MIT)
+Fix build against V8 5.3.337 (and higher)
+
+
+
+
+ 1.3.1
+ 1.3.1
+
+
+ stable
+ stable
+
+ 2016-07-02
+ The MIT License (MIT)
+
Fix build against V8 5.3.337 (and higher)
diff --git a/php_v8js_macros.h b/php_v8js_macros.h
index 2318d81..7ba54eb 100644
--- a/php_v8js_macros.h
+++ b/php_v8js_macros.h
@@ -60,7 +60,7 @@ extern "C" {
#endif
/* V8Js Version */
-#define PHP_V8JS_VERSION "1.3.0"
+#define PHP_V8JS_VERSION "1.3.1"
/* Helper macros */
#define V8JS_GET_CLASS_NAME(var, obj) \