Skip to content

Commit

Permalink
Exclude last highlighted stats from newsletter database
Browse files Browse the repository at this point in the history
  • Loading branch information
Quezler committed Jan 6, 2025
1 parent c682523 commit fae50c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/Command/SendNewsletterCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ private function strip_undesired_information_from_mods(&$results): void
// maybe for when we check dependencies someday,
// but that'd just be in latest release.
unset($mod["updated_at"]);

// we don't use this and it changes the hash
unset($mod["last_highlighted_at"]);
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 1.1.7
Date: 2025. 01. 06
Info:
- Exclude last highlighted stats from newsletter database
---------------------------------------------------------------------------------------------------
Version: 1.1.6
Date: 2024. 12. 15
Info:
Expand Down
2 changes: 1 addition & 1 deletion mods_2.0/032_newsletter-for-mods-made-by-quezler/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Newsletter for mods made by Quezler",
"description": "Read it in order to stay informed about my mods.",

"version": "1.1.6",
"version": "1.1.7",
"author": "Quezler",
"factorio_version": "2.0",

Expand Down

0 comments on commit fae50c3

Please sign in to comment.