From 28a15ce1e62cb448c97000e7322bf99a7045b868 Mon Sep 17 00:00:00 2001 From: charlie4284 Date: Wed, 13 Sep 2023 09:26:10 +0800 Subject: [PATCH 1/2] fix: install compatible yoastseo version --- wordpress.Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wordpress.Dockerfile b/wordpress.Dockerfile index 3a608f0b..db0f65d1 100644 --- a/wordpress.Dockerfile +++ b/wordpress.Dockerfile @@ -99,7 +99,6 @@ RUN set -e; \ svg-support \ syntaxhighlighter \ wordpress-importer \ - wordpress-seo \ wp-font-awesome \ wp-lightbox-2 \ wp-markdown \ @@ -114,6 +113,10 @@ RUN set -e; \ curl -sSL "https://downloads.wordpress.org/plugin/openid.3.5.0.zip" -o "openid.zip"; \ unzip "openid.zip"; \ rm "openid.zip"; \ + # Latest YoastSEO does not support 5.9.3 version of WordPress. + curl -sSL "https://downloads.wordpress.org/plugin/wordpress-seo.18.9.zip" -o "wordpress-seo.zip"; \ + unzip "wordpress-seo.zip"; \ + rm "wordpress-seo.zip"; \ git clone https://git.launchpad.net/~canonical-sysadmins/wordpress-launchpad-integration/+git/wordpress-launchpad-integration wordpress-launchpad-integration; \ git clone https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/openstack-objectstorage-k8s openstack-objectstorage-k8s; \ git clone https://git.launchpad.net/~canonical-sysadmins/wordpress-teams-integration/+git/wordpress-teams-integration wordpress-teams-integration; \ From 8d19616d6ab6754770a86010a1f02725602069b9 Mon Sep 17 00:00:00 2001 From: charlie4284 Date: Wed, 13 Sep 2023 10:09:14 +0800 Subject: [PATCH 2/2] fix: docs remove saml reference --- docs/reference/plugins.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reference/plugins.md b/docs/reference/plugins.md index ef9d4e8b..59f2df09 100644 --- a/docs/reference/plugins.md +++ b/docs/reference/plugins.md @@ -32,8 +32,6 @@ _\*The descriptions of the following plugins are taken from the WordPress plugin Genesis Framework. - [line-break-shortcode](https://wordpress.org/plugins/line-break-shortcode/): Shortcode [br] enabler for line breaks that will not be filtered out by TinyMCE. -- [miniorange-saml-20-single-sign-on](https://wordpress.org/plugins/miniorange-saml-20-single-sign-on/): Integrate - SAML authentication into you WordPress instance. - [no-category-base-wpml](https://wordpress.org/plugins/no-category-base-wpml/): Mandatory ‘Category Base’ from category permalinks remover. - [openid](https://wordpress.org/plugins/openid/): Authenticator that allows users to authenticate to