v3.0.0
This splits the config property "iframeJail" into two properties in
their own `gpt` namespace:
iframeJail: null | url
is now:
gpt: {
iframeJail: true | false
iframeRootUrl: string, defaults to Ember's ENV.rootURL
This splits the config property "iframeJail" into two properties in
their own `gpt` namespace:
iframeJail: null | url
is now:
gpt: {
iframeJail: true | false
iframeRootUrl: string, defaults to Ember's ENV.rootURL