Skip to content

Commit

Permalink
Updated changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Dec 1, 2018
1 parent 3d4c95f commit a2fad2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [5.0.0] - 2018-11-30
### Added
- Module locations - define and configure as many locations to store your modules as desired
- Ability to configure manifest filename
Expand All @@ -17,6 +19,7 @@ and this package adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Unit tests that were previously failing now pass with flying colors
- Custom service provider name is now taken into consideration when generating new modules

## [4.5.1] - 2018-10-31
### Removed
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

Extract and modularize your code for maintainability. Essentially creates "mini-laravel" structures to organize your application.

This package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.

## Documentation
You will find user friendly and updated documentation on the [Caffeinated website](https://caffeinatedpackages.com/guide/packages/modules.html).

Expand Down

0 comments on commit a2fad2c

Please sign in to comment.