Skip to content

Commit

Permalink
Prepare for 5.3.5 GA release.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Dec 18, 2021
1 parent 44affad commit 2a13021
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All changes to phpredis will be documented in this file.
We're basing this format on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.3.5] - 2021-12-07 ([GitHub](https://github.com/phpredis/phpredis/releases/5.3.5), [PECL](https:/pecl.php.net/package/redis/5.3.5))
## [5.3.5] - 2021-12-18 ([GitHub](https://github.com/phpredis/phpredis/releases/5.3.5), [PECL](https:/pecl.php.net/package/redis/5.3.5))

### Sponsors :sparkling_heart:

Expand All @@ -20,7 +20,10 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- [Florian Levis](https://github.com/Gounlaf)
- [Luis Zárate](https://github.com/jlzaratec)

### NOTE: There were only changes to README.markdown between 5.3.5RC1 and 5.3.5
### Fixed

- Fixed typo in cluster_scan_resp
[44affad2](https://github.com/phpredis/phpredis/commit/44affad2)

## [5.3.5RC1] - 2021-11-16 ([GitHub](https://github.com/phpredis/phpredis/releases/5.3.5RC1), [PECL](https:/pecl.php.net/package/redis/5.3.5RC1))

Expand Down
6 changes: 4 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>no</active>
</lead>
<date>2021-12-07</date>
<date>2021-12-18</date>
<version>
<release>5.3.5</release>
<api>5.3.5</api>
Expand Down Expand Up @@ -60,7 +60,9 @@ http://pear.php.net/dtd/package-2.0.xsd">

---

There were no code changes between 5.3.5RC1 and 5.3.5
phpredis 5.3.5

* Fix typo in cluster_scan_resp [44affad2] (Michael Grunder)

---

Expand Down
2 changes: 1 addition & 1 deletion php_redis.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define PHP_REDIS_H

/* phpredis version */
#define PHP_REDIS_VERSION "5.3.5RC1"
#define PHP_REDIS_VERSION "5.3.5"

PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);
Expand Down

0 comments on commit 2a13021

Please sign in to comment.