Version 1.1.0

January 22, 2024

Changed

  • Site Copy X now requires Craft CMS 4.5.11

Fixed

  • Fixed a database error that could occur when saving an entry while the copy-to-site job is running #9

Version 1.0.10

October 19, 2023

Changed

  • The list of sites to copy to is now sorted by site group to provide a better ui for multisite setups #6

Version 1.0.9

October 16, 2023

Added

  • Added a new setting option that allows administrators to set a queue priority to the plugin jobs if they desire (thanks @Alxmerino)

Version 1.0.8

September 11, 2023

Changed

  • Rolled back the changes from version 1.0.7 as the related issue got fixed in craft 4.5.1

Version 1.0.7

August 23, 2023

Fixed

  • Fixed an issue with craft 4.5.0 matrix field values not being copied

Version 1.0.6

July 6, 2023

Added

  • Added a new "select all" checkbox

Version 1.0.5

April 3, 2023

Added

  • Added the ability to copy commerce variant fields

Version 1.0.4

November 24, 2022

Added

  • Site Copy now works with categories too!

Version 1.0.3

November 11, 2022

Changed

  • Changed the plugin handle and name to not confuse it with the old plugin

Version 1.0.2

September 23, 2022

Fixed

  • Fixed bugs caused by the changing of the plugin handle

Version 1.0.1

September 21, 2022

Changed

  • Changed the plugin handle to separate it from the craft 3 plugin

Version 1.0.0

September 20, 2022

Added

  • Support for craft 4!

Changed

  • The user can now only copy to sites he is allowed to edit (previously he could copy to any site, regardless of permissions)

Version 0.8.0

July 22, 2022

Fixed

  • Fixed an issue where the content of nested blocks with the propagation method "all" would be copied to too many sites (#33)

Version 0.7.1

June 16, 2022

Fixed

  • Fixed a bug on siteGroups where element sections are disabled for the primary site

Version 0.7.0

December 23, 2021

Changed

  • Sitecopy now requires Craft 3.7 or later

Fixed

  • Fixed compatibility for new Craft 3.7 draft system (#28)

Version 0.6.5

November 23, 2021

Changed

  • Better German translations

Version 0.6.4

April 21, 2021

Added

  • Ability to copy asset fields

Version 0.6.3

January 11, 2021

Fixed

  • Fixed an error that was thrown on copy of a craft commerce product

Version 0.6.2

September 2, 2020

Fixed

  • Fixed an error that would be thrown when copying a deactivated entry

Version 0.6.1

August 27, 2020

Fixed

  • Possible error when trying to copy global set (#23)

Version 0.6.0

August 13, 2020

Added

  • Ability to copy global sets

Changed

  • Automatic copy: Renamed current OR implementation to XOR and added new non-breaking "OR" check method.

Fixed

  • Deactivated fields now get copied to the target site too (#21)

Version 0.5.3

August 10, 2020

Fixed

  • Fixed an issue where unchanged neo blocks on the target site would be wiped (#19)

Version 0.5.2

April 28, 2020

Fixed

  • Fixed a bug where integer site ids would break the plugin functionality (#13)

Version 0.5.1

March 2, 2020

Fixed

  • Craft 3.4 compatibility

Version 0.5.0

February 5, 2020

Added

  • Possibility to choose what fields you want to copy

Version 0.4.1

December 6, 2019

Fixed

  • Fixed method parameter type "object" to ensure PHP 7.1 compatibility

Version 0.4.0

November 4, 2019

Added

  • Possibility to copy to multiple sites at once
  • Compatibility for commerce products

Changed

  • Outsource element syncing to queue