diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f20d694..7850709 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ | Question | Answer | ------------------ | ------------------ -| **JIRA issue** | [EZP-XXXXX](https://jira.ez.no/browse/EZP-XXXXX) +| **JIRA issue** | [IBX-XXXXX](https://issues.ibexa.co/browse/IBX-XXXXX) | **Type** | Bug/Improvement/Feature/Misc | **Target version** | latest stable `0.8` for bug fixes, `master` for new features | **BC breaks** | yes/no diff --git a/bootstrap.php b/bootstrap.php index 92dc3a9..a9fe1d5 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -1,7 +1,7 @@ headers->set('X-Location-Id', '123,212,42'); ``` -*NOTE: This is currently marked as Deprecated, and for rendering eZ content it is thus adviced to refactor to use Content +*NOTE: This is currently marked as Deprecated, and for rendering Ibexa content it is thus adviced to refactor to use Content View. For other needs there is an FOS tag handler for Twig and PHP that can be used, see below for further info.* ### For custom needs using FOSHttpCache (tagging relations and more) -For custom needs, including template logic for eZ content relations which is here used for examples, there are two ways +For custom needs, including template logic for Ibexa content relations which is here used for examples, there are two ways to tag your responses. #### Twig use diff --git a/spec/EventSubscriber/HiddenLocationExceptionSubscriberSpec.php b/spec/EventSubscriber/HiddenLocationExceptionSubscriberSpec.php index 17efecc..d80a803 100644 --- a/spec/EventSubscriber/HiddenLocationExceptionSubscriberSpec.php +++ b/spec/EventSubscriber/HiddenLocationExceptionSubscriberSpec.php @@ -1,7 +1,7 @@