Merge pull request #16 from tractorcow/pulls/release-103

Release 1.0.3
This commit is contained in:
Scott Hutchinson 2015-11-19 15:37:49 +13:00
commit 97c3623acf
3 changed files with 18 additions and 1 deletions

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.3]
* Changelog added.
* Update translations.

View File

@ -8,7 +8,7 @@ The external links module is a task and ModelAdmin to track and to report on bro
## Maintainer Contact
* Kirk Mayo kirk (at) silverstripe (dot) com
* Damian Mooyman (@tractorcow) <damian@silverstripe.com>
## Requirements
@ -19,6 +19,8 @@ The external links module is a task and ModelAdmin to track and to report on bro
* Add external links to broken links reports
* Add a task to track external broken links
See the [changelog](CHANGELOG.md) for version history.
## Installation
1. If you have composer you can use `composer require silverstripe/externallinks:*`. Otherwise,

View File

@ -20,5 +20,10 @@
},
"suggest": {
"silverstripe/queuedjobs": "Speeds up running the job for Content Editors fropm the report"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}