Releases: baumrock/RockMigrations
Releases · baumrock/RockMigrations
v3.26.0
Bug Fixes
- double linebreaks (bf07c6b)
- magicpages comparing classnames without namespaces (28b5657)
- prevent migrating pageclasses twice (b3c9add)
- remove double slash when using $this->path (aa9502c)
- wirerandom issue on deployment (29bd145)
Features
- add placeBefore to wrapFields() (906753c)
- add random salts to config-local suggestion (1e7401c)
- add rm-hints to field and template gui (27b5b25)
- add support for parent_id as page path (e45e430)
- imporve createPage for array syntax (74bd338)
- improve getTemplate (use ::tpl fallback) (b6f6d14)
- improve isDDEV() (e4df541)
- improve setFieldData() method (2830eed)
- use $this->path instead of DIR #22 (f134e1b)
v3.25.0
Bug Fixes
- add early exit if tpl is not set (2d35674)
- livereload preventing module installation (db4d18f)
- remove transition that has no effect (e6524ac)
Features
- add $rm->inputfield() helper method (c548a78)
- add backend stylesheet (b45bbf2)
- add echo() method for cli usage (f09dd3c)
- add email field (7418757)
- add getTplName() method to magicpages (bfe4fab)
- add onChanged() magic method (04ffe16)
- add pageclass snippet (f2be261)
- add pageListBadge() helper (8b202ca)
- add PageListQuickActions tweak (fa8f857)
- add PageListShowTemplate tweak (40c49e8)
- add permissions- and access- keys for migrate() (890c242)
- add removeSaveButton() to magicpages (fc1e56f)
- add removeSubmitActions() (25701f9)
- add rm-colorbar class to colorbar (5d56b2b)
- add rootVersion() (3ab7560)
- add support to remove all submit actions (5c39faa)
- add title field to migrated pageclasses (c5bd95a)
- improve deployment and its logs (7120e5c)
- improve labels (64cf73e)
- show deployment variables in log (41bc4e7)
- update docs and rename deploy workflow (5bd96f3)