Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Updating the documentation to reflect the latest release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Dec 30, 2015
1 parent 27c1a77 commit 83cb27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [misdirection](https://packagist.org/packages/nglasl/silverstripe-misdirection)

_The current release is **2.1.1**_
_The current release is **2.1.2**_

A module for SilverStripe which will allow both simple and regular expression link
redirections based on customisable mappings, either hooking into a page not found or
Expand Down
2 changes: 1 addition & 1 deletion code/extensions/MisdirectionFallbackExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function updateFields($fields) {
$fields->addFieldToTab($tab, TextField::create(
'FallbackLink',
'URL'
)->addExtraClass('fallback-link'));
)->addExtraClass('fallback-link')->setRightTitle('This requires the <strong>HTTP/S</strong> scheme for an external URL'));

// Retrieve the response code selection.

Expand Down

0 comments on commit 83cb27c

Please sign in to comment.