Skip to content

Commit

Permalink
Merge branch 'test' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickakk committed Oct 30, 2024
2 parents 5b0d46a + 92cbba3 commit 584866f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ upgrade

# Files which should be generated on deployment
webroot/js/idp_select/DiscoFeed\.json
webroot/sitemap.xml

# DB schema dump
/config/Migrations/schema-dump-default.lock
10 changes: 8 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Release notes

## Version 2024-09/3
*Release date: 2024-10-30*

### Bug fix
- Fix: Required file missing - sitemap.xml #110

## Version 2024-09/2
*Release date: 2024-10-22*
*Release date: 2024-10-22*

### Bug fix
- Fix: Required file missing #110
- Fix: Required file missing - search_list.json #110


## Version 2024-09
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-09/2
2024-09/3
2 changes: 1 addition & 1 deletion src/Command/GenSitemapCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function execute(Arguments $args, ConsoleIo $io)
);

// add header
$file = fopen('webroot/sitemap.xml', 'w');
$file = fopen('cronjob-output/sitemap.xml', 'w');
fwrite($file, "<?xml version='1.0' encoding='UTF-8'?>\n\n");
fwrite($file, '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . "\n");

Expand Down
1 change: 1 addition & 0 deletions webroot/sitemap.xml

0 comments on commit 584866f

Please sign in to comment.