Skip to content

Commit

Permalink
chore(release): v5.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Nov 3, 2024
1 parent 03e11d0 commit 9baf632
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
34 changes: 14 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [5.5.0](https://github.com/baumrock/RockMigrations/compare/v5.4.1...v5.5.0) (2024-11-03)


### Features

* add config migrations ([5ebea63](https://github.com/baumrock/RockMigrations/commit/5ebea6395a16643315011bedce80651786aa4b0b))
* add dump() method ([4eb2e4e](https://github.com/baumrock/RockMigrations/commit/4eb2e4e49859512dc36953164ed5839a279789ce))


### Bug Fixes

* outdated syntax in fieldsetpage stub ([cae4802](https://github.com/baumrock/RockMigrations/commit/cae4802e8903ae1f49d4b6d1df333a6aac11c8d6))
* save once() data in module config not in cache ([e24288e](https://github.com/baumrock/RockMigrations/commit/e24288e9ed251751848e7850add4815de32d54b4))

## [5.4.1](https://github.com/baumrock/RockMigrations/compare/v5.4.0...v5.4.1) (2024-10-16)


Expand Down Expand Up @@ -32,23 +46,3 @@
* add snippet for rockicons field ([019053e](https://github.com/baumrock/RockMigrations/commit/019053eea8f99f9ff6febeaa69408e843760942c))
* send preview password to JS for multisite ([a84b47a](https://github.com/baumrock/RockMigrations/commit/a84b47aba495d285379e1327f94b3e3e2c227224))

## [5.1.0](https://github.com/baumrock/RockMigrations/compare/v5.0.1...v5.1.0) (2024-08-01)


### Features

* add auto-refresh on module install ([e0474fa](https://github.com/baumrock/RockMigrations/commit/e0474fa8a018272c5dfc7accf7b563d7cbed1b3b))
* add getTemplateIds() method ([847f3f8](https://github.com/baumrock/RockMigrations/commit/847f3f86b66c027b0067ec564670a807ebb0cf8b))
* add onlyDebug flag to saveCSS() ([012d3d2](https://github.com/baumrock/RockMigrations/commit/012d3d2adc46f73c9595dd2fe36e92c0c6aa09b3))
* add option to manually set the php command in yaml ([5b6e9c0](https://github.com/baumrock/RockMigrations/commit/5b6e9c02aff6e62f26887b9dcda0a062fee4aafc))
* allow guest views from IP additional to session ([0d0e5cd](https://github.com/baumrock/RockMigrations/commit/0d0e5cd31ec629243c2bdee2f6c0206fb626f318))


### Bug Fixes

* add early exit if user is not defined ([1ed8261](https://github.com/baumrock/RockMigrations/commit/1ed8261652e4553f1168033b33145db385aed3b8))
* remove default value for php command ([36795a4](https://github.com/baumrock/RockMigrations/commit/36795a49be2b40b1b4d552abd404123453cb6912))
* setAndSave must be after page has been saved once ([b16a937](https://github.com/baumrock/RockMigrations/commit/b16a93729544625771394b2d469cc646b4dee843))
* update ip cache on every request ([e9db692](https://github.com/baumrock/RockMigrations/commit/e9db6927615fa9ccdce638aab6c3f172eb95322a))
* wrong variable name ([3464198](https://github.com/baumrock/RockMigrations/commit/3464198c25c428a4eacb324b7bfe6199674eda30))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.4.1"
"version": "5.5.0"
}

0 comments on commit 9baf632

Please sign in to comment.