Skip to content

Commit

Permalink
Prepare v3.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Sep 8, 2020
1 parent 4a1fc5f commit 05ce64e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

1 change: 0 additions & 1 deletion .styleci.yml
Expand Up @@ -4,4 +4,3 @@ disabled:
- concat_without_spaces
- phpdoc_no_package
- logical_not_operators_with_successor_space
- simplified_null_return
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil

## [Unreleased]

## [3.5.0] - 2020-09-09

### Added

- ([#25]) Laravel 8.x support

## [3.4.2] - 2020-03-06

### Added
Expand Down Expand Up @@ -75,7 +81,8 @@ All notable changes to `cybercog/laravel-optimus` will be documented in this fil

Initial release

[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.4.2...master
[Unreleased]: https://github.com/cybercog/laravel-optimus/compare/3.5.0...master
[3.5.0]: https://github.com/cybercog/laravel-optimus/compare/3.4.2...3.5.0
[3.4.2]: https://github.com/cybercog/laravel-optimus/compare/3.4.1...3.4.2
[3.4.1]: https://github.com/cybercog/laravel-optimus/compare/3.4.0...3.4.1
[3.4.0]: https://github.com/cybercog/laravel-optimus/compare/3.3.0...3.4.0
Expand All @@ -86,6 +93,7 @@ Initial release
[2.1.0]: https://github.com/cybercog/laravel-optimus/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/cybercog/laravel-optimus/compare/1.0.0...2.0.0

[#25]: https://github.com/cybercog/laravel-optimus/pull/25
[#23]: https://github.com/cybercog/laravel-optimus/pull/23
[#22]: https://github.com/cybercog/laravel-optimus/pull/22
[#20]: https://github.com/cybercog/laravel-optimus/pull/20
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -3,6 +3,7 @@
![cog-laravel-optimus](https://user-images.githubusercontent.com/1849174/28744713-5b28fffa-746f-11e7-8ca2-0e2a612bc19c.png)

<p align="center">
<a href="https://discord.gg/R2sbjAt"><img src="https://img.shields.io/static/v1?logo=discord&label=&message=Discord&color=36393f&style=flat-square" alt="Discord"></a>
<a href="https://github.com/cybercog/laravel-optimus/releases"><img src="https://img.shields.io/github/release/cybercog/laravel-optimus.svg?style=flat-square" alt="Releases"></a>
<a href="https://travis-ci.org/cybercog/laravel-optimus"><img src="https://img.shields.io/travis/cybercog/laravel-optimus/master.svg?style=flat-square" alt="Build Status"></a>
<a href="https://styleci.io/repos/77817858"><img src="https://styleci.io/repos/77817858/shield" alt="StyleCI"></a>
Expand Down
1 change: 0 additions & 1 deletion src/Traits/OptimusEncodedRouteKey.php
Expand Up @@ -21,7 +21,6 @@ public function getRouteKey()
*
* @param mixed $value
* @param string|null $field
*
* @return \Illuminate\Database\Eloquent\Model|null
*/
public function resolveRouteBinding($value, $field = null)
Expand Down

0 comments on commit 05ce64e

Please sign in to comment.