Releases: tastyigniter/core
Releases · tastyigniter/core
v4.2.1
v4.2.0
Added
- Added indexes to
media_attachments,languages,countries, andcurrenciestables to improve query performance
Fixed
- Fixed issue where query filters were not being applied when option key exists
- Fixed package type references to resolve issues when updating extensions
- Various minor bug fixes and improvements
Changed
- Updated constructor type hints in
ApplicationExceptionclass for better type safety - Refactored query grammar usage and tidied relation constructors and tests
- Updated repository host from Satis to Composer for consistency
- Updated
urlPolicyto enforce URL policy behavior
v4.1.1
v4.1.0
Added
- dashboard: Add widget selection and selected widget fields to the new widgets form.
Changed
- model: Change
isRelationPurgeablemethod visibility fromprotectedtopublic. - refactor: Update type hints for functions and variables across the codebase.
- refactor(onboarding): Move
menusonboarding step into Cart extension and add mail completion check.
Fixed
- NominatimProvider: Update URL formatting in
distancemethod for accuracy. - Update schedule: Remove value from
--checkoption onigniter:updatecommand.
v4.0.16
v4.0.15
Added
- geolocation: Implement places autocomplete and coordinates retrieval in
GoogleProviderandNominatimProvider.
Changed
- Update PHP requirement in
composer.jsonfrom^8.2to^8.3.
Fixed
- Fix issue where image is not displayed on
mediafinder. (#34) - Bring back
console.scheduleevent to run registered schedule command. - Theme: Simplify required extensions handling
v4.0.14
v4.0.13
v4.0.12
Added
- Enhance extension installation logic and update package handling.
Changed
- charts: Enhance dashboard chart options handling.
Fixed
- Issue where saving form with empty select dropdown adds selected options back
- HasRelationships: Reorder parameters to fix issue with saving
MorphToManyrelationships. - Update version handling for extensions and themes in
IgniterUtil.
v4.0.11
Added
- logs: Add size check for log files before processing them.
- settings: Implement
afterModelSaveto update model attributes.
Fixed
- Fix "The path file/folder does not exist" issue when uploading to media manager.
- Replace
save()withsaveQuietly()inLogsStatusHistorymodel. - Ensure extension is loaded only if the install path is a directory.
- Rename the index of columns and keys to fix "migration name too long" issue. (#25)
- Dropdown position fix. (#25)
Style
- Update icon styles and make category label bold in settings view.