Skip to content

Commit

Permalink
Fixed #12910
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Mar 16, 2023
1 parent 09d59c4 commit 81fc7cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Fixed an error that could occur when preparing licensing alerts, if any licenses were invalid. ([#12899](https://github.com/craftcms/cms/issues/12899))
- Fixed a bug where it wasn’t possible to drag nested Neo blocks. ([#12896](https://github.com/craftcms/cms/issues/12896))
- Fixed a bug where fields with reduced widths in Matrix blocks were becoming full-width while dragged. ([#12909](https://github.com/craftcms/cms/issues/12909))
- Fixed a bug where multi-edition plugins weren’t showing their edition labels within the Plugin Store cart. ([#12910](https://github.com/craftcms/cms/issues/12910))

## 3.8.2 - 2023-03-14

Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/pluginstore/dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/pluginstore/dist/js/app.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div class="item-name">
<strong>{{ item.plugin.name }}</strong>
<edition-badge
v-if="item.plugin.editions > 1"
v-if="item.plugin.editions.length > 1"
:name="item.lineItem.purchasable.name"
></edition-badge>
</div>
Expand Down

0 comments on commit 81fc7cc

Please sign in to comment.