Skip to content

Commit

Permalink
Prepare 16.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tf committed Oct 25, 2023
1 parent 53990f9 commit fec2990
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# CHANGELOG

### Unreleased Changes
### Version 16.1.0

[Compare changes](https://github.com/codevise/pageflow/compare/16-0-stable...master)
2023-10-25

[Compare changes](https://github.com/codevise/pageflow/compare/16-0-stable...v16.1.0)

#### Core

Expand Down
2 changes: 1 addition & 1 deletion app/helpers/pageflow/feeds_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Pageflow
# Helpers to render alternate links to atom feeds.
#
# @since edge
# @since 16.1
module FeedsHelper
# Render alternate links to atom feed of entries in the same site
# using the same locale.
Expand Down
6 changes: 3 additions & 3 deletions entry_types/scrolled/lib/pageflow_scrolled/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Configuration
# )
#
# @return [ContentElementConsentVendors]
# @since edge
# @since 16.1
attr_reader :content_element_consent_vendors

# Mapping from URL hosts to consent vendor names. Used for iframe
Expand All @@ -79,7 +79,7 @@ class Configuration
# }
#
# @return [Hash<RegExp, String>]
# @since edge
# @since 16.1
attr_accessor :consent_vendor_host_matchers

# Migrate typography variants to palette colors. Before palette
Expand Down Expand Up @@ -133,7 +133,7 @@ class Configuration
# }
# }
#
# @since edge
# @since 16.1
attr_accessor :legacy_typography_variants

def initialize(*)
Expand Down
4 changes: 2 additions & 2 deletions lib/pageflow/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class Configuration
# Can be wrapped in a `features.register` block to use different
# caching strategies for different entries or accounts.
#
# @since edge
# @since 16.1
# @return [String]
attr_accessor :public_entry_cache_control_header

Expand Down Expand Up @@ -248,7 +248,7 @@ class Configuration
# Controls default value of "published until" date field in editor
# publish entry view.
#
# @since edge
# @since 16.1
attr_accessor :default_published_until_duration_in_months

# Used by Pageflow extensions to provide new tabs to be displayed
Expand Down
2 changes: 1 addition & 1 deletion lib/pageflow/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pageflow
VERSION = '16.1.0.dev'.freeze
VERSION = '16.1.0'.freeze
end

0 comments on commit fec2990

Please sign in to comment.