-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #330 from alphagov/legacy_edit_brief_response
Legacy edit brief response manifest
- Loading branch information
Showing
4 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Digital Marketplace frameworks changelog | ||
|
||
Records breaking changes from major version bumps | ||
|
||
## 5.0.0 | ||
|
||
PR: [#330](https://github.com/alphagov/digitalmarketplace-frameworks/pull/330) | ||
|
||
### What changed | ||
|
||
We rename the `edit_brief_response` manifest to`legacy_edit_brief_response`. | ||
|
||
### Example app change | ||
|
||
Old | ||
``` | ||
content_loader.get_manifest('digital-outcomes-and-specialists', 'edit_brief_response') | ||
``` | ||
|
||
New | ||
``` | ||
content_loader.get_manifest('digital-outcomes-and-specialists', 'legacy_edit_brief_response') | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.1.0 | ||
5.0.0 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters