We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850e79f commit 83b503cCopy full SHA for 83b503c
package.xml
@@ -77,5 +77,22 @@
77
- First release.
78
</notes>
79
</release>
80
+ <release>
81
+ <version>
82
+ <release>0.2.4</release>
83
+ <api>0.2.4</api>
84
+ </version>
85
+ <stability>
86
+ <release>stable</release>
87
+ <api>stable</api>
88
+ </stability>
89
+ <date>2018-07-13</date>
90
+ <time>13:59:00</time>
91
+ <license uri="http://www.php.net/license">PHP</license>
92
+ <notes>
93
+ - Support JWT object.
94
+ - Modify phpinfo display information.
95
+ </notes>
96
+ </release>
97
</changelog>
98
</package>
php_jwt.h
@@ -24,7 +24,7 @@
24
extern zend_module_entry jwt_module_entry;
25
#define phpext_jwt_ptr &jwt_module_entry
26
27
-#define PHP_JWT_VERSION "0.2.3"
+#define PHP_JWT_VERSION "0.2.4"
28
29
#ifdef PHP_WIN32
30
# define PHP_JWT_API __declspec(dllexport)
0 commit comments