CHANGELOG.md in workarea-blog-3.4.7 vs CHANGELOG.md in workarea-blog-3.4.8

- old
+ new

@@ -1,4 +1,17 @@ +Workarea Blog 3.4.8 (2019-10-01) +-------------------------------------------------------------------------------- + +* Fix Blog Entries Total Count + + 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 + + + Workarea Blog 3.4.7 (2019-08-21) -------------------------------------------------------------------------------- * Open Source!