- Issue created by @kksandr
- Merge request !5Issue #3394494 by kksandr: Switch to using the Field API → (Closed) created by Unnamed author
- Status changed to Needs review
about 1 year ago 7:24am 17 October 2023 This fork includes a transition to the Field API, some tests, and an update hook.
I suggest creating a new 2.0.x branch and continuing development on it.If someone wants to test the module on Drupal 10, you can add a fork to the 'repositories' section of composer.json and install the 2.0.x version.
For example, composer.json:
{ "..": "..", "repositories": [ { "type": "git", "url": "https://git.drupalcode.org/issue/vapn-3394494.git" }, { "type": "composer", "url": "https://packages.drupal.org/8" } ], "...": "..." }
composer req drupal/vapn:2.0.x
- Status changed to Needs work
about 1 year ago 10:15am 22 November 2023 - 🇯🇵Japan andrechun
I just released a new 2.0.x branch, would you be able to re-roll your changes based on the main 2.0.x branch?
- Merge request !7Issue #3394494 by kksandr: Switch to using the Field API → (Merged) created by Unnamed author
I opened a new merge request from the 3.0.x branch, have you reviewed the changes. But I would recommend considering this completely separately, since this is a completely new implementation of the module, and not merging it into the 2.0.x branch and developing it separately on the 3.0.x branch.
- Status changed to Needs review
about 1 year ago 1:37pm 23 November 2023 -
andrechun →
committed 5fa916c6 on 3.0.x authored by
kksandr →
Issue #3394494 by kksandr: Switch to using the Field API
-
andrechun →
committed 5fa916c6 on 3.0.x authored by
kksandr →
- Status changed to Fixed
10 months ago 12:00pm 27 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.