Skip to content

Releases: baumrock/RockMigrations

v3.35.0

07 Jan 10:27
Compare
Choose a tag to compare

Features

  • add auto-load feature for custom page classes in modules (accd253)
  • add cache() method (56d5789)
  • add copy to clipboard for pagelist id+tpl (2e4a077)
  • add snippets (2ec759e)
  • create VSCode snippets from single files (7dd15de)
  • move settings macro to dedicated RockSettings module (6aa8e80)

v3.34.0

03 Jan 17:54
Compare
Choose a tag to compare

Bug Fixes

  • early exit if redirects are not populated (65c4f52)
  • empty fields array flipping field order (56e8f99)
  • fix createPage resetting title (07b0655)
  • fix pageListLabel removing template icon from pagelist (c0431c7)
  • fix redirect rules (2225c3d)
  • fix wrong comment in snippet (85c28fb)
  • prevent localName does not exist error (48d28d6)
  • remove console.log() (62cd687)
  • RepeaterMatrix: retain original field order (17bc932)
  • RepeaterMatrix: standardize fields array (375700c)
  • revert redirects from repeater to textarea (0216cb3)
  • saveCSS triggering Livereload if $keepCSS = false (d11675d)

Features

  • add 2s timeout for filesondemand (6f3d17c)
  • add custom pageListLabel() for MagicPages (be35030)
  • add deployment rockshell command (3946444)
  • add field declaration snippet (dd6b68d)
  • add keyhelp php version to snippet (99f9eb4)
  • add macros feature (09e1ca1)
  • add rm-badge class to pagelist badge (cb1f948)
  • add rockmigrations() functions API #41 (b10c404)
  • add settings redirect repeater (bb0ccd8)
  • add tpl + prefix constant snippet (0c420d2)
  • add trigger option for watch() method (7743985)
  • expose site module as site() function (7547721)
  • improve loading of magic page templates (f3b1a5f)
  • improve settings page macro (5b4a474)
  • update settings stub (b3d7399)
  • use functions api for rm snippet (a9ae6b0)
  • use minify only for superusers and on debug (1214154)

v3.33.0

03 Dec 22:46
Compare
Choose a tag to compare

Bug Fixes

  • createPage() triggering page save all the time (456c0b1)
  • dont add page id + template in dropdown menu (0730ee3)
  • is_file() causing error when $path is null (7e64380)
  • ready() not triggered in magicpages (f4f09bc)
  • title not updating when using createPage() (147230c)
  • vscode links not working with latest vscode (ec10745)

Features

  • add DelayedImageVariations to default profile (a063964)
  • add keepCSS param in saveCSS method (be46e16)
  • add sql query snippet (547f0ef)

v3.32.0

02 Nov 20:18
Compare
Choose a tag to compare

Bug Fixes

  • empty previewPassword causes no redirect (c74596f)
  • installModule() does not actually install the module when run the 1st time, but only downloads it #29 (ce59d2d)
  • move livereload settings back to RockFrontend (37eb50c)
  • rewrite setPageNameFromField method (dbd900e)
  • settings from config file not properly applied (2aa8ea5)
  • tweak info icon falsely on new line (d738b6b)

Features

  • add CopyFieldNames tweak (822b36b)
  • add hideFromGuests() + preview password feature (518788f)
  • improve PR from ivan to use internal refresh method (0362f33)
  • show current fileconfig on settings page (4fbb444)

v3.31.1

09 Oct 11:55
Compare
Choose a tag to compare

Bug Fixes

  • PHP Warning: Invalid argument supplied for foreach() in RockMigrations.module.php:3510 (bb24d33)

v3.31.0

05 Oct 15:08
Compare
Choose a tag to compare

Bug Fixes

Features

  • add tweak to set all languages of new pages active by default (98f9855)

v3.30.0

11 Sep 11:00
Compare
Choose a tag to compare

Features

  • add minify param in saveCSS() (60f9167)
  • cleanup caches table on deploy (85c2458)

v3.29.0

11 Aug 16:09
Compare
Choose a tag to compare

Bug Fixes

  • catch 404 page not found error on deployment (e67bebd)
  • jquery deprecation warning for window.load() (c626d5b)
  • pageListBadge showing when empty (3644e6a)
  • remove language tab fix (4a1061b)
  • renderTable not showing data and wrong asset path on windows (24a9d9d)
  • renderTable not showing some values (bce2df8)

Features

  • add checkbox to force livereload on module config pages (a52a550)
  • add getFile() method (ea94430)
  • add homeTemplate() method (cbd0c07)
  • add new pageClassLoader :) (480b06c)
  • add path helper method (29e8740)
  • add redirect logger Tweak (6003cf5)
  • add renderTable helper (eb3ee9c)
  • add support for template_ids (14489ad)
  • improve new pageClassLoader (e99b80c)

v3.27.0

07 Jul 13:24
Compare
Choose a tag to compare

Bug Fixes

Features

  • add deployment hooks (fcefd1f)
  • add PageListAutoExpand to default profile (68af9f9)
  • add rockhsell demo command (cce0d06)
  • add support for getTplName() syntax (c01630f)
  • add time constants (17ab452)
  • make github action fail on error in migration (7499223)

v3.26.1

02 Jun 09:14
Compare
Choose a tag to compare

Bug Fixes

  • prevent exception in setFieldData when value 0/empty (9093b20)