Skip to content

Commit

Permalink
Update REAMDE & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed May 7, 2021
1 parent acb55b3 commit 058c5aa
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 12 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## For previous versions, see :
- Assets
- Cache
- Config
- Fortress
- i81n
- session
- Support
- uniformresoucelocator
## 4.6.0
- Drop PHP 7.2 and add PHP 8.0 support.
- Upgrade all Laravel packages to ^8.x from ^5.8.
- Upgrade `vlucas/phpdotenv`to ^5.3 from ^3.4.
- Upgrade `symfony/console` to ^5.1 from ^4.3.
- Upgrade `phpunit/phpunit` to ^9.5
- [Cache] Fix tagged file issue on Windows

## For versions before 4.6.0, see :
- [Assets](https://github.com/userfrosting/assets/blob/master/CHANGELOG.md)
- [Cache](https://github.com/userfrosting/cache/blob/master/CHANGELOG.md)
- [Config](https://github.com/userfrosting/config/blob/master/CHANGELOG.md)
- [Fortress](https://github.com/userfrosting/fortress/blob/master/CHANGELOG.md)
- [i81n](https://github.com/userfrosting/i18n/blob/master/CHANGELOG.md)
- [Session](https://github.com/userfrosting/session/blob/master/CHANGELOG.md)
- [Support](https://github.com/userfrosting/support/blob/master/CHANGELOG.md)
- [UniformResourceLocator](https://github.com/userfrosting/UniformResourceLocator/blob/master/CHANGELOG.md)
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
| Branch | Version | Build | Coverage | Style |
| ------ |:-------:|:-----:|:--------:|:-----:|
| [master][framework] | ![][framework-version] | [![][framework-master-build]][framework-travis] | [![][framework-master-codecov]][framework-codecov] | [![][framework-style-master]][framework-style] |
<!-- | [develop][framework-develop] | ![][framework-version-develop] | [![][framework-develop-build]][framework-travis] | [![][framework-develop-codecov]][framework-codecov] | [![][framework-style-develop]][framework-style] | -->
| [develop][framework-develop] | ![][framework-version-develop] | [![][framework-develop-build]][framework-travis] | [![][framework-develop-codecov]][framework-codecov] | [![][framework-style-develop]][framework-style] |

<!-- Links -->
[framework]: https://github.com/userfrosting/framework
[framework-develop]: https://github.com/userfrosting/framework/tree/develop
[framework-version]: https://img.shields.io/badge/Version-v4.6.x-success.svg
[framework-version]: https://img.shields.io/github/release/userfrosting/framework.svg?color=success&label=Version
[framework-version-develop]: https://img.shields.io/badge/Version-5.0.x-yellow.svg
[framework-master-build]: https://img.shields.io/github/workflow/status/userfrosting/framework/Build/master?logo=github
[framework-master-codecov]: https://codecov.io/gh/userfrosting/framework/branch/master/graph/badge.svg
Expand All @@ -25,4 +25,24 @@
[framework-codecov]: https://codecov.io/gh/userfrosting/framework
[framework-style-master]: https://github.styleci.io/repos/360994768/shield?branch=master&style=flat
[framework-style-develop]: https://github.styleci.io/repos/360994768/shield?branch=develop&style=flat
[framework-style]: https://github.styleci.io/repos/360994768
[framework-style]: https://github.styleci.io/repos/360994768

## Installation
```
composer require userfrosting/framework
```

## Documentation & Usage
See main [UserFrosting Documentation](https://learn.userfrosting.com) and documentation for specific parts:
- [Assets](src/Assets/)
- [Cache](src/Cache/)
- [Config](src/Config/)
- [Fortress](src/Fortress/)
- [i81n](src/I18n)
- [Session](src/Session)
- [Support](src/Support)
- [UniformResourceLocator](src/UniformResourceLocator)

## [Style Guide](STYLE_GUIDE.md)

## [Testing](RUNNING_TESTS.md)

0 comments on commit 058c5aa

Please sign in to comment.