Skip to content

Commit 4a75f02

Browse files
committed
Implemented JsonSerializable interface to ExtendedCacheItemInterface
1 parent 7e77617 commit 4a75f02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/phpFastCache/Api.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class Api
2222
{
23-
protected static $version = '1.1.0';
23+
protected static $version = '1.1.1';
2424

2525
/**
2626
* This method will returns the current
@@ -45,6 +45,9 @@ public static function getVersion()
4545
public static function getChangelog()
4646
{
4747
return <<<CHANGELOG
48+
- 1.1.1
49+
-- Implemented JsonSerializable interface to ExtendedCacheItemInterface
50+
4851
- 1.1.0
4952
-- Implemented JSON methods such as:
5053
ExtendedCacheItemPoolInterface::getItemsAsJsonString()

0 commit comments

Comments
 (0)