mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
Remove deprecations <= v0.122.0 (note)
These have, once we release this, been logging ERROR for 6 minor versions.
This commit is contained in:
@@ -51,14 +51,6 @@ type AlternativeOutputFormatsProvider interface {
|
||||
AlternativeOutputFormats() OutputFormats
|
||||
}
|
||||
|
||||
// AuthorProvider provides author information.
|
||||
type AuthorProvider interface {
|
||||
// Deprecated: Use taxonomies instead.
|
||||
Author() Author
|
||||
// Deprecated: Use taxonomies instead.
|
||||
Authors() AuthorList
|
||||
}
|
||||
|
||||
// ChildCareProvider provides accessors to child resources.
|
||||
type ChildCareProvider interface {
|
||||
// Pages returns a list of pages of all kinds.
|
||||
@@ -309,9 +301,6 @@ type PageWithoutContent interface {
|
||||
Positioner
|
||||
navigation.PageMenusProvider
|
||||
|
||||
// TODO(bep)
|
||||
AuthorProvider
|
||||
|
||||
// Page lookups/refs
|
||||
GetPageProvider
|
||||
RefProvider
|
||||
|
Reference in New Issue
Block a user