dynamic / silverstripe-locator

SilverStripe Locator Module. Show locations on a map. Search by geoposition.
http://www.dynamicagency.com/labs/silverstripe-locator-module/
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Bugfix: Fixed mistaken namespace #242

Closed nathanbrauer closed 7 months ago

nathanbrauer commented 8 months ago

Originally, Location and LocationCategory were located under Dynamic\Locator\

At 4.0.0 they were moved to Dynamic\Locator\Model\; however Location didn't get completely migrated over, causing fatal errors when running related /dev/tasks.

This pull request completes the migration.

PS: ...and also updates some inconsequential http links to https

nathanbrauer commented 8 months ago

(Separated into two commits so I could create a patch without the tests dir.)

nathanbrauer commented 7 months ago

@muskie9 - bringing your attention do this :)

muskie9 commented 7 months ago

Sorry @nathanbrauer, I saw the initial notification and it then got buried. I'm reviewing.

muskie9 commented 7 months ago

@nathanbrauer all set. I'll look at getting a new release unless there are further updates you've seen as necessary.