Skip to content

Commit

Permalink
release first version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cube707 committed Jan 4, 2024
1 parent 64803b6 commit e933b95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## current
## 1.0.0 - 2022-03-10

- work in progress
- changed all names to matomo
- changed the JavaScript code to matomos code
- changed the ACP config to accept a matomo url and a site ID
- coded validation for URLs
- adjusted the testing
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ extention.

## Install

1. [Download the latest validated release]().
1. [Download the latest validated release](https://github.com/Cube707/phpbb-matomoanalytics/releases).
2. Unzip the downloaded release and copy it to the `ext` directory of your phpBB board.
3. Navigate in the ACP to `Customise -> Manage extensions`.
4. Look for `Matomo Analytics` under the Disabled Extensions list, and click its `Enable` link.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "phpbb-extension",
"description": "A extention to allow easy integration of the matomo tracking code. Forked from the official phpbb-googleanalytics extention.",
"homepage": "https://github.com/Cube707/phpbb-matomoanalytics",
"version": "0.0.1-dev",
"version": "1.0.0",
"keywords": ["phpbb", "extension", "matomo", "analytics"],
"license": "GPL-2.0-only",
"authors": [
Expand Down

0 comments on commit e933b95

Please sign in to comment.