You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff 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)
0 commit comments