Skip to content

PHPMentorsProxyURLRewriteBundle 1.1.0 (stable)

Compare
Choose a tag to compare
@iteman iteman released this 14 Jun 23:46
· 50 commits to master since this release
v1.1.0

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"