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

Feature: PSR4 compatible #44

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .rmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ master:
pre-release-actions:
composer-update: ~
update-version-class:
class: omz13\xmlsitemap
class: omz13\XMLSitemap
changelog-update: # Update a CHANGELOG file before the release
format: semantic
dump-commits: true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "omz13/kirby3-xmlsitemap",
"name": "wearejust/kirby3-xmlsitemap",
"type": "kirby-plugin",
"description": "kirby3 plugin to generate an xml-based sitemap",
"keywords": [
"kirby3",
"plugin",
"sitemap"
],
"version": "1.2.1",
"version": "1.3.0",
"license": "MIT",
"authors": [
{
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
]
);

require_once __DIR__ . '/xmlsitemap.php';
require_once __DIR__ . '/XMLSitemap.php';