Skip to content

Commit

Permalink
Merge pull request #16 from tractorcow/pulls/release-103
Browse files Browse the repository at this point in the history
Release 1.0.3
  • Loading branch information
scott1702 committed Nov 19, 2015
2 parents 0531d69 + 929bf30 commit 97c3623
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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,
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 97c3623

Please sign in to comment.