Skip to content

Commit

Permalink
Removed sprig
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Henckens <[email protected]>
  • Loading branch information
janhenckens committed Jan 3, 2025
1 parent 248b753 commit b3b5627
Show file tree
Hide file tree
Showing 4 changed files with 1,193 additions and 724 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/).

## 5.0.4 - 2025-01-03
### Removed
- Removed Sprig dependency

## 5.0.3 - 2024-12-23
### Fixed
- Fixed regex redirection to full external urls ([#101](https://github.com/studioespresso/craft-seo-fields/issues/101))
Expand Down
3 changes: 1 addition & 2 deletions 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": "5.0.3",
"version": "5.0.4",
"keywords": [
"craft",
"cms",
Expand All @@ -23,7 +23,6 @@
],
"require": {
"craftcms/cms": "^5.0.0-alpha",
"putyourlightson/craft-sprig-core": "3.0.0-beta.1",
"spatie/schema-org": "^3.0.0",
"league/csv": "^9.0"
},
Expand Down
Loading

0 comments on commit b3b5627

Please sign in to comment.