mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 15:05:44 +00:00
commit
97c3623acf
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal 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.
|
@ -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,
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user