Releases: macropay-solutions/laravel-crud-wizard-free
Releases · macropay-solutions/laravel-crud-wizard-free
retroactive-fix-CVE-2025-27515
Use PDOException(parent) instead of QueryException(child)
3.4.16 use PDOException instead of QueryException;
Update composer dependencies and readme
3.4.15 Update composer json
Make RESOURCE_NAME optional
Fix sql ambiguous error for related id
3.4.13 Fix sql ambiguous error for related id
Add get update and delete related by identifier
Example
GET|PUT|DELETE /{resource}/{identifier}/{relation}/{relatedIdentifier}
Use singular for model not found error message
Avoid division by 0 on getEmptyPaginatedResponse
3.4.10 Avoid division by 0 on getEmptyPaginatedResponse
add BaseModelFrozenAttributes
add BaseModelFrozenAttributes (#8) * add BaseModelFrozenAttributes * add BaseModelFrozenAttributes * add BaseModelFrozenAttributes * add BaseModelFrozenAttributes replace toArray with __toString and return json to ease the @mixin usage * add BaseModelFrozenAttributes replace toArray with __toString and return json to ease the @mixin usage * add BaseModelFrozenAttributes add getFrozen to BaseModel * add BaseModelFrozenAttributes update README.md * add BaseModelFrozenAttributes update README.md * add BaseModelFrozenAttributes handle return type for json_decode * Make the stdClass read only also for its content and update README.md * README.md mention that Model is retrievable form db for frozen attributes ---------
Downgrade require-dev to v 8
3.4.8 update composer require dev to version 8