From 9ca7b115746fc868a58270401f8d5f3b88f8587e Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Sun, 22 Sep 2024 02:11:14 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e88d7cd..f1288d6 100644 --- a/README.md +++ b/README.md @@ -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 From bbf49500b0642f7313c52b3e498708a72f04d6cb Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Sun, 22 Sep 2024 02:11:32 +0700 Subject: [PATCH 2/2] Update Cache.php --- src/Cache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cache.php b/src/Cache.php index 6cd2f94..33a7ac1 100644 --- a/src/Cache.php +++ b/src/Cache.php @@ -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 = 'dev@nguyenanhung.com';