Skip to content

Commit

Permalink
Updated readme/changelog for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfoell committed Jan 27, 2020
1 parent d9558d7 commit 369b2cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [1.1]

* Added exception handling when no database available.
* Moved changelog to CHANGELOG.md

## [1.0]

* Initial release
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installs an mu-plugin to load libraries for all themes & plugins from a common v

Add to your project's composer file by running:

## Optional
## Optional
(if you haven't yet added the WDS Satis package server to your composer.json)

`composer config repositories.wds-satis composer https://packages.wdslab.com`
Expand All @@ -16,9 +16,3 @@ Add to your project's composer file by running:
`composer config scripts.post-autoload-dump "WebDevStudios\MUAutoload\Installer::install"`

`composer require webdevstudios/mu-autoload:~1.0`

# Changelog

## [1.0]

* Initial release

0 comments on commit 369b2cc

Please sign in to comment.