August Miller

Results 41 issues of August Miller

### Description I was doing a bit of optimization work on Order-related views and logic for an application we maintain that historically has pretty large carts… oftentimes dozens of items—but...

discussion

There doesn't appear to be a native/standard implementation for localizing plugins, but it shouldn't stop the plugin from being usable in all locales.

Feature

This appears to be affecting some installations, already, despite the October cutoff. It may be a good time to move to the new plugin/registration API in Kirby, to split apart...

Feature
In Progress

Updates can be made to the "Address" field without being serialized. Currently, the `store()` method is only called after attempting to geocode the input. We should always store the value,...

Bug

You should be able to eliminate some options on-the-fly when outputting `select` menus. A very specific use case might be that a set of filter controls doesn't need to include...

enhancement

The plugin is useful in single-language environments— or, to be more specific, when multi-lang is disabled.

This will be super useful for clusters of points—say you have a series of events, and you want to add nearby locations: the user shouldn't be expected to pan the...

enhancement

> [!NOTE] > Logging this as a **Draft** so it's ready to officially submit as soon as we’ve cut the release; at the moment, 5.0.0-beta.1 hasn't _actually_ been tagged! 😅...

bugfix

I was exploring some stuff in the Commerce extension docs and figured it was worth implementing [Generators](https://craftcms.com/docs/4.x/extend/generator.html) for some of the common components. My primary motivation is to have some...

### What happened? ### Description Events are not currently emitted by `craft\commerce\base\Gateway` or `craft\commerce\services\Gateways` when saving a Gateway’s configuration. Craft typically emits events from the service class when saving Project...

💡 enhancement
commerce4