Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v5.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed Dec 25, 2020
2 parents e7343e9 + 0ad9316 commit a7cdfcf
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php

php:
- 7.4
- 8.0

env:
global:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](CONTRIBUTING.md).


## [v5.0.1] - 2020-12-25
- Add support for PHP v8

## [v5.0.0] - 2020-12-22
- Upgrade to Laravel v8
- Move custom eloquent model events to module layer from core package layer
- Refactor and tweak Eloquent Events

## [v4.1.0] - 2020-06-15
- Fix for Events namespace
- Drop using rinvex/laravel-cacheable from core packages for more flexibility
Expand Down Expand Up @@ -120,6 +128,8 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
## v0.0.1 - 2017-04-07
- Tag first release

[v5.0.1]: https://github.com/rinvex/laravel-addresses/compare/v5.0.0...v5.0.1
[v5.0.0]: https://github.com/rinvex/laravel-addresses/compare/v4.1.0...v5.0.0
[v4.1.0]: https://github.com/rinvex/laravel-addresses/compare/v4.0.6...v4.1.0
[v4.0.5]: https://github.com/rinvex/laravel-addresses/compare/v4.0.4...v4.0.5
[v4.0.4]: https://github.com/rinvex/laravel-addresses/compare/v4.0.3...v4.0.4
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2020, Rinvex LLC,
Copyright (c) 2016-2021, Rinvex LLC,

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -155,4 +155,4 @@ Rinvex is a software solutions startup, specialized in integrated enterprise sol

This software is released under [The MIT License (MIT)](LICENSE).

(c) 2016-2020 Rinvex LLC, Some rights reserved.
(c) 2016-2021 Rinvex LLC, Some rights reserved.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -47,7 +47,7 @@
}
],
"require": {
"php": "^7.4.0",
"php": "^7.4.0 || ^8.0.0",
"illuminate/console": "^8.0.0 || ^9.0.0",
"illuminate/database": "^8.0.0 || ^9.0.0",
"illuminate/support": "^8.0.0 || ^9.0.0",
Expand Down
Binary file removed src/.DS_Store
Binary file not shown.
Binary file removed tests/.DS_Store
Binary file not shown.

0 comments on commit a7cdfcf

Please sign in to comment.