Skip to content

Commit

Permalink
Merge branch 'release/3.3.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Nov 24, 2023
2 parents b4a6051 + 021cdd8 commit 204d551
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 3.3.8.1 - 2023-11-24
### Fixed
- Fixed a twig syntax error ([#88](https://github.com/studioespresso/craft-seo-fields/pull/88))



## 3.3.8 - 2023-11-23
### Fixed
- Redirects and 404's now works for users that only have access to 1 site. ([#87](https://github.com/studioespresso/craft-seo-fields/issues/87))
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": "3.3.8",
"version": "3.3.8.1",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/_notfound/_index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
new Craft.VueAdminTable({
container: '#seofields-notfound',
columns: columns,
tableDataEndpoint: "{{ cpUrl('seo-fields/cp-api/not-found', {site: site ) }}" ,
tableDataEndpoint: "{{ cpUrl('seo-fields/cp-api/not-found', {site: site}) }}" ,
deleteAction: 'seo-fields/not-found/delete',
checkboxes: 0,
search: true,
Expand Down

0 comments on commit 204d551

Please sign in to comment.