Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.94.md for this page in Markdown format</div>
Version 4
version 4.94
- [4.94.X] fix(maps): points/update zip_code in set_value
- [4.94.10] feat(domains): add has one relation
- [4.94.9] fix(domains): Slider mui repository PascalCase
- [4.94.8] fix(domains): set renamed entity classes for Blog Tag and Document Mui Repositories
- [4.94.8] fix: add maps in mediastream availableEntityTypes
- [4.94.7] fix(domains): Repository::loadBelongsTo
- [4.94.6] feat(domains): country domain
- [4.94.6] feat(rest): country /county
- [4.94.6] refactor(domains):
- allow either int or string as primary field. set primaryKey property in repositories
- refactor make naming consistent with Mui usage. Last Part is the object type, Mui prefixes the type and any custom naming prefixes Mui
- [4.94.5] refactor(rest): make naming consistent with Mui usage
- [4.94.5] refactor(domains):
- move entities to repository packages
- move Resources related support classes to rest package
- move
HasLocalestrait toAdvisable\Domains\Support\Service
- [4.94.5] refactor(rest): set tagging under Rest\XXX for separation from other apis
- [4.94.5] fix(openapi): prefix openapi routes with rest/ as they are in app.
- [4.94.4] feature: nbg-pay
- [4.94.3] refactor(rest): resources and collections from domains to rest where they belong
- [4.94.3] fix(builder): xss changed body tag
- set editor getHtml cleanId param to true
- search for <body id="{builder-id}"> with regex and remove them on save.
- also check for already html encoded due to xss true <body> </body> and remove them on save to fix the ones that already were saved with error
- [4.94.2] fix(Adv_settings): correct view_content path for available countries - remove extra slash
- [4.94.1] fix(Router): send correct arguments to router dispatcher when passed from uri
- [4.94.0] feat:
CopyLocalToS3checks for destination files too - [4.94.0] fix: make
GenerateOpenApiJsoncross os
Notes
- [4.94.8] Need:
composer dump
- [4.94.6] Need:
composer dumpcomposer run openapi-docsfor clients using rest
- [4.94.5] Need:
composer dumpcomposer run openapi-docsfor clients using rest
- [4.94.3] Need:
composer dumpnpm run admin-production
- [4.94.3] Check for overrides:
Block_builder::saveBlock
- [4.94.2] Check for overrides:
Settings::availableCountries