CHANGELOG.md in workarea-blog-3.4.9 vs CHANGELOG.md in workarea-blog-3.5.0

- old
+ new

@@ -1,54 +1,36 @@ -Workarea Blog 3.4.9 (2019-10-16) +Workarea Blog 3.5.0 (2019-11-26) -------------------------------------------------------------------------------- -* Fix Content Search Text for Blog Entries +* Fix Deprecation Warnings When Querying Entries - Since workarea-commerce/workarea-content-search#1 seems to be on the - back burner for now, and regardless of this blogs will have to handle - their search summary text on their own anyway. Update - `Search::Storefront::Content` to use the blog entry summary if it - exists, falling back to whatever the content-search gem uses to generate - its text. At the moment, this involves extracting text from content - blocks that have more than 5 words in them, but this may change in the - next major. + Use the `.select(&:active?)` format instead of the `.active` scope on + blog entries so that segmentation and releases are respected. Also fix + content block types syntax and add some test coverage when pulling + entries directly from the DB. - (#6) + BLOG-11 Tom Scott +* Replace usage of deprecated Content.define_block_types + Matt Duffy -Workarea Blog 3.4.8 (2019-10-01) --------------------------------------------------------------------------------- +* Replace usage of Content::Asset#placeholder with #image_placeholder -* Fix Blog Entries Total Count + Workarea v3.5 removes the #placeholder method in favor of the more + specific #image_placeholder - The `#total` method on `Storefront::BlogEntryViewModel` was not - returning the actual total amount of entries if they exceeded 25, due to - Kaminari's default pagination. Use `scoped_entries.total_count` here to - avoid the problem. - Tom Scott + BLOG-10 + Matt Duffy +* Move blog_entries_on_index config to administrable fields (#1) + Matt Duffy -Workarea Blog 3.4.7 (2019-08-21) --------------------------------------------------------------------------------- +* Initial commit on master -* Open Source! - - - -Workarea Blog 3.4.6 (2019-06-11) --------------------------------------------------------------------------------- - -* Remove Release Selector When Editing Blog Comments - - Since blog comments are not releasable, remove the current release - selector from the top of the page which assumes that you're previewing - content for a future release. - - BLOG-184 - Tom Scott + Curt Howard Workarea Blog 3.4.5 (2019-05-14) --------------------------------------------------------------------------------