DE/EN
ProcessWire
Modules
Support
About
About me
Team
Contact
ProcessWire
ProcessWire
Modules
Support
About
About
About me
Team
Contact
RockMigrations
Releases
Go to module page
v7.1.0
01.09.2025 14:58
Features
add support for filesystem cache (
fac8527
)
Download v7.1.0
v7.0.0
28.07.2025 16:46
⚠ BREAKING CHANGES
remove hideFromGuests feature
Features
add filesOnDemand callback support (
9674fa3
)
Bug Fixes
remove space after -p flag (
5e65b9e
)
Miscellaneous Chores
remove hideFromGuests feature (
7e93865
)
Download v7.0.0
v6.9.0
02.07.2025 14:42
Features
add option for renderTable labels (
d534ff1
)
add tdStyle option to rendertable (
96732dd
)
Bug Fixes
remove old migrate syntax as config migrations are recommended now (
3196c20
)
Download v6.9.0
v6.8.3
01.05.2025 14:09
Bug Fixes
fieldset close field not created for module migrations (
cc617ad
)
Download v6.8.3
v6.8.2
07.04.2025 07:38
Bug Fixes
improve logging and prevent adding files to watchlist if migrations are disabled (
429ce68
)
Download v6.8.2
v6.8.1
17.03.2025 09:28
Bug Fixes
remove auto-install process module to fix upgrade issue (
63e382b
)
Download v6.8.1
v6.8.0
12.03.2025 15:01
Features
add _END constant for fieldsetopen automatically (
2c51632
)
Bug Fixes
lastrunlogfile is null (issue Error when upgrading from v6.0.1 to 6.1.0 or higher
#75
) (
a6fe22d
)
Download v6.8.0
v6.7.1
02.02.2025 15:14
Bug Fixes
prevent template_id=0 in field code of repeater items (
8f9bd47
)
Download v6.7.1
v6.7.0
13.01.2025 18:37
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
)
Download v6.7.0
v6.6.0
11.01.2025 14:03
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
)
Download v6.6.0
v6.5.0
03.01.2025 20:36
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
)
Download v6.5.0
v6.4.0
15.12.2024 11:19
Features
add support for constants helper in site-config-migrations (
b18bce8
)
Download v6.4.0
v6.3.0
14.12.2024 20:35
Features
add default deploy.php (
3d8942c
)
pass deployment through deploy.php in RM folder (
96aa3cd
)
Download v6.3.0
v6.2.0
09.12.2024 17:17
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
)
Download v6.2.0
v6.1.0
01.12.2024 17:47
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
)
Download v6.1.0
v6.0.1
15.11.2024 11:37
Bug Fixes
don't use text as default fieldtype (
46e74d7
)
Download v6.0.1
v6.0.0
14.11.2024 00:02
⚠ 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
)
Download v6.0.0
v5.5.0
03.11.2024 15:56
Features
add config migrations (
5ebea63
)
add dump() method (
4eb2e4e
)
Bug Fixes
outdated syntax in fieldsetpage stub (
cae4802
)
save once() data in module config not in cache (
e24288e
)
Download v5.5.0
v5.4.1
16.10.2024 13:46
Bug Fixes
update deploy workflow to checkout@v4 (
5ff3cc2
)
Download v5.4.1
v5.4.0
16.10.2024 11:57
Features
add exception handling for missing or invalid module names in hookModuleInstall (
62d9367
)
add new auto-release workflow (
812c9c9
)
Download v5.4.0
v5.3.0
01.10.2024 20:13
Features
add a condition for setPageNameFromField (
fc582b2
)
add GET_PHP_COMMAND variable for deployments (
3bba845
)
add indent() for better logs (
f611675
)
add refresh() before installing new module (
476963f
)
trigger migrateModule() after module install (
4c09a51
)
Download v5.3.0
v5.2.0
02.09.2024 12:44
Features
add snippet for rockicons field (
019053e
)
send preview password to JS for multisite (
a84b47a
)
Download v5.2.0
v5.1.0
01.08.2024 21:46
Features
add auto-refresh on module install (
e0474fa
)
add getTemplateIds() method (
847f3f8
)
add onlyDebug flag to saveCSS() (
012d3d2
)
add option to manually set the php command in yaml (
5b6e9c0
)
allow guest views from IP additional to session (
0d0e5cd
)
Bug Fixes
add early exit if user is not defined (
1ed8261
)
remove default value for php command (
36795a4
)
setAndSave must be after page has been saved once (
b16a937
)
update ip cache on every request (
e9db692
)
wrong variable name (
3464198
)
Download v5.1.0
v5.0.1
22.07.2024 14:27
Bug Fixes
use timestamp instead of deploy id (
c1f0119
)
Download v5.0.1
v5.0.0
12.07.2024 17:56
⚠ BREAKING CHANGES
share sessions folder by default on deploy
Miscellaneous Chores
share sessions folder by default on deploy (
3b349e8
)
Download v5.0.0
v4.5.1
03.07.2024 15:58
Bug Fixes
get-php not working without config (
e468ecc
)
Download v4.5.1
v4.5.0
01.07.2024 16:57
Features
add disable procache via config setting (
1454de1
)
read config from php file (
00d6d8d
)
show php version in log (
8871426
)
update deployment to get php version dynamically from the remote server :) (
d17f07f
)
Bug Fixes
make sure config returns an array (
e37ea97
)
Download v4.5.0
v4.4.0
03.06.2024 16:05
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
)
Download v4.4.0
v4.3.0
06.05.2024 13:05
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
)
Download v4.3.0
v4.2.0
28.03.2024 17:33
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
)
Download v4.2.0
v4.0.0
10.02.2024 15:12
⚠ BREAKING CHANGES
remove ImageMurl tweak in favour of Latte Filter
Bug Fixes
remove ImageMurl tweak in favour of Latte Filter (
c706ece
)
Download v4.0.0
v3.36.1
05.02.2024 16:03
Bug Fixes
missing check for deleteOnSave in cache() (
a764c5a
)
Download v3.36.1
v3.36.0
04.02.2024 19:55
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
)
Download v3.36.0
v3.35.5
17.01.2024 15:10
Bug Fixes
remove absolete title-field check (
5f2a944
)
Download v3.35.5
v3.35.4
17.01.2024 14:55
Bug Fixes
fix issue with removing global fields (
b7e4182
)
Download v3.35.4
v3.35.2
17.01.2024 11:41
Bug Fixes
migration hints messing up the fields selector field (
a1d16c2
)
Download v3.35.2
v3.35.1
07.01.2024 12:02
Bug Fixes
too much refactoring :D (
e816cea
)
Download v3.35.1
v3.35.0
07.01.2024 11:27
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
)
Download v3.35.0
v3.34.0
03.01.2024 18:54
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
)
Download v3.34.0
v3.33.0
03.12.2023 23:46
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
)
Download v3.33.0
v3.32.0
02.11.2023 21:18
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
)
Download v3.32.0
v3.31.1
09.10.2023 13:55
Bug Fixes
PHP Warning: Invalid argument supplied for foreach() in RockMigrations.module.php:3510 (
bb24d33
)
Download v3.31.1
v3.31.0
05.10.2023 17:08
Bug Fixes
docblock (
af3572e
)
remove project-specific $rm->echo() (
b242f56
)
remove unused line (
070c28c
)
Features
add tweak to set all languages of new pages active by default (
98f9855
)
Download v3.31.0
v3.30.0
11.09.2023 13:00
Features
add minify param in saveCSS() (
60f9167
)
cleanup caches table on deploy (
85c2458
)
Download v3.30.0
v3.29.0
11.08.2023 18:09
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
)
Download v3.29.0
v3.27.0
07.07.2023 15:24
Bug Fixes
createUser returning false PR
#24
(
fb18156
)
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
)
Download v3.27.0
v3.26.1
02.06.2023 11:14
Bug Fixes
prevent exception in setFieldData when value 0/empty (
9093b20
)
Download v3.26.1
v3.26.0
01.06.2023 15:13
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
)
Download v3.26.0
v3.25.0
04.05.2023 14:58
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
)
Download v3.25.0
v3.23.1
20.03.2023 18:45
Bug Fixes
revert main branch deployment to old syntax (
0e24db0
)
Download v3.23.1
v3.23.0
19.03.2023 13:46
Bug Fixes
set-output warning (
1ae3a5d
)
Features
add magic field methods (
60eb61e
)
add PageListShowIds tweak (
22e8d4f
)
add support for defining a single path (
48febe6
)
Download v3.23.0
v3.22.0
17.03.2023 10:49
Features
add rm-migrate-function snippet (
680ad69
)
Download v3.22.0
v3.21.0
15.03.2023 16:03
Features
add rockfrontend snippet (
06e4a6f
)
Download v3.21.0
v3.20.0
15.03.2023 14:48
Features
add hookable method migrationsDone (
907e0ba
)
Download v3.20.0
v3.19.0
15.03.2023 11:59
Features
add setPageName magic method (
4c5f53c
)
Download v3.19.0
v3.18.1
13.03.2023 15:14
Bug Fixes
remove collapsed state (
43ef9e0
)
Download v3.18.1
v3.18.0
11.03.2023 10:41
Features
improve ui for module config (
c7401dd
)
Download v3.18.0
v3.17.0
11.03.2023 10:31
Features
add version number feature for backend footer (
95f18eb
)
Download v3.17.0
v3.16.0
10.03.2023 19:59
Features
add xdebug launcher file and checkbox (
6cbc873
)
Download v3.16.0
v3.15.0
09.03.2023 14:18
Features
add colorbar feature (
bccb322
)
Download v3.15.0
v3.14.0
05.03.2023 20:52
Features
add isDDEV() method (
41ade33
)
Download v3.14.0
v3.13.1
05.03.2023 19:32
Bug Fixes
path of rm-deploy.sql (
12da687
)
Download v3.13.1
v3.13.0
05.03.2023 17:30
Features
share database folder by default (
23b5064
)
Download v3.13.0
v3.12.0
05.03.2023 15:02
Features
add jsonData() method (
1e479dd
)
Download v3.12.0
v3.11.0
05.03.2023 11:48
Features
throw exception on old syntax of createPage() (
bffe492
)
Download v3.11.0
v3.10.3
04.03.2023 17:45
Bug Fixes
throw exception when editing a field or template that does not exist (
faf46a7
)
Download v3.10.3
v3.10.2
04.03.2023 14:40
Bug Fixes
fieldsuccessmessage calling non-existing rm() method (
fe26836
)
Download v3.10.2
v3.10.1
03.03.2023 19:27
Bug Fixes
remove comment (
6a92ed4
)
Download v3.10.1
v3.10.0
03.03.2023 18:38
Features
add checkbox to disable migrations (
8f1efec
)
Download v3.10.0
v3.9.0
03.03.2023 17:35
Features
add minify() feature for CSS/JS files (
21df3b9
)
Download v3.9.0
v3.8.0
03.03.2023 11:37
Features
read version from package.json (
96426a2
)
Download v3.8.0
v3.7.0
03.03.2023 11:32
Features
create module info.php (
c6d2bdf
)
Download v3.7.0
v3.6.0
01.03.2023 17:58
Features
add yamlParse() method (
51c09b2
)
Download v3.6.0
v3.5.0
01.03.2023 17:54
Features
add support for php array to yaml (
90e203f
)
Download v3.5.0
v3.4.0
22.02.2023 17:52
Features
add method to get module config data (
da8894d
)
Download v3.4.0
v3.3.1
22.02.2023 15:17
Bug Fixes
wrapFields() not working (
cc519bf
)
Download v3.3.1
v3.3.0
22.02.2023 10:56
Features
add form helper methods (
fe2b2db
)
Download v3.3.0
v3.2.0
19.02.2023 15:01
Features
add isNewer() method (
aaf36ee
)
Download v3.2.0
v3.1.0
17.02.2023 11:52
Features
add lockPageName + traceFile (
2669616
)
Download v3.1.0
v3.0.0
14.02.2023 18:10
Features
change order of params in createPage() (
360c64d
)
BREAKING CHANGES
see
https://processwire.com/talk/topic/27504-rockmigrations-%F0%9F%9A%80%F0%9F%9A%80-the-ultimate-automation-and-deployment-tool-for-processwire/?do=findComment&comment=230651
Download v3.0.0
v2.18.0
13.02.2023 21:13
Features
refactor to support php8.0 (
a7faadf
)
Download v2.18.0
v2.17.0
12.02.2023 20:12
Features
add firstSecond() and lastSecond() (
f0eb68c
)
Download v2.17.0
v2.16.0
11.02.2023 20:15
Features
improve migratePageClasses() (
c398884
)
Download v2.16.0
v2.15.1
03.02.2023 16:58
Bug Fixes
prevent module migrate file from running if module is not installed (
43ff7fb
)
Download v2.15.1
v2.15.0
30.01.2023 11:51
Features
add ImageDownload icon (
ed58386
)
Download v2.15.0
v2.14.0
28.01.2023 15:53
Features
add unset() for better yaml code (
564b9d6
)
Download v2.14.0
v2.13.0
28.01.2023 12:23
Features
allow livereload on module edit screens (
7bfd6c1
)
Download v2.13.0
v2.12.0
14.01.2023 20:19
Features
add cachebuster on toUrl() (
63e67a3
)
Download v2.12.0
v2.11.1
12.01.2023 14:52
Bug Fixes
reset sudo() permissions after migration (
1926b61
)
Download v2.11.1
v2.11.0
12.01.2023 14:11
Features
add site() method to magicpage (
8e74c63
)
Download v2.11.0
v2.10.0
10.01.2023 13:09
Features
support $this for template in RockPageBuilder blocks (
6856bb9
)
Download v2.10.0
v2.9.2
10.01.2023 12:57
Bug Fixes
prevent strpos deprecation warning (
dc18960
)
Download v2.9.2
v2.9.1
10.01.2023 12:55
Bug Fixes
prevent warning of missing template id (
25051a5
)
Download v2.9.1
v2.9.0
10.01.2023 11:53
Features
new syntax for repeater fields (
134a706
)
Download v2.9.0
v2.8.0
10.01.2023 10:46
Features
improve wrapFields() method (
efc1057
)
Download v2.8.0
v2.7.0
07.01.2023 12:25
Features
add support for yaml migrations (
e8dd0e5
)
add toPath() and toUrl() (
bf48954
)
update snippets (
cf16796
)
Download v2.7.0
v2.6.0
04.01.2023 12:03
Features
add tinymce snippets and settings files (
ade4ef5
)
Download v2.6.0
v2.5.0
21.12.2022 12:17
Features
add removePermissionFromRole() and comments (
08a28d0
)
Download v2.5.0
v2.4.0
16.12.2022 14:02
Features
add config setting to disable migrations (
8127543
)
Download v2.4.0
v2.3.8
14.12.2022 12:34
Bug Fixes
prevent unnecessary output in cli environment (
e875d83
)
Download v2.3.8
Go to module page