Skip to content

Releases: baumrock/RockMigrations

v4.4.0

03 Jun 14:05
Compare
Choose a tag to compare

Features

  • add money snippet (bdc0ea2)
  • add snippet for RockGrid fields (ada1cf9)
  • improve visibility of pagelist tweaks (088a310)

Bug Fixes

  • add expirenever for RM cache() (871544b)
  • label empty in renderTable (c800494)

v4.3.0

06 May 11:05
Compare
Choose a tag to compare

Features

  • add config setting to disable magic methods #59 (23b1272)
  • add hidePageFromTree method (e8c6681)
  • improve copied code (add verbose comments) (8c00534)
  • improve renderTable() method (09a4941)

Bug Fixes

  • empty config info after installation (00369e0)
  • wrong path for robots.txt stub (ee3561e)

v4.2.0

28 Mar 16:33
Compare
Choose a tag to compare

Features

  • add new config info screen and improve merging file config into module config (also fixes syncSnippets) (eba2dfe)
  • add nodelete() method for deployments (ea74cc8)
  • add once() feature + docs (d1573d6)
  • add RPB snippets for settings (6ed6d35)
  • add shift-click copy feature for settings (e958d3d)
  • add sql() method to wipe caches on deploy (b1bd9a4)
  • add support to minify all files in directory (53cff11)
  • add trace what prevents publish (fa9d0ab)
  • catch autoload errors (8f022b5)
  • improve deployment (90a993c)
  • improve rockshell api and add docs (6194f19)
  • merge fieldset open+close snippet (4f5f6a4)
  • set file/folder permissions via rsync (8f4de29)
  • tinymce paste as plaintext by default (5748e67)
  • update copy code on click (ea9a6f8)

Bug Fixes

  • add entity encoder to migrations code info #51 (4b0c296)
  • button without type breaks enter-submit (8104b2b)
  • create snippets folder if it does not exist (c54a38a)
  • final config not showing FALSE values (b20d88a)
  • make sure magicpage cache is an array (d6ca7e3)
  • pagelist id + template showing up in asm select (291677b)
  • prevent fatal error on deploy if pageclass removed (162a0b7)
  • remove unused line (da721f2)
  • rockmigrations() causing error on deploy (7f80154)
  • vscode snippets not created (b5e2592)

v4.0.0

10 Feb 14:12
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove ImageMurl tweak in favour of Latte Filter

Bug Fixes

  • remove ImageMurl tweak in favour of Latte Filter (c706ece)

v3.36.1

05 Feb 15:03
Compare
Choose a tag to compare

Bug Fixes

  • missing check for deleteOnSave in cache() (a764c5a)

v3.36.0

04 Feb 18:55
Compare
Choose a tag to compare

Features

  • add $pagefile->isImage property hook (43a06de)
  • add $pagefile->resizedUrl(width, height) (50f9d0f)
  • add cache that resets on page save (9423821)
  • add logs for fileOnDemand (71fb270)
  • add murl pagefile property tweak (6cf026b)
  • add new autoloader for traits/pageClasses/repeaterPageClasses (7a8d550)
  • add preventPublish() method (de7a39b)
  • add site module macro (992862a)
  • add snippet (7c529cf)
  • add snippet for module version from package.json (9f00b1b)
  • add variable typehint snippet (ed3a43c)
  • docs about minify() (20f1e19)
  • don't use cache on cli usage at all to avoid dependency problems (82b0e9c)
  • improve settings page (e232a33)
  • update Site.module.php stub (89ee09b)
  • use DDEV_APPROOT for localRootPath (e77a3b1)

Bug Fixes

  • catch error if file is null (880ff03)
  • dollar signs in snippets missing (d8d636d)
  • don't use filesondemand on cli (67f3388)
  • prevent process module auto-loading pageclasses (aa78554)

v3.35.5

17 Jan 14:10
Compare
Choose a tag to compare

Bug Fixes

  • remove absolete title-field check (5f2a944)

v3.35.4

17 Jan 13:55
Compare
Choose a tag to compare

Bug Fixes

  • fix issue with removing global fields (b7e4182)

v3.35.2

17 Jan 10:41
Compare
Choose a tag to compare

Bug Fixes

  • migration hints messing up the fields selector field (a1d16c2)

v3.35.1

07 Jan 11:02
Compare
Choose a tag to compare

Bug Fixes

  • too much refactoring :D (e816cea)