Skip to content

Commit

Permalink
Schema version update
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Feb 16, 2024
1 parent f8fee80 commit 24d20df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ 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/).

## 4.0.5 - 2024-02-16
### Fixed
- Change schema version to fix an issue with migrations from 4.0.0 not being applied correctly.


## 4.0.4 - 2024-02-05
### Fixed
- Fixed an issue where the "Allow sitename to be hidden" option would not work ([#90](https://github.com/studioespresso/craft-seo-fields/issues/90))


## 4.0.3 - 2024-02-05
### Fixed
- Fixed a permissions issue on sites with multiple users and user groups
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": "studioespresso/craft-seo-fields",
"description": "Fields for your SEO & OG meta data",
"type": "craft-plugin",
"version": "4.0.4",
"version": "4.0.5",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/SeoFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class SeoFields extends Plugin

// Public Properties
// =========================================================================
public string $schemaVersion = "2.0.0";
public string $schemaVersion = "4.0.0";


public const EVENT_SEOFIELDS_REGISTER_ELEMENT = "registerSeoElement";
Expand Down

0 comments on commit 24d20df

Please sign in to comment.