PHPMentorsProxyURLRewriteBundle 1.1.0 (stable)
Release Date: 2015-06-14 UTC
What's New in PHPMentorsProxyURLRewriteBundle 1.1.0
New minimum required Symfony version
(Issue #5)
As of this version, Symfony 2.7.0 or greater is required.
New configration syntax
(Issue #2)
The configuration syntax has been changed as the following:
Before:
phpmentors_proxy_url_rewrite:
proxy_urls:
"!^.*!": "/foo/bar"
After:
phpmentors_proxy_url_rewrite:
proxy_urls:
foo_bar:
path: "!^.*!"
proxy_url: "/foo/bar"