From fc1ecb702037d4793f92a2b205f837c3799b823f Mon Sep 17 00:00:00 2001 From: Cyberomulus Date: Wed, 25 Mar 2020 23:35:51 +0100 Subject: [PATCH] Email for contact modified in license header and docs --- CHANGELOG.md | 7 +++++++ composer.json | 5 ++--- src/Entries/GoogleImageEntry.php | 4 ++-- src/Entries/SiteMapEntry.php | 6 +++--- src/Entries/URLEntry.php | 4 ++-- src/Formatter/Formatter.php | 4 ++-- src/Formatter/XMLFormatter.php | 4 ++-- src/SiteMap.php | 4 ++-- src/SiteMapIndex.php | 4 ++-- 9 files changed, 24 insertions(+), 18 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fd4cdb5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## v2.0.1 (2020-03-25) + +- Add branches strategy +- Clean `.gitignore` +- Email for contact modified in license header and docs \ No newline at end of file diff --git a/composer.json b/composer.json index d331f2b..4dabc22 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "homepage" : "https://github.com/cyberomulus/SiteMapGenerator", "support" : { - "email" : "me@cyberomulus.me", + "email" : "cyberomulus.me@gmail.com", "issues" : "https://github.com/cyberomulus/SiteMapGenerator/issues", "wiki" : "https://github.com/cyberomulus/SiteMapGenerator/wiki", "source" : "https://github.com/cyberomulus/SiteMapGenerator" @@ -17,8 +17,7 @@ "license" : "MIT", "authors" : [{ "name" : "Brack Romain", - "email" : "me@cyberomulus.me", - "homepage" : "http://www.cyberomulus.me" + "email" : "cyberomulus.me@gmail.com" } ], "require" : { diff --git a/src/Entries/GoogleImageEntry.php b/src/Entries/GoogleImageEntry.php index 7a0f2d8..2cbaf89 100644 --- a/src/Entries/GoogleImageEntry.php +++ b/src/Entries/GoogleImageEntry.php @@ -2,7 +2,7 @@ /* * This file is part of the SiteMapGenerator package. * - * (c) Brack Romain + * (c) Brack Romain * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -13,7 +13,7 @@ /** * This class represent an image entries for Google * - * @author cyberomulus - Brack Romain + * @author cyberomulus - Brack Romain */ class GoogleImageEntry { diff --git a/src/Entries/SiteMapEntry.php b/src/Entries/SiteMapEntry.php index 89f39af..175e39c 100644 --- a/src/Entries/SiteMapEntry.php +++ b/src/Entries/SiteMapEntry.php @@ -2,7 +2,7 @@ /* * This file is part of the SiteMapGenerator package. * - * (c) Brack Romain + * (c) Brack Romain * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -13,7 +13,7 @@ /** * This class represent an SiteMap entry for SiteMap Index * - * @author cyberomulus - Brack Romain + * @author cyberomulus - Brack Romain */ class SiteMapEntry { @@ -66,7 +66,7 @@ public function setUrl($url) } /** - * @return DateTime + * @return \DateTime * Date of entrys last modification */ public function getLastModification() diff --git a/src/Entries/URLEntry.php b/src/Entries/URLEntry.php index 9ae3643..b92e8da 100644 --- a/src/Entries/URLEntry.php +++ b/src/Entries/URLEntry.php @@ -2,7 +2,7 @@ /* * This file is part of the SiteMapGenerator package. * - * (c) Brack Romain + * (c) Brack Romain * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -16,7 +16,7 @@ /** * This class represent an URL entry * - * @author cyberomulus - Brack Romain + * @author cyberomulus - Brack Romain */ class URLEntry extends SiteMapEntry { diff --git a/src/Formatter/Formatter.php b/src/Formatter/Formatter.php index 70781ad..7c75820 100644 --- a/src/Formatter/Formatter.php +++ b/src/Formatter/Formatter.php @@ -2,7 +2,7 @@ /* * This file is part of the SiteMapGenerator package. * - * (c) Brack Romain + * (c) Brack Romain * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -16,7 +16,7 @@ /** * Abstract class for all formatter * - * @author cyberomulus - Brack Romain + * @author cyberomulus - Brack Romain */ abstract class Formatter { diff --git a/src/Formatter/XMLFormatter.php b/src/Formatter/XMLFormatter.php index 558d4dc..9ba643b 100644 --- a/src/Formatter/XMLFormatter.php +++ b/src/Formatter/XMLFormatter.php @@ -2,7 +2,7 @@ /* * This file is part of the SiteMapGenerator package. * - * (c) Brack Romain + * (c) Brack Romain * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -18,7 +18,7 @@ /** * This formatter format in XML specification * - * @author cyberomulus - Brack Romain + * @author cyberomulus - Brack Romain */ class XMLFormatter extends Formatter { diff --git a/src/SiteMap.php b/src/SiteMap.php index 1993334..61484a1 100644 --- a/src/SiteMap.php +++ b/src/SiteMap.php @@ -2,7 +2,7 @@ /* * This file is part of the SiteMapGenerator package. * - * (c) Brack Romain + * (c) Brack Romain * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -15,7 +15,7 @@ /** * This class represent a site's map * - * @author cyberomulus - Brack Romain + * @author cyberomulus - Brack Romain */ class SiteMap { diff --git a/src/SiteMapIndex.php b/src/SiteMapIndex.php index 44d8c8e..9593da5 100644 --- a/src/SiteMapIndex.php +++ b/src/SiteMapIndex.php @@ -2,7 +2,7 @@ /* * This file is part of the SiteMapGenerator package. * - * (c) Brack Romain + * (c) Brack Romain * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -15,7 +15,7 @@ /** * This class represent a index of site's map * - * @author cyberomulus - Brack Romain + * @author cyberomulus - Brack Romain */ class SiteMapIndex {