1.2.1
September 6th, 2024
General bugfix around seo image urls
1.2
September 5th, 2024
Replaced the AltSeo Tag meta function with a new version that uses an antler.html view instead of building the fields in PHP.
All fields are now passed into antlers {{ yield }} tags and can be overridden in templates using the {{ section }} tag. Details for the section names can be found in the updated readme
1.1.9
August 16th, 2024
- N/A Changelog not available.
1.1.8
August 14th, 2024
Fixes assumed "assets" container errors in general options page.
1.1.6
July 15th, 2024
Bugfix - Fixes missing Str class
1.1.5
August 14th, 2024
Added localisable to blueprints to support site localisation for SEO fields @TheBnl
1.1.4
May 15th, 2024
Bugfix - Fix to social links @ceesvanegmond
1.1.3
May 13th, 2024
-
Compatibility with v5 Statamic
-
Meta/Canonical Url update
-
Bugfix: index is not always 6 @ceesvanegmond
-
Feature: Make output a little more readable @ceesvanegmond
-
Statamic dependency - @duncan412
1.1.2
April 9th, 2024
Added functionality that allows you to select a canonical url, defaults to the current page if none speficied.
1.1.1
February 5th, 2024
- Added field to the Alt SEO Blueprint that can be used to overwrite the meta URL (still defaults to the .env APP_URL)
- Added supports for settings.yaml field "alt_seo_asset_container_include" which can be omitted or set to null to augment all blueprints with Alt SEO fields, or can be set to an array of collections and only blueprints for those collection will be augment
- Fixed an issue on sites using DB Migrates blueprints that would cause an error.
Canonical URLs - @muath-ye
1.1.0
January 3rd, 2024
Finalises changes for Eloquent Driver Compatibility
1.0.7
January 3rd, 2024
- N/A Changelog not available.
1.0.6
January 3rd, 2024
Hotfix
1.0.5
January 3rd, 2024
Replaces the Blueprint Facade with the Repository to allow compatibility with the Eloquent Driver
1.0.4
November 17th, 2023
Versioning error fix
1.0.3
November 17th, 2023
Hotfix to per-collection setup
1.0.2
November 17th, 2023
Ability to add the asset containers globally or per collection
1.0.1
October 30th, 2023
Minor changes and tidying of files, added word counts and instructions.
1.0.0
October 25th, 2023
General release of Alt SEO addon for Statamic, requires tidying up.