Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GA (and Hugo min. version) after deprecations #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpleboeuf
Copy link

Fix #28.

Notes:

  • tpl/tplimpl/embedded/templates/google_analytics_async.html has been deprecated since Hugo v0.119.0, and was removed in Hugo v0.125.0, tpl/tplimpl/embedded/templates/google_analytics.html becoming the only GA template.
  • site.GoogleAnalytics has been deprecated since Hugo v0.120.0, and its use with the latest Hugo versions currently triggers an error, as per Hugo deprecation process.

Notes:

- `tpl/tplimpl/embedded/templates/google_analytics_async.html` has been [deprecated](gohugoio/hugo@c32094a) since Hugo [v0.119.0](https://github.com/gohugoio/hugo/releases/tag/v0.119.0), and was [removed](gohugoio/hugo@ebfca61) in Hugo [v0.125.0](https://github.com/gohugoio/hugo/releases/tag/v0.125.0), `tpl/tplimpl/embedded/templates/google_analytics.html` becoming the only GA template.
- `site.GoogleAnalytics` has been [deprecated](gohugoio/hugo@a692278) since Hugo [v0.120.0](https://github.com/gohugoio/hugo/releases/tag/v0.120.0), and its use with the latest Hugo versions currently triggers an error, as per Hugo [deprecation](https://gohugo.io/troubleshooting/deprecation/) process.
@jpleboeuf jpleboeuf changed the title Update GA (and Hugo min. version) after deprecation Update GA (and Hugo min. version) after deprecations Sep 3, 2024
@jpleboeuf
Copy link
Author

Problem with deployment:

  UNSUPPORTED BUILD IMAGE

  The build image for this site uses Ubuntu 16.04 Xenial Xerus, which is no longer supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't work anymore because of various GA-related deprecations
1 participant