Skip to content

Commit

Permalink
1.7.1 bugfix: reveal canonical-url field for BlogPost model, too (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejalim authored Apr 30, 2024
1 parent f5f6cf1 commit 8d40bf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,24 @@ Nothing yet

Nothing yet

## [1.7.0]
## [1.7.1]

### Changed

* Add first cut of Innovation-specific Theme, alongide Mozorg and Firefox themes
* Bugfix: reveal field in Wagtail UI for managing rel=canonical on BlogPost pages, too
* Dependency updates

## [1.7.0]

### Added

* Add first cut of Innovation-specific Theme, alongide Mozorg and Firefox themes
* Support declaring a preferred URL for a page via rel=canonical (#351)

### Changed

* Dependency updates

## [1.6.1]

### Changed
Expand Down
1 change: 1 addition & 0 deletions birdbox/microsite/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ class BlogPage(BaseProtocolPage):
"Feed Image",
),
FieldPanel("tags"),
FieldPanel("canonical_rel"),
]
Page.settings_panels + [
show_in_menus_panel,
Expand Down

0 comments on commit 8d40bf7

Please sign in to comment.