diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..64c19ac --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 55ce224..9bae495 100644 --- a/README.md +++ b/README.md @@ -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) ## 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, diff --git a/composer.json b/composer.json index 4f01240..e358e3c 100644 --- a/composer.json +++ b/composer.json @@ -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" + } } }