Skip to content

Releases: punktDe/nodereplicator

3.0.4

12 May 08:52
9b7bf5d
Compare
Choose a tag to compare

What's Changed

  • Fix: make nodeRemoved and nodePropertyChanged "public static" by @paavo in #30
  • Fixed missing option in Readme by @paavo in #31

Full Changelog: 3.0.3...3.0.4

3.0.3

03 May 09:20
640cb8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.2...3.0.3

3.0.2 - Declare compatibility with Neos 8.0

06 Apr 20:37
2e481d1
Compare
Choose a tag to compare

3.0.1

28 Feb 13:38
ca10d7b
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: catch edge case for autocreated child nodes while copying document to other dimension by @batabana in #22
  • BUGFIX: Fix creating nodes with autocreated childnodes by @GuangHa in #24

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0

04 Jan 17:38
12b9ba3
Compare
Choose a tag to compare

This a complete rewrite of the nodereplicator package!

The configuration options have been cleaned up to be more straight-forward. Please have a look at the configuration examples on how to adjust your existing configuration.

2.3.1

23 Jul 10:10
d94baa0
Compare
Choose a tag to compare

BUGFIX: Fix wrong empty check in exclude properties feature

2.3.0

16 Jul 04:56
02980b2
Compare
Choose a tag to compare

FEATURE: Allow exclusion of properties from replication (Thanks to @batabana)

2.2.0

14 Jul 06:14
6364a42
Compare
Choose a tag to compare

FEATURE: Added an Option to replicate Nodes as "hidden" Nodes (Thanks to @paavo)

2.1.2

25 Jun 14:35
Compare
Choose a tag to compare

BUGFIX: Do not exit when a node already exists in a dimension

2.1.1

20 Apr 08:43
b5e1d65
Compare
Choose a tag to compare
Merge pull request #7 from punktDe/task/neos-70-compatibility

TASK: update compatible neos version in composer.json