File tree Expand file tree Collapse file tree 3 files changed +25
-8
lines changed Expand file tree Collapse file tree 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.
55We're basing this format on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
27272828  <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    ---
Original file line number Diff line number Diff line change 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
2828PHP_METHOD (Redis , __construct );
2929PHP_METHOD (Redis , __destruct );
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments