From f5d8a0d9d18b80c81d47924b622fe4cce688302c Mon Sep 17 00:00:00 2001 From: Steve Ross Date: Thu, 4 Sep 2025 10:29:33 +0100 Subject: [PATCH] add acf pro --- composer.json | 4 +++- composer.lock | 36 +++++++++++++++++++++++++++++++++++- config/application.php | 2 ++ 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index baab06c..0d260c0 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,9 @@ "wpackagist-plugin/fluent-smtp": "^2.2", "roots/acorn-prettify": "^1.0", "wpackagist-plugin/contact-form-7": "^6.1", - "wpackagist-plugin/flamingo": "^2.6" + "wpackagist-plugin/flamingo": "^2.6", + "wpackagist-plugin/resizable-editor-sidebar": "^1.02", + "wpengine/advanced-custom-fields-pro": "^6.5" }, "require-dev": { "roave/security-advisories": "dev-latest", diff --git a/composer.lock b/composer.lock index 0e7dc33..95ccdc1 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": "2b8525083f5c12f03aeca90fe1736b0a", + "content-hash": "104ea3d29e936d8eff7dbc4db90cafe2", "packages": [ { "name": "badegguk/bad-egg-digital-login-page", @@ -6897,6 +6897,24 @@ "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/fluent-smtp/" }, + { + "name": "wpackagist-plugin/resizable-editor-sidebar", + "version": "1.02", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/resizable-editor-sidebar/", + "reference": "tags/1.02" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/resizable-editor-sidebar.1.02.zip" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/resizable-editor-sidebar/" + }, { "name": "wpackagist-theme/twentytwentyfive", "version": "1.2", @@ -6914,6 +6932,22 @@ }, "type": "wordpress-theme", "homepage": "https://wordpress.org/themes/twentytwentyfive/" + }, + { + "name": "wpengine/advanced-custom-fields-pro", + "version": "6.5.0.1", + "dist": { + "type": "zip", + "url": "https://connect.advancedcustomfields.com/v2/plugins/composer_download?s=composer&p=pro&t=6.5.0.1" + }, + "require": { + "composer/installers": "~1.0 || ~2.0" + }, + "replace": { + "wpackagist-plugin/advanced-custom-fields": "self.version", + "wpengine/advanced-custom-fields": "self.version" + }, + "type": "wordpress-plugin" } ], "packages-dev": [ diff --git a/config/application.php b/config/application.php index 230039a..7536c97 100644 --- a/config/application.php +++ b/config/application.php @@ -156,6 +156,8 @@ if (file_exists($env_config)) { require_once $env_config; } +Config::define('ACF_PRO_LICENSE', env('ACF_PRO_LICENSE')); + Config::apply(); /**