From adbc12e526c5a026262a414d67891a6f0ec315c2 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Tue, 30 Jun 2020 12:11:12 -0700 Subject: Prepare for 5.3.0 GA --- Changelog.md | 13 ++++++++++++- package.xml | 18 ++++++++++++------ php_redis.h | 2 +- 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5c389813..1bd9a25d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,18 @@ 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.0RC2] +## [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)) + +### Sponsors :sparkling_heart: + +- [Audiomack](https://audiomack.com) +- [BlueHost](https://bluehost.com) +- [Redis Cache Pro for WordPress](https://wprediscache.com) +- [Avtandil Kikabidze](https://github.com/akalongman) + +*There were no changes between 5.3.0RC2 and 5.3.0* + +## [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)) ### Sponsors :sparkling_heart: diff --git a/package.xml b/package.xml index 9bad6c2a..67306f40 100644 --- a/package.xml +++ b/package.xml @@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd"> n.favrefelix@gmail.com no - 2020-06-26 + 2020-06-30 - 5.3.0RC2 - 5.3.0RC2 + 5.3.0 + 5.3.0 - beta - beta + stable + stable PHP - phpredis 5.3.0RC2 + phpredis 5.3.0 This release contains initial support for Redis 6 ACLs, LZ4 compression, and many more fixes and improvements. @@ -53,6 +53,12 @@ http://pear.php.net/dtd/package-2.0.xsd"> ~ Redis Cache Pro for WordPress - https://wprediscache.com ~ Avtandil Kikabidze - https://github.com/akalongman + phpredis 5.3.0 + + - There were no changes between 5.3.0RC2 and 5.3.0. + + --- + phpredis 5.3.0RC2 --- diff --git a/php_redis.h b/php_redis.h index cc3a276d..50483af5 100644 --- a/php_redis.h +++ b/php_redis.h @@ -23,7 +23,7 @@ #define PHP_REDIS_H /* phpredis version */ -#define PHP_REDIS_VERSION "5.3.0RC2" +#define PHP_REDIS_VERSION "5.3.0" PHP_METHOD(Redis, __construct); PHP_METHOD(Redis, __destruct); -- cgit v1.2.3