Skip to content

Commit 581ada8

Browse files
committed
Update CHANGELOG
1 parent 7ebaeff commit 581ada8

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

CHANGELOG.md

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
# Changelog
22

33
All notable changes to `laravel-sitemap` will be documented in this file.
4-
5-
## v0.0.2-RC2 - 2024-03-02
6-
7-
**Full Changelog**: https://github.com/fuelviews/laravel-sitemap/commits/v0.0.2-RC2
8-
9-
## v0.0.1-RC1 - 2024-03-02
10-
11-
**Full Changelog**: https://github.com/fuelviews/laravel-sitemap/commits/v0.0.1-RC1

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,7 @@ You can generate the sitemap with:
118118
php artisan sitemap:generate
119119
```
120120

121-
## Usage
122-
123-
To access the sitemap, navigate to your application's URL and append /sitemap.xml to it.
124-
125-
For example, if your application is hosted at http://www.example.com, the sitemap can be found at http://www.example.com/sitemap.xml.
121+
com
126122

127123
## Testing
128124

composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
"name": "fuelviews/laravel-sitemap",
33
"description": "Fuelviews laravel sitemap package",
44
"keywords": [
5-
"Fuelviews",
5+
"fuelviews",
66
"laravel",
77
"laravel-sitemap",
8-
"sitemap"
8+
"sitemap",
9+
"php",
10+
"xml",
11+
"seo"
912
],
1013
"homepage": "https://github.com/fuelviews/laravel-sitemap",
1114
"license": "MIT",
1215
"authors": [
1316
{
1417
"name": "thejmitchener",
15-
"email": "joshua@fuelviews.com",
18+
"email": "support@fuelviews.com",
1619
"role": "Developer"
1720
}
1821
],

0 commit comments

Comments
 (0)