Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
chore: mark extension as obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Dec 31, 2023
1 parent de0a0f6 commit 4eabd4f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 19 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.2.0] - 2023-12-31

### Changed
- Mark extension as obsolete

## [1.1.0] - 2021-10-11

Expand All @@ -16,6 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release


[Unreleased]: https://github.com/brotkrueml/typo3-matomo-optout/compare/v1.1.0...HEAD
[1.2.0]: https://github.com/brotkrueml/typo3-matomo-optout/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/brotkrueml/typo3-matomo-optout/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/brotkrueml/typo3-matomo-optout/releases/tag/v1.0.0
7 changes: 7 additions & 0 deletions Documentation/Includes.rst.txt
Expand Up @@ -33,3 +33,10 @@
.. By default, code blocks use PHP syntax highlighting
.. highlight:: php

.. attention::
This extension is no longer maintained. It uses the iframe-based form which has become increasingly
problematic due to browser changes and restrictions on setting third-party cookies.

More information:
`Introducing improvements to the opt-out form feature <https://matomo.org/blog/2022/09/improvements-to-matomo-opt-out-form-feature/>`__.
8 changes: 4 additions & 4 deletions Documentation/Settings.cfg
@@ -1,7 +1,7 @@
[general]
project = Matomo Opt-Out
version = 1.1
release = 1.1.0
version = 1.2
release = 1.2.0
copyright = since 2021 by Chris Müller

[html_theme_options]
Expand All @@ -10,9 +10,9 @@ github_repository = brotkrueml/typo3-matomo-optout
project_contact =
project_discussions =
project_home =
project_issues = https://github.com/brotkrueml/typo3-matomo-optout/issues
project_issues =
project_repository = https://github.com/brotkrueml/typo3-matomo-optout

[intersphinx_mapping]
t3coreapi = https://docs.typo3.org/m/typo3/reference-coreapi/11.5/en-us/
t3coreapi = https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/
ext_matomo_widgets = https://docs.typo3.org/p/brotkrueml/typo3-matomo-widgets/main/en-us/
15 changes: 8 additions & 7 deletions README.md
@@ -1,15 +1,16 @@
# Matomo Opt-Out

TYPO3 content element for opting-out of Matomo analytics.
> This extension is no longer maintained. It uses the iframe-based form
> which has become increasingly problematic due to browser changes and
> restrictions on setting third-party cookies.
>
> More information:
> [Introducing improvements to the opt-out form feature](https://matomo.org/blog/2022/09/improvements-to-matomo-opt-out-form-feature/).
[![CI Status](https://github.com/brotkrueml/typo3-matomo-optout/workflows/CI/badge.svg?branch=master)](https://github.com/brotkrueml/typo3-matomo-optout/actions?query=workflow%3ACI)
[![Matomo Opt-Out](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/he8zah/master&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/he8zah/runs)
[![Crowdin](https://badges.crowdin.net/typo3-extension-matomooptout/localized.svg)](https://crowdin.com/project/typo3-extension-matomooptout)
TYPO3 content element for opting-out of Matomo analytics.

The extension supports TYPO3 v10 LTS, TYPO3 v11 LTS and TYPO3 v12.

[Documentation](https://docs.typo3.org/p/brotkrueml/typo3-matomo-optout/master/en-us/) |
[Translation](https://crowdin.com/project/typo3-extension-matomooptout) |
[Documentation](https://docs.typo3.org/p/brotkrueml/typo3-matomo-optout/main/en-us/) |
[Changelog](https://github.com/brotkrueml/typo3-matomo-optout/blob/master/CHANGELOG.md) |
[Extension in TER](https://extensions.typo3.org/extension/matomo_optout/) |
[Slack #matomo](https://typo3.slack.com/archives/C02GX6W4ASH)
7 changes: 3 additions & 4 deletions composer.json
Expand Up @@ -16,14 +16,13 @@
}
],
"support": {
"issues": "https://github.com/brotkrueml/typo3-matomo-optout/issues",
"source": "https://github.com/brotkrueml/typo3-matomo-optout",
"docs": "https://docs.typo3.org/p/brotkrueml/typo3-matomo-optout/main/en-us/"
},
"require": {
"php": ">=7.2",
"typo3/cms-core": "^10.4.11 || ^11.5 || ^12.0",
"typo3/cms-fluid-styled-content": "^10.4.11 || ^11.5 || ^12.0"
"typo3/cms-core": "^10.4.11 || ^11.5 || ^12.4",
"typo3/cms-fluid-styled-content": "^10.4.11 || ^11.5 || ^12.4"
},
"require-dev": {
"brotkrueml/coding-standards": "~2.0.2",
Expand All @@ -46,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "1.1.x-dev"
"dev-main": "1.2.x-dev"
},
"typo3/cms": {
"app-dir": ".Build",
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Expand Up @@ -6,8 +6,8 @@
'category' => 'fe',
'author' => 'Chris Müller',
'author_email' => 'typo3@krue.ml',
'state' => 'stable',
'version' => '1.1.0',
'state' => 'obsolete',
'version' => '1.2.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.11-12.4.99',
Expand Down

0 comments on commit 4eabd4f

Please sign in to comment.