All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added option to turn off the section title shown in the default Entry/Category edit link.
- Moved check for user and user permission from template files over to Service
- Removed Admin Bar and Edit Links from templates when in Live Preview.
- Fixed detection of default Entry or Category when using
{{ adminbar() }}
- Added
{{ craft.adminbar.canEmbed }}
to check if Admin Bar or Edit Links can be embedded. - Added
bgColor
andtextColor
settings.
- The default Admin Bar embed tag,
{% hook 'renderAdminBar' %}
, has been replaced with{{ adminbar() }}
. - Deprecated
color
settings and replaced it withhighlightColor
. - Color settings—
bgColor
,highlightColor
, andtextColor
—require CSS hex values.