Skip to content

Releases: baumrock/RockMigrations

v6.7.1

02 Feb 14:14
Compare
Choose a tag to compare

Bug Fixes

  • prevent template_id=0 in field code of repeater items (8f9bd47)

v6.7.0

13 Jan 17:37
Compare
Choose a tag to compare

Features

  • add configMigrations() method to temporarily enable/disable config migrations (10702f3)
  • add inputfield options to page field snippet (617d271)
  • update all snippets to use config migrations syntax (46f2fce)

Bug Fixes

  • remove unnecessary fieldset-close snippet (8acf49e)

v6.6.0

11 Jan 13:03
Compare
Choose a tag to compare

Features

  • add config migration hooks ❤️ (d70b271)
  • add support to directly minify a less file with $rm->minify(...) (2257788)
  • auto run config migrations on module install (a13a8fc)

Bug Fixes

  • access rootPath() not root (7c84b6f)
  • make sure hookfiles get not written into constants files (5741d98)

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)