Skip to content

Commit

Permalink
8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Feb 24, 2025
1 parent c4d923e commit 342c0f4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Stanford Fields

8.4.1
--------------------------------------------------------------------------------
_Release Date: 2025-02-24_

- Update book service override with book module 2.0+.

8.3.0
--------------------------------------------------------------------------------
_Release Date: 2024-09-13_
Expand Down
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@
"url": "https://packages.drupal.org/8"
}
],
"conflict": {
"drupal/book": "<2.0"
},
"require": {
"drupal/core": "^10.3 || ^11",
"drupal/ds": "~3.3 || ^5.0@alpha",
"drupal/ds": "~3.3 || ^5.0@alpha"
},
"require-dev": {
"drupal/cshs": "^4.0",
"drupal/book": "^2.0"
},
"autoload-dev": {
"psr-4": {
"Drupal\\Tests\\stanford_fields\\": "./tests/src"
}
},
"require-dev": {
"drupal/cshs": "^4.0"
}
}
2 changes: 1 addition & 1 deletion stanford_fields.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ type: module
description: 'Field types, widgets and formatters to enhance Drupal and Contrib.'
core_version_requirement: ^10.3 || ^11
package: Stanford
version: 8.4.0
version: 8.4.1
dependencies:
- drupal:field

0 comments on commit 342c0f4

Please sign in to comment.