From 698edfb6761001b2ef23915a221cde675374c450 Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Mon, 9 Dec 2024 14:10:22 +0100 Subject: [PATCH] Municipio 4.9.4 (#86) * feat: add support for srcset in hero module * fix: resolves unconverted files. * Municipio 4.5.0 Implements container query image feature. * chore: update municipio with local checksum calc. * Update composer.json Update municipio and component-library * fix: small bugfixes for Municipio * fix: segment with support for c-image * chore: update modularity sections * chore: update muniipio * chore: update modularity sections * chore: update modularity * chore: update helsingborg-stad/municipio 5.27.0 * feat: inline images fixes in component library and municipio * hotfix: lqip fix on images with captions * hotfix: rendering issues in content images. * Update composer.json * chore: update to version with slider image contract * chore: update plugins & theme * Update composer.json * Update composer.json * Update composer.json * chore: update theme * fix: unindent * chore: remove archived plugin api-project-manager-integration * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * updating theme & plugins * update theme * Updating theme * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * update composer.json * Updating plugins * Update Theme & Plugins * Update Theme * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Theme updated * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update Theme & Plugins * Update plugins * Update plugins * Update plugins * Update plugins * Update composer * Update composer * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * Update composer.json * fix: hide wp error page * fix: adds a swedish version of message * Update composer.json --------- Co-authored-by: Sebastian Thulin Co-authored-by: Thor Brink Co-authored-by: NiclasNorin --- .gitignore | 1 + composer.json | 12 +-- wp-content/php-error.php | 153 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 160 insertions(+), 6 deletions(-) create mode 100644 wp-content/php-error.php diff --git a/.gitignore b/.gitignore index e3f0c8b..4a86b27 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /wp-content/* !/wp-content/plugins/cookies-and-content-security-policy-vars.php !/wp-content/object-cache.php +!/wp-content/php-error.php !/wp-content/sunrise.php /wp-content/mu-plugins/* !/wp-content/mu-plugins diff --git a/composer.json b/composer.json index a255b77..ac0420b 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,8 @@ "helsingborg-stad/attachment-revisions": "~3.0.4", "helsingborg-stad/better-post-ui": "~3.0.3", "helsingborg-stad/blade": "3.5.1", - "helsingborg-stad/broken-link-detector": "4.1.0", - "helsingborg-stad/component-library": "4.34.7", + "helsingborg-stad/broken-link-detector": "4.2.2", + "helsingborg-stad/component-library": "4.34.9", "helsingborg-stad/content-scheduler": "~3.1.2", "helsingborg-stad/custom-short-links": "~3.0.4", "helsingborg-stad/customer-feedback": "4.0.10", @@ -61,11 +61,11 @@ "helsingborg-stad/gdi-modularity-my-pages-about-me": "~1.0.4", "helsingborg-stad/job-listings": "~4.1.4", "helsingborg-stad/kirki": "~5.1.2", - "helsingborg-stad/like-posts": "2.8.1", + "helsingborg-stad/like-posts": "2.9.0", "helsingborg-stad/lix-calculator": "~4.1.1", "helsingborg-stad/media-usage": "~3.0.7", "helsingborg-stad/mod-my-pages": "~1.0.5", - "helsingborg-stad/modularity": "6.46.13", + "helsingborg-stad/modularity": "6.47.7", "helsingborg-stad/modularity-contact-banner": "3.2.0", "helsingborg-stad/modularity-entryscape": "^4.0.1", "helsingborg-stad/modularity-form-builder": "3.3.0", @@ -75,13 +75,13 @@ "helsingborg-stad/modularity-local-events": "~3.1.1", "helsingborg-stad/modularity-open-street-map": "2.5.2", "helsingborg-stad/modularity-products": "^3.0.1", - "helsingborg-stad/modularity-recommend": "3.0.5", + "helsingborg-stad/modularity-recommend": "3.0.6", "helsingborg-stad/modularity-sections": "3.1.3", "helsingborg-stad/modularity-testimonials": "~3.0.3", "helsingborg-stad/modularity-timeline": "4.1.0", "helsingborg-stad/multi-network-urls": "~2.0.0", "helsingborg-stad/multisite-role-propagation": "3.0.6", - "helsingborg-stad/municipio": "5.75.1", + "helsingborg-stad/municipio": "5.78.4", "helsingborg-stad/redirection-extended": "~3.0.4", "helsingborg-stad/s3-uploads-custom-endpoint": "~2.0.0", "helsingborg-stad/search-notices": "~3.0.3", diff --git a/wp-content/php-error.php b/wp-content/php-error.php new file mode 100644 index 0000000..35d10bb --- /dev/null +++ b/wp-content/php-error.php @@ -0,0 +1,153 @@ + + + + + + + <?php _e('Critical Error', 'default'); ?> + + + +
+

+

+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+ + \ No newline at end of file