diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d40cd6..a5218a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/composer.json b/composer.json index a1040ac..5745dde 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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": {