Skip to content

Commit

Permalink
(v4.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseydiloreto committed Mar 21, 2024
1 parent b812d37 commit eb359ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 4.5.0 - 2024-03-21

### Added
- Addresses now include an optional [`neighborhood`](https://plugins.doublesecretagency.com/google-maps/models/address-model/#neighborhood) subfield. ([#44](https://github.com/doublesecretagency/craft-googlemaps/issues/44))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "doublesecretagency/craft-googlemaps",
"description": "Maps in minutes. Powered by the Google Maps API.",
"type": "craft-plugin",
"version": "4.4.0",
"version": "4.5.0",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/GoogleMapsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class GoogleMapsPlugin extends Plugin
/**
* @var string Current schema version of the plugin.
*/
public string $schemaVersion = '4.3.0';
public string $schemaVersion = '4.5.0';

/**
* @var GoogleMapsPlugin Self-referential plugin property.
Expand Down

0 comments on commit eb359ab

Please sign in to comment.