Skip to content

Commit

Permalink
release 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit1290 committed Aug 18, 2024
1 parent a3e8714 commit 5473685
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"source": "https://github.com/rohit1290/auto_sitemap",
"issues": "https://github.com/rohit1290/auto_sitemap/issues"
},
"require": {
"composer/installers": "^1.0.8"
},
"conflict": {
"elgg/elgg": "<5.0"
"elgg/elgg": "<6.0"
}
}
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
return [
'plugin' => [
'name' => 'Auto Sitemap',
'version' => '5.0',
'version' => '6.0',
'dependencies' => [],
],
'routes' => [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

header ("Content-Type:text/xml");

$body .='<?xml version="1.0" encoding="UTF-8"?>';
$body ='<?xml version="1.0" encoding="UTF-8"?>';
if ( $vars['flagXsl'] ) {
$body .='<?xml-stylesheet type="text/xsl" href="' . elgg_get_site_url() . 'sitemapindex.xsl"?>
<sitemapindex
Expand Down
2 changes: 1 addition & 1 deletion views/default/plugins/auto_sitemap/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
);
}

elgg_require_js("plugins/auto_sitemap/settings");
elgg_import_esm("plugins/auto_sitemap/settings");
?>

<style>
Expand Down

0 comments on commit 5473685

Please sign in to comment.