Skip to content

Commit

Permalink
fix for admin url
Browse files Browse the repository at this point in the history
  • Loading branch information
billythekid committed Aug 24, 2018
1 parent f84d311 commit 94decc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.1 - 2018-08-24
### Fixed
- Bug where warning message link would fail if cpTrigger was not set to 'admin'

## 1.0.0 - 2018-08-18
### Added
- Initial release
2 changes: 1 addition & 1 deletion src/templates/_components/fields/EZMapField_input.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{% if not maps %}

<div class="error">
There appears to be some issue connecting to your EZ Map account. Please <a href="/admin/settings/plugins/ezmap">check your settings</a>.
There appears to be some issue connecting to your EZ Map account. Please <a href="/{{ craft.app.config.general.cpTrigger }}/settings/plugins/ezmap">check your settings</a>.
</div>

{% else %}
Expand Down

0 comments on commit 94decc8

Please sign in to comment.