Skip to content

Releases: baumrock/RockMigrations

v6.5.0

03 Jan 19:36
Compare
Choose a tag to compare

Features

  • list allowed ips (hide from guests) on the module settings screen (11a93eb)

Bug Fixes

  • remove inline mode from tinymce settings file (d67d1e4)
  • remove log (causing warning) (127610b)

v6.4.0

15 Dec 10:19
Compare
Choose a tag to compare

Features

  • add support for constants helper in site-config-migrations (b18bce8)

v6.3.0

14 Dec 19:35
Compare
Choose a tag to compare

Features

  • add default deploy.php (3d8942c)
  • pass deployment through deploy.php in RM folder (96aa3cd)

v6.2.0

09 Dec 16:17
Compare
Choose a tag to compare

Features

  • add missing method setFieldLanguageValue() (e5ad13a)
  • improve PR from ivan to use internal refresh method (da0b08b)

Bug Fixes

  • installModule() does not actually install the module when run the 1st time, but only downloads it #29 (78cf409)
  • make setFieldLanguageValue() get the field from the page object and set language value correctly (86eb045)
  • rename deploy command (5a41e0a)

v6.1.0

01 Dec 16:47
Compare
Choose a tag to compare

Features

  • add copy/moveRepeaterItems() (771fd47)
  • add createTrait option in runConfigMigrations (a34bb2a)
  • add dedicated method runConfigMigrations() (b0cbd8c)
  • add last run logfile (50869c9)
  • add option to prevent migrate from running (2f3ccaa)
  • add setPageName() method (e2c53b4)

Bug Fixes

  • add early exit in createTemplateFromClassfile if tpl constant is not set (fc8be28)
  • allow priorities > 1000 (a89fa4d)
  • custom fieldtype returns wrong class after creation (3993f2f)
  • do not migrate dotfiles (7195a0f)
  • error when no matrixItems passed in $options (fa76493)
  • issue with iterating fields of repeater (ad59425)
  • prevent errors when page is nullpage in deletepage (ccce68a)
  • run watchlist migrations in correct order (47301fa)
  • support hyphens in template names (9f07b3f)
  • wrong copy paste (2633704)

v6.0.1

15 Nov 10:37
Compare
Choose a tag to compare

Bug Fixes

  • don't use text as default fieldtype (46e74d7)

v6.0.0

13 Nov 23:02
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • create constant trait instead of helper classes

Features

  • add renameField() method (0b24426)
  • create constant trait instead of helper classes (e4ccc74)

Bug Fixes

  • don't show once in config table (37baaaf)

v5.5.0

03 Nov 14:56
Compare
Choose a tag to compare

Features

Bug Fixes

  • outdated syntax in fieldsetpage stub (cae4802)
  • save once() data in module config not in cache (e24288e)

v5.4.1

16 Oct 11:46
Compare
Choose a tag to compare

Bug Fixes

  • update deploy workflow to checkout@v4 (5ff3cc2)

v5.4.0

16 Oct 09:57
Compare
Choose a tag to compare

Features

  • add exception handling for missing or invalid module names in hookModuleInstall (62d9367)
  • add new auto-release workflow (812c9c9)