Skip to content

Commit 307a378

Browse files
authored
Merge pull request #604 from PHPSocialNetwork/v7
Released 7.0.0
2 parents a935e78 + 57e074e commit 307a378

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 7.0.0
2+
#### _"We found gold !"_
3+
##### 27 may 2018
4+
- __Global__
5+
- Finally achieved 8 months of development \o/ (@Geolim4)
6+
- Applied one last code refactoring to enforce PSR2 compliance (@Geolim4)
7+
- Fixed some mismatching annotations type hints (@Geolim4)
8+
- Applied many Scrutinizer code style/optimisation/typo recommendations (@Geolim4)
9+
- __Core__
10+
- Updated some left functions/constants namespaces that were still not absolute (@Geolim4)
11+
- Autoload: Isolated _PFC\_*_ constant in their own namespace to not pollute php's root namespace (@Geolim4)
12+
- Added new exception interface `Phpfastcache\Exceptions\PhpfastcacheExceptionInterface` that will handle all Phpfastcache-related exceptions (@Geolim4)
13+
- Updated CacheManager code by splitting some portions of code into different methods (@Geolim4)
14+
- __Drivers__
15+
- Upgraded Couchbase to PHP SDK 2.4 as per #599 (@git-webmaster, @Geolim4)
16+
- Added Couchbase SDK update notice to migration guide (@Geolim4)
17+
- __Tests__
18+
- Updated TestHelper to better works in Web context (if any) (@Geolim4)
19+
- Force exit code 0 when getting an uncaught exception PhpfastcacheDriverCheckException (@Geolim4)
20+
- Fix test helper handling PhpfastcacheDriverCheckException with HHVM (@Geolim4)
21+
- __Misc__
22+
- Added Anton (@git-webmaster) to our "hall of fame" (@Geolim4)
23+
- Added "ext-couchbase" suggestion
24+
- Updated every annotations/comments/documentation links from HTTP to HTTPS (if available) (@Geolim4)
25+
126
## 7.0.0-rc4
227
##### 15 may 2018
328
- __Core__

0 commit comments

Comments
 (0)