Skip to content

Commit

Permalink
Add Craft v5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
niektenhoopen committed May 20, 2024
1 parent 76947cb commit 13067e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.3.0 - 2024-05-20
### Added
- Craft v5 support

## 2.2.0 - 2023-08-13
### Added
- Save zoom level (Issue #21)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nthmedia/entry-gps-coordinates",
"description": "Entry GPS Coordinates plugin for Craft CMS 3.x",
"type": "craft-plugin",
"version": "2.2.0.1",
"version": "2.3.0",
"keywords": [
"gps coordinates",
"gps",
Expand All @@ -28,7 +28,7 @@
],
"require": {
"php": "^8.0",
"craftcms/cms": "^4.0.0-alpha"
"craftcms/cms": "^4.0.0 || ^5.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 13067e5

Please sign in to comment.