Skip to content

Commit

Permalink
Change the version number / Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hnw committed Mar 5, 2013
1 parent 254c5bf commit e68ba2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ extension=timecop.so
- gmstrftime()
- unixtojd()
- DateTime
- date_create()
- Rewrite value of the following global variables when the time has been moved.
- $_SERVER['REQUEST_TIME']

Expand All @@ -65,9 +66,13 @@ var_dump(strtotime("+100000 sec")); // int(10000)

## CHANGELOG

###version 1.0.2, 2013/03/06

- Implement timecop_date_create()

###version 1.0.1, 2013/03/04

- Fixed time traveling bug about DateTime::__construct() when it is called with 1 or 2 arguments
- Fixed time traveling bug about TimecopDateTime::__construct() when it is called with 1 or 2 arguments

###version 1.0.0, 2012/11/21

Expand All @@ -81,7 +86,7 @@ var_dump(strtotime("+100000 sec")); // int(10000)
#
The MIT License

Copyright (c) 2012 Yoshio HANAWA
Copyright (c) 2012-2013 Yoshio HANAWA

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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.1"
#define PHP_TIMECOP_VERSION "1.0.2"

extern zend_module_entry timecop_module_entry;
#define phpext_timecop_ptr &timecop_module_entry
Expand Down

0 comments on commit e68ba2c

Please sign in to comment.