Skip to content

Releases: tastyigniter/core

v4.2.1

31 Jan 00:09
23c6223

Choose a tag to compare

Fixed

  • Prevented empty filter values from being applied in database queries

v4.2.0

27 Jan 10:28
a3b0e0d

Choose a tag to compare

Added

  • Added indexes to media_attachments, languages, countries, and currencies tables 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 ApplicationException class for better type safety
  • Refactored query grammar usage and tidied relation constructors and tests
  • Updated repository host from Satis to Composer for consistency
  • Updated urlPolicy to enforce URL policy behavior

v4.1.1

15 Nov 13:58
ac84705

Choose a tag to compare

Added

  • cache: Add CacheMaker trait with caching helper methods

v4.1.0

13 Nov 11:07
e3fc3a9

Choose a tag to compare

Added

  • dashboard: Add widget selection and selected widget fields to the new widgets form.

Changed

  • model: Change isRelationPurgeable method visibility from protected to public.
  • refactor: Update type hints for functions and variables across the codebase.
  • refactor(onboarding): Move menus onboarding step into Cart extension and add mail completion check.

Fixed

  • NominatimProvider: Update URL formatting in distance method for accuracy.
  • Update schedule: Remove value from --check option on igniter:update command.

v4.0.16

11 Sep 21:26
d727f42

Choose a tag to compare

Minor bug fix

v4.0.15

11 Sep 20:40
8c63256

Choose a tag to compare

Added

  • geolocation: Implement places autocomplete and coordinates retrieval in GoogleProvider and NominatimProvider.

Changed

  • Update PHP requirement in composer.json from ^8.2 to ^8.3.

Fixed

  • Fix issue where image is not displayed on mediafinder. (#34)
  • Bring back console.schedule event to run registered schedule command.
  • Theme: Simplify required extensions handling

v4.0.14

10 Aug 11:36

Choose a tag to compare

Fixed

  • deps: Add support for Laravel 12.
  • Update references from Crowdin to Community Translation project.

v4.0.13

04 Aug 21:51
022ccb1

Choose a tag to compare

Added

  • mail: Add support for using mailer configuration file.

Fixed

  • Fix status dropdown bug on the order page. (#30)

v4.0.12

26 Jul 10:00

Choose a tag to compare

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 MorphToMany relationships.
  • Update version handling for extensions and themes in IgniterUtil.

v4.0.11

22 Jun 13:45
78806e3

Choose a tag to compare

Added

  • logs: Add size check for log files before processing them.
  • settings: Implement afterModelSave to update model attributes.

Fixed

  • Fix "The path file/folder does not exist" issue when uploading to media manager.
  • Replace save() with saveQuietly() in LogsStatusHistory model.
  • 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.