From aac6328fb410f32150cde178f74d9e25273e551e Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Fri, 13 Oct 2023 21:18:56 +0000 Subject: [PATCH 1/7] Update changelog to 1.4.4 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c534f..18ff7b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/figuren-theater/ft-security/compare/1.4.3...HEAD) +## [Unreleased](https://github.com/figuren-theater/ft-security/compare/1.4.4...HEAD) + +## [1.4.4](https://github.com/figuren-theater/ft-security/compare/1.4.3...1.4.4) - 2023-10-13 + +### Security + +- Deprecate 'wissen-ist-macht' endpoint and send every request to home instead. ([#45](https://github.com/figuren-theater/ft-security/pull/45)) + +### Dependency Updates & Maintenance + +- Bump figuren-theater/code-quality from 0.7.1 to 0.8.1 ([#45](https://github.com/figuren-theater/ft-security/pull/45)) ## [1.4.3](https://github.com/figuren-theater/ft-security/compare/1.4.2...1.4.3) - 2023-09-14 From 9726f43596c5c02558c7cb1039ccb755d09be7b5 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Fri, 13 Oct 2023 21:18:57 +0000 Subject: [PATCH 2/7] Update version to 1.4.4 --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index a77b9cd..d17b5df 100644 --- a/plugin.php +++ b/plugin.php @@ -7,7 +7,7 @@ * Author URI: https://figuren.theater * Text Domain: figurentheater * Domain Path: /languages - * Version: 1.4.3 + * Version: 1.4.4 * * @package figuren-theater/ft-security */ From fa68b9a8b5b5f64dff8bb2bab57228fcd2fe2510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:41:08 +0000 Subject: [PATCH 3/7] Bump wpackagist-plugin/wps-hide-login from 1.9.9 to 1.9.13.2 Bumps wpackagist-plugin/wps-hide-login from 1.9.9 to 1.9.13.2. --- updated-dependencies: - dependency-name: wpackagist-plugin/wps-hide-login dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 0854970..1b1fffd 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "wpackagist-plugin/passwords-evolved": "1.3.3", "wpackagist-plugin/two-factor": "0.8.2", "wpackagist-plugin/wp-author-slug": "4", - "wpackagist-plugin/wps-hide-login": "1.9.9" + "wpackagist-plugin/wps-hide-login": "1.9.13.2" }, "require-dev": { "figuren-theater/code-quality": "*" diff --git a/composer.lock b/composer.lock index e9149bb..bf1a347 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "79c6b465d9e37f3ad1a227521d1294ba", + "content-hash": "77d6cad5d4fae3eac86bccb699688590", "packages": [ { "name": "composer/installers", @@ -347,15 +347,15 @@ }, { "name": "wpackagist-plugin/wps-hide-login", - "version": "1.9.9", + "version": "1.9.13.2", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/wps-hide-login/", - "reference": "tags/1.9.9" + "reference": "tags/1.9.13.2" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/wps-hide-login.1.9.9.zip" + "url": "https://downloads.wordpress.org/plugin/wps-hide-login.1.9.13.2.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" @@ -1883,5 +1883,5 @@ "php": ">=7.1" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } From aa2b1befe46e8dbedcb783e8c34995efe97f4e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:43:58 +0000 Subject: [PATCH 4/7] Bump wpackagist-plugin/limit-login-attempts-reloaded Bumps wpackagist-plugin/limit-login-attempts-reloaded from 2.25.25 to 2.26.5. --- updated-dependencies: - dependency-name: wpackagist-plugin/limit-login-attempts-reloaded dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 1b1fffd..698f0af 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "php": ">=7.1", "figuren-theater/ft-options": "*", "wpackagist-plugin/email-address-encoder": "1.0.22", - "wpackagist-plugin/limit-login-attempts-reloaded": "2.25.25", + "wpackagist-plugin/limit-login-attempts-reloaded": "2.26.5", "wpackagist-plugin/passwords-evolved": "1.3.3", "wpackagist-plugin/two-factor": "0.8.2", "wpackagist-plugin/wp-author-slug": "4", diff --git a/composer.lock b/composer.lock index bf1a347..149b41d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "77d6cad5d4fae3eac86bccb699688590", + "content-hash": "36d5216d33c73c9a602744e9986b25ee", "packages": [ { "name": "composer/installers", @@ -275,15 +275,15 @@ }, { "name": "wpackagist-plugin/limit-login-attempts-reloaded", - "version": "2.25.25", + "version": "2.26.5", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/limit-login-attempts-reloaded/", - "reference": "tags/2.25.25" + "reference": "tags/2.26.5" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/limit-login-attempts-reloaded.2.25.25.zip" + "url": "https://downloads.wordpress.org/plugin/limit-login-attempts-reloaded.2.26.5.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" From 14c7ed6a85a31374e84745dfb671093501603fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:46:32 +0000 Subject: [PATCH 5/7] Bump wpackagist-plugin/email-address-encoder from 1.0.22 to 1.0.23 Bumps wpackagist-plugin/email-address-encoder from 1.0.22 to 1.0.23. --- updated-dependencies: - dependency-name: wpackagist-plugin/email-address-encoder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 698f0af..5a33c82 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "require": { "php": ">=7.1", "figuren-theater/ft-options": "*", - "wpackagist-plugin/email-address-encoder": "1.0.22", + "wpackagist-plugin/email-address-encoder": "1.0.23", "wpackagist-plugin/limit-login-attempts-reloaded": "2.26.5", "wpackagist-plugin/passwords-evolved": "1.3.3", "wpackagist-plugin/two-factor": "0.8.2", diff --git a/composer.lock b/composer.lock index 149b41d..5d03602 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "36d5216d33c73c9a602744e9986b25ee", + "content-hash": "b4e5c5a31b0beb0ebd5abae2a793e342", "packages": [ { "name": "composer/installers", @@ -257,15 +257,15 @@ }, { "name": "wpackagist-plugin/email-address-encoder", - "version": "1.0.22", + "version": "1.0.23", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/email-address-encoder/", - "reference": "tags/1.0.22" + "reference": "tags/1.0.23" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/email-address-encoder.1.0.22.zip" + "url": "https://downloads.wordpress.org/plugin/email-address-encoder.1.0.23.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" From fc96c3bea46e0f57871568836a3d55e9abff3453 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Wed, 21 Feb 2024 15:54:45 +0000 Subject: [PATCH 6/7] Update changelog to 1.4.5 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ff7b5..3c7eeef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/figuren-theater/ft-security/compare/1.4.4...HEAD) +## [Unreleased](https://github.com/figuren-theater/ft-security/compare/1.4.5...HEAD) + +## [1.4.5](https://github.com/figuren-theater/ft-security/compare/1.4.4...1.4.5) - 2024-02-21 + +### Dependency Updates & Maintenance + +- Bump wpackagist-plugin/email-address-encoder from 1.0.22 to 1.0.23 ([#47](https://github.com/figuren-theater/ft-security/pull/47)) +- Bump wpackagist-plugin/limit-login-attempts-reloaded from 2.25.25 to 2.26.5 ([#55](https://github.com/figuren-theater/ft-security/pull/55)) +- Bump wpackagist-plugin/wps-hide-login from 1.9.9 to 1.9.13.2 ([#54](https://github.com/figuren-theater/ft-security/pull/54)) ## [1.4.4](https://github.com/figuren-theater/ft-security/compare/1.4.3...1.4.4) - 2023-10-13 From d7e21132b0cce6a57582917853ce3384c726ed61 Mon Sep 17 00:00:00 2001 From: carstingaxion Date: Wed, 21 Feb 2024 15:54:46 +0000 Subject: [PATCH 7/7] Update version to 1.4.5 --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index d17b5df..d7aab7f 100644 --- a/plugin.php +++ b/plugin.php @@ -7,7 +7,7 @@ * Author URI: https://figuren.theater * Text Domain: figurentheater * Domain Path: /languages - * Version: 1.4.4 + * Version: 1.4.5 * * @package figuren-theater/ft-security */