Skip to content

Commit

Permalink
Merge pull request #47 from nguyenanhung/v4.x
Browse files Browse the repository at this point in the history
V4.x
  • Loading branch information
nguyenanhung authored Sep 21, 2024
2 parents 7b64e4a + bbf4950 commit e4bf952
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# My Cache

[![Latest Stable Version](http://poser.pugx.org/nguyenanhung/my-cache/v)](https://packagist.org/packages/nguyenanhung/my-cache) [![Total Downloads](http://poser.pugx.org/nguyenanhung/my-cache/downloads)](https://packagist.org/packages/nguyenanhung/my-cache) [![Latest Unstable Version](http://poser.pugx.org/nguyenanhung/my-cache/v/unstable)](https://packagist.org/packages/nguyenanhung/my-cache) [![License](http://poser.pugx.org/nguyenanhung/my-cache/license)](https://packagist.org/packages/nguyenanhung/my-cache) [![PHP Version Require](http://poser.pugx.org/nguyenanhung/my-cache/require/php)](https://packagist.org/packages/nguyenanhung/my-cache)
[![Latest Stable Version](https://img.shields.io/packagist/v/nguyenanhung/my-cache.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-cache)
[![Total Downloads](https://img.shields.io/packagist/dt/nguyenanhung/my-cache.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-cache)
[![Daily Downloads](https://img.shields.io/packagist/dd/nguyenanhung/my-cache.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-cache)
[![Monthly Downloads](https://img.shields.io/packagist/dm/nguyenanhung/my-cache.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-cache)
[![License](https://img.shields.io/packagist/l/nguyenanhung/my-cache.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-cache)
[![PHP Version Require](https://img.shields.io/packagist/dependency-v/nguyenanhung/my-cache/php)](https://packagist.org/packages/nguyenanhung/my-cache)

Class Cache được customize lại từ thư viện `phpfastcache/phpfastcache`, được tối ưu cho PHP 7

Expand Down
4 changes: 2 additions & 2 deletions src/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
*/
class Cache
{
const VERSION = '4.0.4';
const LAST_MODIFIED = '2024-05-01';
const VERSION = '4.0.5';
const LAST_MODIFIED = '2024-09-22';
const AUTHOR_NAME = 'Hung Nguyen';
const AUTHOR_WEB = 'https://nguyenanhung.com/';
const AUTHOR_EMAIL = '[email protected]';
Expand Down

0 comments on commit e4bf952

Please sign in to comment.