CHANGELOG.md in pageflow-12.4.1 vs CHANGELOG.md in pageflow-12.5.0
- old
+ new
@@ -1,39 +1,27 @@
# CHANGELOG
-### Version 12.4.1
+### Version 12.5.0
-2018-12-11
+2019-01-21
-[Compare changes](https://github.com/codevise/pageflow/compare/v12.4.0...v12.4.1)
+[Compare changes](https://github.com/codevise/pageflow/compare/12-4-stable...v12.5.0)
-- Bug fix: Sanitize page perma id from URL fragment
- ([#1091](https://github.com/codevise/pageflow/pull/1091))
-### Version 12.4.0
+##### Manual Update Steps
+- Install new migrations in host application
-2018-11-29
+##### Further Changes
+- Create new entries with default locale
+ ([#1103](https://github.com/codevise/pageflow/pull/1103))
+- Trigger resize hooks on cookie notice dismiss
+ ([#1102](https://github.com/codevise/pageflow/pull/1102))
+- Improve lazy loading thumbnails
+ ([#1098](https://github.com/codevise/pageflow/pull/1098))
+- Ensure hls videos are used in Safari
+ ([#1097](https://github.com/codevise/pageflow/pull/1097))
+- Prevent loading of invisible images before load event
+ ([#1095](https://github.com/codevise/pageflow/pull/1095))
-[Compare changes](https://github.com/codevise/pageflow/compare/12-3-stable...v12.4.0)
-
-- Add config option to always redirect to cname of entry
- ([#1069](https://github.com/codevise/pageflow/pull/1069))
-- Add theme option to use image for unmute button
- ([#1065](https://github.com/codevise/pageflow/pull/1065))
-- Add theme variables for anchors
- ([#1064](https://github.com/codevise/pageflow/pull/1064))
-- Ensure share-icon-color key can be used in $widget-icon-font-options
- ([#1073](https://github.com/codevise/pageflow/pull/1073))
-- Try to resume suspended audio context on volume change
- ([#1084](https://github.com/codevise/pageflow/pull/1084),
- [#1079](https://github.com/codevise/pageflow/pull/1079))
-- Play background video silently until page did activate
- ([#1083](https://github.com/codevise/pageflow/pull/1083),
- [#1078](https://github.com/codevise/pageflow/pull/1078))
-- Bug fix: Use polyfill to fix array#reverse in safari 12
- ([#1068](https://github.com/codevise/pageflow/pull/1068))
-- Bug fix: Fix adjacent page lookup for page preloading
- ([#1067](https://github.com/codevise/pageflow/pull/1067))
-
See
-[12-3-stable branch](https://github.com/codevise/pageflow/blob/12-3-stable/CHANGELOG.md)
+[12-4-stable branch](https://github.com/codevise/pageflow/blob/12-4-stable/CHANGELOG.md)
for previous changes.