From fb6af0800ab4e389f3d1a3f80b0a395cfbc7dd8c Mon Sep 17 00:00:00 2001 From: Bogdan Padalko Date: Fri, 1 Sep 2017 20:05:01 +0300 Subject: [PATCH] Prepare 0.1.8 release --- package.xml | 107 ++++++++++++++++++++++++++-------------------------- php_v8.h | 4 +- 2 files changed, 56 insertions(+), 55 deletions(-) diff --git a/package.xml b/package.xml index f0151a0..1675db4 100644 --- a/package.xml +++ b/package.xml @@ -26,11 +26,11 @@ pinepain@gmail.com yes - 2017-07-17 - + 2017-09-01 + - 0.1.8 - 0.1.8 + 0.1.9 + 0.1.9 stable @@ -38,12 +38,12 @@ The MIT License (MIT) - This release extends and clarify existent API and does not introduce any BC-breaking changes. + Refactor methods name to follow PSR-2 camelCase convention. - Changes list: + NOTE: This is the last release that supports PHP 7.0. - - Change V8\Exception::*Error() return type to V8\ObjectValue as the only possible type; - - Add external exception wiring option to V8\Isolate::ThrowException(). + Changes list: + - refactor methods name to follow PSR-2 camelCase convention; @@ -166,6 +166,7 @@ + @@ -173,64 +174,62 @@ - - + + - + - - + + - - - - - - - + + + + + + + - - - + + + - - - + + + - - - - - + + + @@ -242,6 +241,8 @@ + + @@ -249,44 +250,44 @@ - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - + + + - - - + + + - - + + diff --git a/php_v8.h b/php_v8.h index 3d4828f..7c64a51 100644 --- a/php_v8.h +++ b/php_v8.h @@ -36,11 +36,11 @@ extern zend_module_entry php_v8_module_entry; #endif #ifndef PHP_V8_VERSION -#define PHP_V8_VERSION "0.2.0" +#define PHP_V8_VERSION "0.1.9" #endif #ifndef PHP_V8_REVISION -#define PHP_V8_REVISION "dev" +#define PHP_V8_REVISION "release" #endif