diff --git a/CHANGELOG.md b/CHANGELOG.md index dec913a..11c741d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -All notable changes to `laravel-ban` will be documented in this file. +All notable changes to `cybercog/laravel-nova-ban` will be documented in this file. + +## [Unreleased] ## [1.1.0] - 2019-02-26 @@ -12,4 +14,5 @@ All notable changes to `laravel-ban` will be documented in this file. - Initial release -[1.1.0]: https://github.com/cybercog/laravel-ban/compare/1.0.0...v1.1.0 +[Unreleased]: https://github.com/cybercog/laravel-ban/compare/1.1.0...master +[1.1.0]: https://github.com/cybercog/laravel-ban/compare/1.0.0...1.1.0 diff --git a/LICENSE b/LICENSE index f72d2f8..8499ce5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018, Anton Komarev +Copyright (c) 2019, Anton Komarev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 462d0bf..1c6ff51 100644 --- a/README.md +++ b/README.md @@ -134,14 +134,16 @@ If you discover any security related issues, please email open@cybercog.su inste ## License -- `Laravel Nova Ban` package is open-sourced software licensed under the [MIT License](LICENSE) by Anton Komarev. +- `Laravel Nova Ban` package is open-sourced software licensed under the [MIT License](LICENSE) by [Anton Komarev]. - `Fat Boss In Jail` image licensed under [Creative Commons 3.0](https://creativecommons.org/licenses/by/3.0/us/) by Gan Khoon Lay. ## About CyberCog -[CyberCog](http://www.cybercog.ru) is a Social Unity of enthusiasts. Research best solutions in product & software development is our passion. +[CyberCog](https://cybercog.ru) is a Social Unity of enthusiasts. Research best solutions in product & software development is our passion. - [Follow us on Twitter](https://twitter.com/cybercog) - [Read our articles on Medium](https://medium.com/cybercog) -CyberCog +CyberCog + +[Anton Komarev]: https://komarev.com diff --git a/composer.json b/composer.json index f2c8b95..adf6ea4 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "authors": [ { "name": "Anton Komarev", - "email": "a.komarev@cybercog.su", - "homepage": "https://ell.folio.su", + "email": "anton@komarev.com", + "homepage": "https://komarev.com", "role": "Developer" } ], diff --git a/src/Actions/Ban.php b/src/Actions/Ban.php index fd03860..ca0a239 100644 --- a/src/Actions/Ban.php +++ b/src/Actions/Ban.php @@ -3,7 +3,7 @@ /* * This file is part of Laravel Nova Ban. * - * (c) Anton Komarev + * (c) Anton Komarev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Actions/Unban.php b/src/Actions/Unban.php index ca883d2..43c3da1 100644 --- a/src/Actions/Unban.php +++ b/src/Actions/Unban.php @@ -3,7 +3,7 @@ /* * This file is part of Laravel Nova Ban. * - * (c) Anton Komarev + * (c) Anton Komarev * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.