Skip to content

Commit adbc12e

Browse files
Prepare for 5.3.0 GA
1 parent 5ceba7c commit adbc12e

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
lines changed

Changelog.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ All changes to phpredis will be documented in this file.
55
We're basing this format on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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))
920

1021
### Sponsors :sparkling_heart:
1122

package.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>n.favrefelix@gmail.com</email>
2828
<active>no</active>
2929
</lead>
30-
<date>2020-06-26</date>
30+
<date>2020-06-30</date>
3131
<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>
3434
</version>
3535
<stability>
36-
<release>beta</release>
37-
<api>beta</api>
36+
<release>stable</release>
37+
<api>stable</api>
3838
</stability>
3939
<license uri="http://www.php.net/license">PHP</license>
4040
<notes>
41-
phpredis 5.3.0RC2
41+
phpredis 5.3.0
4242

4343
This release contains initial support for Redis 6 ACLs, LZ4 compression,
4444
and many more fixes and improvements.
@@ -53,6 +53,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
5353
~ Redis Cache Pro for WordPress - https://wprediscache.com
5454
~ Avtandil Kikabidze - https://github.com/akalongman
5555

56+
phpredis 5.3.0
57+
58+
- There were no changes between 5.3.0RC2 and 5.3.0.
59+
60+
---
61+
5662
phpredis 5.3.0RC2
5763

5864
---

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PHP_REDIS_H
2424

2525
/* phpredis version */
26-
#define PHP_REDIS_VERSION "5.3.0RC2"
26+
#define PHP_REDIS_VERSION "5.3.0"
2727

2828
PHP_METHOD(Redis, __construct);
2929
PHP_METHOD(Redis, __destruct);

0 commit comments

Comments
 (0)