Skip to content

Commit 4e7427f

Browse files
authored
Merge pull request #622 from Geolim4/master
Released 7.0.1
2 parents 01db8d9 + 330c3f8 commit 4e7427f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 7.0.1
2+
#### _"Gold is getting some rust !"_
3+
##### 22 june 2018
4+
- __Global__
5+
- Updated php constraint to be more reliable over the years (@Geolim4)
6+
- __Core__
7+
- Fixed possible notice in some contexts (@Geolim4)
8+
- __Drivers__
9+
- IOException in `Files` driver: Preventive hotfix for #614, thanks to @hriziya (@Geolim4)
10+
- __Misc__
11+
- Fixed typo in README & code sample mistakes (@Geolim4)
12+
- Updated examples as per #612 (@Geolim4)
13+
- Fixed wrong code in template issues (@Geolim4)
14+
- Updated Github bytes (@Geolim4)
15+
- Fixing broken badges (@Geolim4)
16+
117
## 7.0.0
218
#### _"We found gold !"_
319
##### 27 may 2018

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ $your_product_data = [
304304
/* ... */
305305
];
306306

307-
if ($CachedString->isHit()) {
307+
if (!$CachedString->isHit()) {
308308
$CachedString->set($your_product_data)->expiresAfter(5);//in seconds, also accepts Datetime
309309
$InstanceCache->save($CachedString); // Save the cache item just like you do with doctrine and entities
310310

0 commit comments

Comments
 (0)