Skip to content

Commit

Permalink
Bump to 3.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Apr 3, 2024
1 parent e4ab25c commit cde6698
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased

### 3.0.0-beta.3 - 2024-04-03

### Fixed
- Fixed a bug where SEOMate could attempt to use string values as callables ([#84](https://github.com/vaersaagod/seomate/issues/84))
- Fixed a bug where SEOMate could attempt to use string values as callables ([#84](https://github.com/vaersaagod/seomate/issues/84))

### Changed
- Bumped the `craftcms/cms` requirement to `^5.0.0`

## 3.0.0-beta.2 - 2024-02-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": "vaersaagod/seomate",
"description": "SEO, mate! It's important.",
"type": "craft-plugin",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"keywords": [
"craft",
"cms",
Expand All @@ -26,7 +26,7 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.2",
"craftcms/cms": "^5.0.0",
"spatie/schema-org": "^2.0|^3.0"
},
"autoload": {
Expand Down

0 comments on commit cde6698

Please sign in to comment.