- Fix an error for multi-site installs, where “Redirect to Entry” was enabled.
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
- Fix a compatibility issue with Formie and Entries fields.
- Fix multi-site singles not appearing.
- Fix an issue where disabled singles weren't shown, after 2.0.3. (thanks @janhenckens).
- Fix “Redirect to Entry” not working correctly.
- Add support for CKEditor plugin.
- Improve performance of element index.
- Only admins are now allowed to access plugin settings.
- Fix an error on Craft 4.4+ where singles won’t appearing.
- Add checks for registering events for performance.
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
. - Rename base plugin methods.
- Now requires Craft 3.5+.
- Fix redirect to entry option not working for multi-sites where users didn't have access to the primary site.
- Fix an error on Craft 3.4, introduced in 1.1.5.
- Fix redirect to entry option not working for multi-sites where users didn't have access to the primary site.
- Improve performance of generating singles list when called multiple times.
- Fix duplicate sidebar entry with "Redirect to Entry" set to true.
- Fix logging error
Call to undefined method setFileLogging()
.
- File logging now checks if the overall Craft app uses file logging.
- Log files now only include
GET
andPOST
additional variables.
- Now requires Craft 3.4+.
- Fix PHP error (again).
- Even more refactoring and cleanup JS/CSS.
- Refactor and cleanup JS/CSS.
- Add some debug statements.
- Fix PHP error.
- Fix minor styling caused by new overlay.
- Ensure URL to single redirect is correct on multisite. (thanks @andersaloof)
- Add override notice for settings fields.
- Change behaviour of “Redirect to Entry”, now using an overlay to retain normal element index filtering.
- 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.
- Fix JS showing for non-CP requests.
- 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+.
- Better support multi-site enabled singles
- Fix error caused by permissions to view singles
- Fix error when the Redactor plugin isn’t installed
- Added support for Redactor fields
- Update Craft CMS requirements
- Fix error when selecting an expanded single from a modal window
- Updated for Craft 3 RC1.
- Craft 3 initial release.
- Verbb marketing (new plugin icon, readme, etc).
- Improve link hijacking.
- Allow functionality on element modal.
- Fix to work with multi-locales.
- Adding check to see if user can edit a particular single before adding that single to the list for display. Thanks to @aberkie.
- Fixed issue when disabling a single, it would disappear from the sidebar in Entries Index #2.
- Fixed issue with plugin release feed url.
- Removed plugin description (doesn't look great).
- Craft 2.5 compatibility, including plugin feed.
- Cleanup/organise code.
- Initial commit