Changelog
1.2.0 2022-03-02
Changed
Fixed
- Fix redirect to entry option not working for multi-sites where users didn't have access to the primary site.
1.1.6 2022-03-02
Fixed
- Fix an error on Craft 3.4, introduced in 1.1.5.
1.1.5 2021-12-31
Fixed
- Fix redirect to entry option not working for multi-sites where users didn't have access to the primary site.
1.1.4 2021-06-20
Changed
- Improve performance of generating singles list when called multiple times.
1.1.3 2020-07-27
Fixed
- Fix duplicate sidebar entry with "Redirect to Entry" set to true.
1.1.2 2020-04-16
Fixed
- Fix logging error
Call to undefined method setFileLogging().
1.1.1 2020-04-15
Changed
- File logging now checks if the overall Craft app uses file logging.
- Log files now only include
GET and POST additional variables.
1.1.0 2020-04-01
Changed
1.0.11 2020-02-28
Fixed
- Fix PHP error (again).
- Even more refactoring and cleanup JS/CSS.
1.0.10 2020-02-28
Changed
- Refactor and cleanup JS/CSS.
- Add some debug statements.
Fixed
- Fix PHP error.
- Fix minor styling caused by new overlay.
1.0.9 2020-02-11
Changed
- Ensure URL to single redirect is correct on multisite. (thanks @andersaloof)
1.0.8 2020-02-05
Added
- Add override notice for settings fields.
Changed
- Change behaviour of “Redirect to Entry”, now using an overlay to retain normal element index filtering.
Fixed
- Fix redactor singles not being site-aware.
- Be sure to include siteIds in single data for filtering.
- Ensure site filtering works with “Redirect to Entry” set.
1.0.7 2019-02-09
Fixed
- Fix JS showing for non-CP requests.
1.0.6 2019-01-18
Fixed
- Fixed non-admins not seeing expanded singles due to Craft 3.1 changes in permission filtering from id's to uid's.
- Now requires Craft 3.1+.
1.0.5 2018-10-24
Fixed
- Better support multi-site enabled singles
1.0.4 2018-07-04
Fixed
- Fix error caused by permissions to view singles
1.0.3 2018-02-20
Fixed
- Fix error when the Redactor plugin isn’t installed
1.0.2 2018-02-12
Added
- Added support for Redactor fields
Fixed
- Update Craft CMS requirements
- Fix error when selecting an expanded single from a modal window
1.0.1 2017-12-07
Changed
1.0.0 2017-10-18
Added