From 60bf67857585cc18bfcb7e843e108c25e7e58462 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 30 Sep 2023 12:31:13 +0100 Subject: [PATCH] Add secure-encrypted-form plugin --- composer.json | 3 ++- composer.lock | 22 ++++++++++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index faa0162a..9e65a97f 100644 --- a/composer.json +++ b/composer.json @@ -121,7 +121,8 @@ "wpackagist-plugin/activitypub": "1.0.1", "wpackagist-plugin/gallery-block-lightbox": "^1.13", "wpackagist-plugin/unconfirmed": "1.3.5", - "noblogs/wp-mat": "0.1.2" + "noblogs/wp-mat": "0.1.2", + "wpackagist-plugin/secure-encrypted-form": "1.0.1" }, "extra": { "wordpress-install-dir": "app", diff --git a/composer.lock b/composer.lock index 3f89f2d7..3c6157c3 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": "34322c628de6716c08760a6f65e9dde3", + "content-hash": "d8d7d067b25ccd240e732fd836c271b7", "packages": [ { "name": "bjornjohansen/wplang", @@ -1220,6 +1220,24 @@ "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/rss-license/" }, + { + "name": "wpackagist-plugin/secure-encrypted-form", + "version": "1.0.1", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/secure-encrypted-form/", + "reference": "tags/1.0.1" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/secure-encrypted-form.1.0.1.zip" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/secure-encrypted-form/" + }, { "name": "wpackagist-plugin/simply-exclude", "version": "2.0.6.6", @@ -2005,5 +2023,5 @@ "php": ">=7.1" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } -- GitLab