Skip to content

Commit

Permalink
Merge branch 'release/3.4.77' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed May 20, 2024
2 parents 2ec2ef4 + 917e2a1 commit 8fc4469
Show file tree
Hide file tree
Showing 14 changed files with 1,242 additions and 386 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# SEOmatic Changelog

## 3.4.77 - 2024.05.20
### Fixed
* Fixed an issue where the down and up arrows were reversed for sorting purposes

## 3.4.76 - 2024.04.11
### Added
* Ensure that `getTransformByHandle()` is passed a string
Expand Down
178 changes: 96 additions & 82 deletions buildchain/package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions buildchain/src/css/components/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ table.vuetable {
}

.seomatic-menubtn-asc::after {
content: "downangle";
font-weight: bold;
content: "upangle";
}

.seomatic-menubtn-desc::after {
content: "upangle";
font-weight: bold;
content: "downangle";
}

/**
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": "nystudio107/craft-seomatic",
"description": "SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.",
"type": "craft-plugin",
"version": "3.4.76",
"version": "3.4.77",
"keywords": [
"craft",
"cms",
Expand Down
1,424 changes: 1,130 additions & 294 deletions docs/package-lock.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/web/assets/dist/assets/seomatic-BObJzj2X.js

This file was deleted.

1 change: 0 additions & 1 deletion src/web/assets/dist/assets/seomatic-BObJzj2X.js.map

This file was deleted.

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 2 additions & 0 deletions src/web/assets/dist/assets/seomatic-_PdkHvD9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/web/assets/dist/assets/seomatic-_PdkHvD9.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/web/assets/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
]
},
"src/js/seomatic.js": {
"file": "assets/seomatic-BObJzj2X.js",
"file": "assets/seomatic-_PdkHvD9.js",
"name": "seomatic",
"src": "src/js/seomatic.js",
"isEntry": true,
"css": [
"assets/seomatic-CtnyRTJT.css"
"assets/seomatic-DzAZqd8B.css"
]
}
}
Binary file modified src/web/assets/dist/manifest.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/web/assets/dist/stats.html

Large diffs are not rendered by default.

0 comments on commit 8fc4469

Please sign in to comment.