File tree 3 files changed +25
-8
lines changed 3 files changed +25
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,18 @@ All changes to phpredis will be documented in this file.
5
5
We're basing this format on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and PhpRedis adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 5.3.0RC2]
8
+ ## [ 5.3.0] - 2020-06-30 ([ GitHub] ( https://github.com/phpredis/phpredis/releases/tag/5.3.0 ) , [ PECL] ( https://pecl.php.net/package/redis/5.3.0 ) )
9
+
10
+ ### Sponsors :sparkling_heart :
11
+
12
+ - [ Audiomack] ( https://audiomack.com )
13
+ - [ BlueHost] ( https://bluehost.com )
14
+ - [ Redis Cache Pro for WordPress] ( https://wprediscache.com )
15
+ - [ Avtandil Kikabidze] ( https://github.com/akalongman )
16
+
17
+ * There were no changes between 5.3.0RC2 and 5.3.0*
18
+
19
+ ## [ 5.3.0RC2] - 2020-06-26 ([ GitHub] ( https://github.com/phpredis/phpredis/releases/tag/5.3.0RC2 ) , [ PECL] ( https://pecl.php.net/package/redis/5.3.0RC2 ) )
9
20
10
21
### Sponsors :sparkling_heart :
11
22
Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
27
27
<email >n.favrefelix@gmail.com</email >
28
28
<active >no</active >
29
29
</lead >
30
- <date >2020-06-26 </date >
30
+ <date >2020-06-30 </date >
31
31
<version >
32
- <release >5.3.0RC2 </release >
33
- <api >5.3.0RC2 </api >
32
+ <release >5.3.0 </release >
33
+ <api >5.3.0 </api >
34
34
</version >
35
35
<stability >
36
- <release >beta </release >
37
- <api >beta </api >
36
+ <release >stable </release >
37
+ <api >stable </api >
38
38
</stability >
39
39
<license uri =" http://www.php.net/license" >PHP</license >
40
40
<notes >
41
- phpredis 5.3.0RC2
41
+ phpredis 5.3.0
42
42
43
43
This release contains initial support for Redis 6 ACLs, LZ4 compression,
44
44
and many more fixes and improvements.
@@ -53,6 +53,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
53
53
~ Redis Cache Pro for WordPress - https://wprediscache.com
54
54
~ Avtandil Kikabidze - https://github.com/akalongman
55
55
56
+ phpredis 5.3.0
57
+
58
+ - There were no changes between 5.3.0RC2 and 5.3.0.
59
+
60
+ ---
61
+
56
62
phpredis 5.3.0RC2
57
63
58
64
---
Original file line number Diff line number Diff line change 23
23
#define PHP_REDIS_H
24
24
25
25
/* phpredis version */
26
- #define PHP_REDIS_VERSION "5.3.0RC2 "
26
+ #define PHP_REDIS_VERSION "5.3.0 "
27
27
28
28
PHP_METHOD (Redis , __construct );
29
29
PHP_METHOD (Redis , __destruct );
You can’t perform that action at this time.
0 commit comments