diff --git a/package.xml b/package.xml
index d94512a..2f11dda 100644
--- a/package.xml
+++ b/package.xml
@@ -16,11 +16,11 @@
stesie@php.net
yes
- 2017-03-16
-
+ 2017-04-23
+
- 1.3.6
- 1.3.6
+ 1.4.0
+ 1.4.0
stable
@@ -28,16 +28,9 @@
The MIT License (MIT)
-Bugfixes
-- fix compilation with GCC7 (include necessary headers)
-- fix build with recent V8 5.9 versions (libv8_libplatform not found)
-- adapt exception_start_column.phpt test to changed output of recent V8 5.9 versions
-- fix compilation with PHP 7.1.3
-
-Refactorings
-- drop TSRM stuff unneeded since PHP 7
-- remove unused variables
-- make memory_limit a size_t internally (and throw if negative values are provided on PHP interface)
+Correctly initialize V8's ICU component
+- path to libv8 library is now baked into the library to find icudtl.dat file
+- if icudtl.dat file is moved after compile time, set v8js.icudtl_dat_path php.ini variable
@@ -148,6 +141,7 @@ Refactorings
+
@@ -206,20 +200,20 @@ Refactorings
-
+
-
-
+
+
-
-
-
+
+
+
-
+
@@ -231,18 +225,18 @@ Refactorings
-
+
-
+
-
+
@@ -820,5 +814,22 @@ Refactorings
- make memory_limit a size_t internally (and throw if negative values are provided on PHP interface)
+
+
+ 1.4.0
+ 1.4.0
+
+
+ stable
+ stable
+
+ 2017-04-23
+ The MIT License (MIT)
+
+Correctly initialize V8's ICU component
+- path to libv8 library is now baked into the library to find icudtl.dat file
+- if icudtl.dat file is moved after compile time, set v8js.icudtl_dat_path php.ini variable
+
+
diff --git a/php_v8js_macros.h b/php_v8js_macros.h
index b307101..ed6e8a2 100644
--- a/php_v8js_macros.h
+++ b/php_v8js_macros.h
@@ -63,7 +63,7 @@ extern "C" {
#endif
/* V8Js Version */
-#define PHP_V8JS_VERSION "1.3.6"
+#define PHP_V8JS_VERSION "1.4.0"
/* Helper macros */
#define V8JS_GET_CLASS_NAME(var, obj) \