Skip to content

Commit

Permalink
made compatible with 5e 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
eastcw committed Mar 27, 2024
1 parent 5366346 commit dee02d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"manifest": "https://github.com/eastcw/foundryvtt-compactBeyond5eSheet/releases/latest/download/module.json",
"readme": "https://github.com/eastcw/foundryvtt-compactBeyond5eSheet/blob/master/README.md",
"url": "https://github.com/eastcw/foundryvtt-compactBeyond5eSheet/",
"version": "3.0.0",
"version": "3.1.0",
"compatibility": {
"minimum": "11",
"verified": "11.315"
Expand All @@ -44,8 +44,8 @@
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.0.0",
"verified": "3.0.4"
"minimum": "3.1.0",
"verified": "3.1.1"
}
}
],
Expand All @@ -54,7 +54,8 @@
"id": "character-actions-list-5e",
"type": "module",
"compatibility": {
"verified": "7.0.0"
"minimum": "7.1.0",
"verified": "7.1.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/templates/parts/actor-features.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<{{elements.inventory}}>
<{{elements.inventory}} class="inventory-element">
{{#unless isVehicle}}
<div class="inventory-filters flexrow">
<ul class="filter-list flexrow" data-filter="features">
Expand Down
2 changes: 1 addition & 1 deletion src/templates/parts/actor-inventory.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<{{elements.inventory}}>
<{{elements.inventory}} class="inventory-element">
<div class="inventory-tab-header">

{{#unless isNPC}}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/parts/actor-spellbook.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<{{elements.inventory}}>
<{{elements.inventory}} class="inventory-element">
<div class="spellcasting-ability">
<div class="spell-dc">
<label>{{localize "DND5E.SpellDC"}} </label>
Expand Down

0 comments on commit dee02d1

Please sign in to comment.