Skip to content

Commit

Permalink
Changed version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hnw committed Mar 9, 2013
1 parent 6589976 commit 75057a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion php_timecop.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75057a8

Please sign in to comment.