diff --git a/CHANGELOG.md b/CHANGELOG.md index 09aaacd..02e21ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## 5.0.3 - 2024-12-23 +### Fixed +- Fixed regex redirection to full external urls ([#101](https://github.com/studioespresso/craft-seo-fields/issues/101)) +- Fixed install error when using Postgres ([#97](https://github.com/studioespresso/craft-seo-fields/pull/97)) + + ## 5.0.2 - 2024-07-08 ### Fixed - Fixed missing behaviour for categories ([#95](https://github.com/studioespresso/craft-seo-fields/issues/95)) diff --git a/composer.json b/composer.json index 32f5ca5..6ecad72 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "studioespresso/craft-seo-fields", "description": "Fields for your SEO & OG meta data", "type": "craft-plugin", - "version": "5.0.2", + "version": "5.0.3", "keywords": [ "craft", "cms",