Upgrade google/analytics-data to the latest 0.11

Created on 10 July 2023, 12 months ago

Problem/Motivation

  "require": {
      "google/analytics-data": "^0.10"
  }

Although this is set in the module's composer.json, according to the caret range docs, versions 0.x.x don't update the latest minor versions, only to latest patch versions. Starting from (for example) 1.0.0, the ^1.0 requirement enables composer to update package to the newest minor version (for example) 1.3.0, 1.4.0, etc.

This means it needs to be raised to "^0.11" in the module's composer.json if the API calls still working fine.

Hopefully, there will be a non-beta release of this library soon.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

4.0

Component

Code

Created by

πŸ‡ΈπŸ‡°Slovakia kaszarobert

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024