From bb0ca14fc3cbe250352b7c2a0cfccb4bffe1a5e9 Mon Sep 17 00:00:00 2001 From: Eric Rosas Date: Thu, 26 Sep 2024 09:46:36 -0700 Subject: [PATCH 1/2] Bumped DAM plugin version Bumped DAM plugin version --- api/composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api/composer.lock b/api/composer.lock index 19dc41fb..c09086db 100644 --- a/api/composer.lock +++ b/api/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": "5439653d7ff349929deaba4be784f396", + "content-hash": "50abd859e1a591c344a24e0dbf9b79ec", "packages": [ { "name": "abraham/twitteroauth", @@ -2881,16 +2881,16 @@ }, { "name": "lsst-epo/canto-dam-assets", - "version": "4.3.1", + "version": "4.5.0", "source": { "type": "git", "url": "https://github.com/lsst-epo/canto-dam-assets.git", - "reference": "d8d790c3f732731f57d7f3c138bb79c7583ee739" + "reference": "b20bc032d7a2a231ec6562e383f2f5c7c52ae334" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lsst-epo/canto-dam-assets/zipball/d8d790c3f732731f57d7f3c138bb79c7583ee739", - "reference": "d8d790c3f732731f57d7f3c138bb79c7583ee739", + "url": "https://api.github.com/repos/lsst-epo/canto-dam-assets/zipball/b20bc032d7a2a231ec6562e383f2f5c7c52ae334", + "reference": "b20bc032d7a2a231ec6562e383f2f5c7c52ae334", "shasum": "" }, "require": { @@ -2943,7 +2943,7 @@ "issues": "https://github.com/lsst-epo/canto-dam-assets/issues", "source": "https://github.com/lsst-epo/canto-dam-assets/" }, - "time": "2024-07-15T18:37:13+00:00" + "time": "2024-09-20T22:48:38+00:00" }, { "name": "lsst-epo/craft-next-js-builds", @@ -7209,5 +7209,5 @@ "platform-overrides": { "php": "8.1.10" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.1.0" } From f0a89075c972de62548c19c274ee34f4ffb34069 Mon Sep 17 00:00:00 2001 From: Eric Rosas Date: Wed, 2 Oct 2024 15:13:58 -0700 Subject: [PATCH 2/2] Bumped version of Neo plugin from 4.0.7 -> 4.2.15 Bumped version of Neo plugin from 4.0.7 -> 4.2.15 --- api/composer.json | 2 +- api/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/composer.json b/api/composer.json index f16e7ef0..edcd9a87 100755 --- a/api/composer.json +++ b/api/composer.json @@ -11,7 +11,7 @@ "lsst-epo/craft-next-js-builds": "^1.2", "rynpsc/craft-phone-number": "2.2.0", "sebastianlenz/linkfield": "^2.1.4", - "spicyweb/craft-neo": "4.0.7", + "spicyweb/craft-neo": "4.2.15", "venveo/craft-bulkedit": "4.0.1", "verbb/super-table": "3.0.12", "vlucas/phpdotenv": "^3.4.0", diff --git a/api/composer.lock b/api/composer.lock index c09086db..bfbfad69 100644 --- a/api/composer.lock +++ b/api/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": "50abd859e1a591c344a24e0dbf9b79ec", + "content-hash": "d2b2a9dd0eed50af57d95782ace3c302", "packages": [ { "name": "abraham/twitteroauth", @@ -4531,11 +4531,11 @@ }, { "name": "spicyweb/craft-neo", - "version": "4.0.7", + "version": "4.2.15", "dist": { "type": "zip", - "url": "https://api.github.com/repos/spicywebau/craft-neo/zipball/2dea642d6834a86aa389667c87f19431bec14fff", - "reference": "2dea642d6834a86aa389667c87f19431bec14fff", + "url": "https://api.github.com/repos/spicywebau/craft-neo/zipball/2df3fef45d460790f39a4b99f35086a14641628c", + "reference": "2df3fef45d460790f39a4b99f35086a14641628c", "shasum": "" }, "require": { @@ -4549,7 +4549,7 @@ "schemaVersion": "4.0.0", "class": "benf\\neo\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/4.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.0.7.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.2.15.zip" }, "autoload": { "psr-4": { @@ -4577,10 +4577,10 @@ "support": { "issues": "https://github.com/spicywebau/craft-neo/issues", "source": "https://github.com/spicywebau/craft-neo", - "docs": "https://github.com/spicywebau/craft-neo/blob/4.0.7/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/4.2.15/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/4.x.atom" }, - "time": "2024-03-09T03:58:38+00:00" + "time": "2024-09-30T10:07:21+00:00" }, { "name": "symfony/console",