@@ -10,7 +10,7 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC
10
10
11
11
* Replaced hard coupling on Guzzle HTTP client with HTTPlug. You now need
12
12
to explicitly specify a supported HTTP adapter in composer.json, see [ installation instructions]
13
- (http://foshttpcache.readthedocs.org /en/stable/installation.html )
13
+ (http://foshttpcache.readthedocs.io /en/stable/installation.html )
14
14
* BC Break: Separated the HttpDispatcher from the proxy clients. All existing
15
15
clients still use HTTP to send invalidation requests.
16
16
* Added support and documentation for setting a custom TTL specifically for the
@@ -72,8 +72,8 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC
72
72
1.4.0
73
73
-----
74
74
75
- * Added symfony/http-kernel [ HttpCache client] ( http://foshttpcache.readthedocs.org /en/stable/proxy-clients.html#symfony-client ) .
76
- * Added [ SymfonyTestCase] ( http://foshttpcache.readthedocs.org /en/stable/testing-your-application.html#symfonytestcase ) .
75
+ * Added symfony/http-kernel [ HttpCache client] ( http://foshttpcache.readthedocs.io /en/stable/proxy-clients.html#symfony-client ) .
76
+ * Added [ SymfonyTestCase] ( http://foshttpcache.readthedocs.io /en/stable/testing-your-application.html#symfonytestcase ) .
77
77
* Removed unneeded files from dist packages.
78
78
79
79
1.3.2
@@ -91,7 +91,7 @@ See also the [GitHub releases page](https://github.com/FriendsOfSymfony/FOSHttpC
91
91
1.3.0
92
92
-----
93
93
94
- * Added [ TagHandler] ( http://foshttpcache.readthedocs.org /en/stable/invalidation-handlers.html#tag-handler ) .
94
+ * Added [ TagHandler] ( http://foshttpcache.readthedocs.io /en/stable/invalidation-handlers.html#tag-handler ) .
95
95
* It is no longer possible to change the event dispatcher of the
96
96
CacheInvalidator once its instantiated. If you need a custom dispatcher, set
97
97
it right after creating the invalidator instance.
0 commit comments