Compare commits

..

12 Commits

Author SHA1 Message Date
felegy
c7b4939716 ~ UPD update aws-sdk-php to version 3.393.1 and user-role-editor to version 4.66; adjust references and URLs accordingly
All checks were successful
/ build-and-deploy (push) Successful in 1m37s
2026-08-19 06:49:00 +00:00
50a97eff28 Fix template syntax in ingress.yaml 2026-08-19 06:45:39 +00:00
7f36c7cacd Refactor Helm template syntax in deployment YAML 2026-08-19 06:45:39 +00:00
felegy
c040e68399 UPD update application configuration for nyomorszele deployment 2026-08-19 06:45:39 +00:00
felegy
7b7085c2c7 ~ UPG php => 8.4 and Refactor code structure for improved readability and maintainability 2026-08-19 06:45:39 +00:00
felegy
8145686f79 ~ FIX Fix Helm templates and update values for WordPress deployment \
- Corrected spacing in Helm template syntax for deployment and service manifests.  - Updated container port to use environment variable in deployment manifest.  - Modified ingress manifest to use environment variable for service port.  - Changed image tag in values.yaml from 'dev' to 'main'.  - Updated environment variables in values.yaml for production settings.  - Refined dev-application.yaml to include necessary parameters for deployment.
2026-08-19 06:44:32 +00:00
felegy
6423c3fd3f ~ UPD add disable-media-sizes plugin and update disable-wordpress-updates plugin version
All checks were successful
/ build-and-deploy (push) Successful in 1m37s
2026-08-18 11:06:17 +00:00
felegy
f062bce7b3 ~ UPD update aws-sdk-php to version 3.393.0 and adjust PHP version constraint to allow 8.5
All checks were successful
/ build-and-deploy (push) Successful in 1m45s
2026-08-18 09:48:57 +00:00
felegy
99b72960f2 ~ CHG rebuild
Some checks failed
/ build-and-deploy (push) Failing after 55s
2026-08-18 08:39:13 +00:00
felegy
e41d25fe9e ~ UPD update PHP version constraint to allow 8.5
Some checks failed
/ build-and-deploy (push) Failing after 55s
2026-08-17 08:49:37 +00:00
felegy
bb75a8524e ~ UPD update WordPress and plugin versions in composer files
Some checks failed
/ build-and-deploy (push) Failing after 3m5s
2026-08-17 08:41:13 +00:00
felegy
cbc2b09a2b ~ UPG Refactor code structure for improved readability and maintainability 2026-08-17 06:35:20 +00:00
4 changed files with 3600 additions and 3451 deletions

View File

@@ -8,7 +8,7 @@ recipe: wordpress
config:
php: "8.4"
via: nginx
database: mariadb
database: mariadb:11.8
webroot: web
xdebug: false
config:

View File

@@ -1,7 +1,7 @@
brew "editorconfig-checker"
brew "composer"
brew "wp-cli"
brew "lando-cli"
tap "shivammathur/php"
brew "php@8.4"
brew "php-code-sniffer"
vscode "Command is only available in WSL or inside a Visual Studio Code terminal."

View File

@@ -61,25 +61,24 @@
"oscarotero/env": "^2.1",
"roots/bedrock-autoloader": "^1.0",
"roots/bedrock-disallow-indexing": "^2.0",
"roots/wordpress": "^6.9",
"roots/wordpress": "^7.0.4",
"roots/wp-config": "^1.0.0",
"wpackagist-theme/twentytwentyfive": "^1.0",
"humanmade/s3-uploads": "^3.0",
"hvg-dev/hvg-blog-general": "dev-main",
"wpackagist-plugin/disable-wordpress-updates": "^1.8",
"wpackagist-theme/twentytwentyfive": "^1.0",
"wpackagist-plugin/disable-wordpress-updates": "^2.0",
"wpackagist-plugin/disable-comments": "^2.5",
"wpackagist-plugin/disable-media-sizes": "^2.5",
"wpackagist-plugin/wp-webhooks": "^3.3",
"wpackagist-plugin/two-factor": "^0.14.0",
"wpackagist-plugin/two-factor": "^0.16.0",
"wpackagist-plugin/user-role-editor": "^4.64",
"wpackagist-plugin/comments-from-facebook": "^2.6",
"wpackagist-plugin/acme-fix-images": "^2.0",
"wpackagist-plugin/ad-inserter": "^2.8",
"wpackagist-plugin/wp-api-swaggerui": "^1.2",
"wpackagist-plugin/wp-api-swaggerui": "^2.4",
"wpackagist-plugin/cloudflare": "^4.12",
"wpackagist-plugin/menu-image": "^3.13",
"wpackagist-plugin/code-snippets": "^3.6",
"wpackagist-plugin/saml-sso-wp-single-sign-on": "^1.4",
"wpackagist-plugin/fancy-facebook-comments": "^1.2"
"wpackagist-plugin/code-snippets": "^3.6"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*",

7032
composer.lock generated

File diff suppressed because it is too large Load Diff