From 62e7d4784458f9a0fd9b9f10c737f7b559f9ed7c Mon Sep 17 00:00:00 2001 From: Xymph Date: Fri, 15 Jul 2022 17:21:11 +0200 Subject: [PATCH] Update changelog and copyright years --- CHANGELOG.md | 10 ++++++++++ LICENSE.md | 2 +- lmpStats.php | 2 +- lmpstats.inc.php | 2 +- lmpstats.legacy.php | 2 +- lmpstats.zdoom.php | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8ca19..66523b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ This project adheres to [Semantic Versioning](https://semver.org/) and [Keep a Changelog](https://keepachangelog.com/). +### Version 0.11.0 - 2022-07-15 + +#### Added +* Support for MBF21 v2.21 + +#### Changed +* Some [PSR-12](https://www.php-fig.org/psr/psr-12/)-related code formatting updates + ### Version 0.10.0 - 2021-12-31 + +#### Added * Support for PrBoom+um v2.6+ ### Version 0.9.2 - 2021-11-08 diff --git a/LICENSE.md b/LICENSE.md index 34b1fa7..822da9b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ ## MIT License -Copyright (c) 2021 Frans P. de Vries +Copyright (c) 2021-2022 Frans P. de Vries Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lmpStats.php b/lmpStats.php index 57fd779..2ecb967 100755 --- a/lmpStats.php +++ b/lmpStats.php @@ -1,7 +1,7 @@ #!/usr/bin/php ] [-H|X|A] [-cl] [-z9] LMP-file\n"; diff --git a/lmpstats.inc.php b/lmpstats.inc.php index 1edf367..ad1c7b9 100644 --- a/lmpstats.inc.php +++ b/lmpstats.inc.php @@ -1,6 +1,6 @@