Skip to content

Commit

Permalink
version 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Nov 1, 2022
1 parent dfd1e33 commit 2569dfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.0.5 - 2022-11-01

### Fixed
- Fix an error introduced in 3.0.4 when saving owner elements.

## 3.0.4 - 2022-11-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/super-table",
"description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
"type": "craft-plugin",
"version": "3.0.4",
"version": "3.0.5",
"keywords": [
"craft",
"cms",
Expand Down
1 change: 0 additions & 1 deletion src/services/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ public function duplicateBlocks(
if (
ElementHelper::isRevision($source) ||
!empty($target->newSiteIds) ||
$source->isFieldModified($field->handle, true)
(!$source::trackChanges() || $source->isFieldModified($field->handle, true))
) {
$newBlockId = $elementsService->updateCanonicalElement($block, $newAttributes)->id;
Expand Down

0 comments on commit 2569dfa

Please sign in to comment.