CHANGELOG.md in pageflow-12.3.0 vs CHANGELOG.md in pageflow-12.4.0
- old
+ new
@@ -1,54 +1,30 @@
# CHANGELOG
-### Version 12.3.0
+### Version 12.4.0
-2018-10-30
+2018-11-29
-[Compare changes](https://github.com/codevise/pageflow/compare/12-2-stable...v12.3.0)
+[Compare changes](https://github.com/codevise/pageflow/compare/12-3-stable...v12.4.0)
-##### Public Site
+- 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))
-- Allow displaying cookie notice
- ([#998](https://github.com/codevise/pageflow/pull/998),
- [#986](https://github.com/codevise/pageflow/pull/986))
-- Make video prebuffering less eager
- ([#1056](https://github.com/codevise/pageflow/pull/1056),
- [#1054](https://github.com/codevise/pageflow/pull/1054),
- [#1000](https://github.com/codevise/pageflow/pull/1000))
-- Unmute button to enable autoplay background media
- ([#1018](https://github.com/codevise/pageflow/pull/1018),
- [#1015](https://github.com/codevise/pageflow/pull/1015))
-- Lazy web audio setup for Chrome 71
- ([#1017](https://github.com/codevise/pageflow/pull/1017),
- [#1016](https://github.com/codevise/pageflow/pull/1016))
-- Bug fix: Allow positioning of mobile video poster
- ([#996](https://github.com/codevise/pageflow/pull/996))
-- Bug fix: Ensure mobile video poster is displayed on Android
- ([#994](https://github.com/codevise/pageflow/pull/994))
-- Bug fix: Ignore invalid page perma id hash
- ([#1058](https://github.com/codevise/pageflow/pull/1058))
-
-##### Themes
-
-- Hyphenate narrow headers by default
- ([#999](https://github.com/codevise/pageflow/pull/999))
-
-##### Admin
-
-- Improve initial password workflow for invitations
- ([#1001](https://github.com/codevise/pageflow/pull/1001))
-
-##### Edtior
-
-- Add percent inputs to background positioning view
- ([#997](https://github.com/codevise/pageflow/pull/997))
-
-##### Internal
-
-- Decouple node package specs from pageflow.backgroundmedia
- ([#1057](https://github.com/codevise/pageflow/pull/1057),
- [#1052](https://github.com/codevise/pageflow/pull/1052))
-
See
-[12-2-stable branch](https://github.com/codevise/pageflow/blob/12-2-stable/CHANGELOG.md)
+[12-3-stable branch](https://github.com/codevise/pageflow/blob/12-3-stable/CHANGELOG.md)
for previous changes.