diff --git a/README.md b/README.md index ead6b0b..ab4c698 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,13 @@ var_dump(strtotime("+100000 sec")); // int(10000) ## CHANGELOG +###version 1.0.3, 2013/03/09 + +- Fixed the time traveling implementation for TimecopDateTime::__construct() +- Fixed timecop_date_create() to return TimecopDateTime instance +-- The previous version returns DateTime instance +- Add TimecopDateTime::getTimestamp(), TimecopDateTime::setTimestamp() only for PHP 5.2.x + ###version 1.0.2, 2013/03/06 - Implement timecop_date_create() diff --git a/php_timecop.h b/php_timecop.h index e6e742f..7f7bbc3 100644 --- a/php_timecop.h +++ b/php_timecop.h @@ -21,7 +21,7 @@ #ifndef PHP_TIMECOP_H #define PHP_TIMECOP_H -#define PHP_TIMECOP_VERSION "1.0.2" +#define PHP_TIMECOP_VERSION "1.0.3" extern zend_module_entry timecop_module_entry; #define phpext_timecop_ptr &timecop_module_entry