From bcd94f9826935ccf7d87e6a58dbde78d1b9e5723 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 5 Aug 2022 21:20:29 +0200 Subject: [PATCH] Release 1.2.0 --- Documentation/Changelog/1.2.0.rst | 29 +++++++++++++++++++++++++++++ ext_emconf.php | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 Documentation/Changelog/1.2.0.rst diff --git a/Documentation/Changelog/1.2.0.rst b/Documentation/Changelog/1.2.0.rst new file mode 100644 index 0000000..a8839c9 --- /dev/null +++ b/Documentation/Changelog/1.2.0.rst @@ -0,0 +1,29 @@ +1.2.0 +===== + +Breaking +-------- + +Nothing + +Features +-------- + +* Ignore UptimeRobot and Pingdom requests by default. + Those requests were added to the :file:`Services.yaml` file, + preventing default installations from being spammed by those requests. + +Fixes +----- + +Nothing + +Tasks +----- + +Nothing + +Deprecation +----------- + +Nothing diff --git a/ext_emconf.php b/ext_emconf.php index e1c9d38..a9cfb10 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = [ 'author' => 'Daniel Siepmann', 'author_email' => 'coding@daniel-siepmann.de', 'author_company' => '', - 'version' => '1.1.6', + 'version' => '1.2.0', 'constraints' => [ 'depends' => [ 'core' => '',