Skip to content

Commit

Permalink
Add support for V5 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
neonleann committed Jun 3, 2024
1 parent 2a22498 commit 7dd33f4
Show file tree
Hide file tree
Showing 19 changed files with 437 additions and 5,219 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
vendor
.php_cs.cache
.antlers.json
resources/dist/hot
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.0
lts/iron
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@

Designed and built from the ground up by a dedicated SEO agency, the Aardvark SEO addon gives you full control that no other SEO plugin does, from managing directs to generating schema.

We aim to follow Statamic's release schedule and support policy (https://statamic.dev/release-schedule-support-policy) as closely as possible. Please refer to their support policy for guidance on end of life dates.

Please note, Aardvark v4 was skipped in order to match Statamic's updated release schedule.

## Documentation
View the full documentation on the [Statamic Marketplace](https://statamic.com/addons/candour/aardvark-seo/docs).

## Statamic support

| Statamic | Status |
| ----------- | ---------------------- |
| v4 | Active development |
| v3 | Bug and security fixes |
| Statamic | Aardvark | Status |
| ----------- | ---------------------- | ---------------------- |
| v5 | v5 | Active development |
| v4 | v3 | Security fixes |
| v3.4 | v2 | Security fixes |
| v3.3 | v2 | No longer supported |


## Contributing

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "withcandour/aardvark-seo",
"description": "Save time and get your Statamic site to rank better - Candour's SEO addon for Statamic CMS",
"version": "3.0.1",
"version": "5.0.0",
"type": "statamic-addon",
"keywords": [
"Statamic",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"require": {
"spatie/schema-org": "^3.2",
"statamic/cms": "^4.0",
"statamic/cms": "^5.0",
"whitecube/lingua": "^1.0"
},
"config": {
Expand Down
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
"private": true,
"description": "Aardvark SEO addon for Statamic by Candour",
"scripts": {
"development": "mix",
"watch": "mix watch",
"production": "mix --production"
"dev": "vite",
"build": "vite build"
},
"author": "Candour",
"dependencies": {
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.23",
"postcss": "^8.4.38",
"vue": "^2.7.14",
"vue-loader": "^15.10.1",
"vue-template-compiler": "^2.7.14"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.2.0",
"laravel-vite-plugin": "0.7.2",
"vite": "^4.0.0"
}
}
1 change: 0 additions & 1 deletion public/css/aardvark-seo.css

This file was deleted.

1 change: 0 additions & 1 deletion public/js/aardvark-seo.js

This file was deleted.

1 change: 1 addition & 0 deletions resources/dist/build/assets/app-257b8dc4.js

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

Loading

0 comments on commit 7dd33f4

Please sign in to comment.