Skip to content

Commit 3cfed08

Browse files
committed
Merge pull request #15 from VSEphpbb/prep-release
Prep For Beta 1 Release
2 parents 9d203d6 + 354e825 commit 3cfed08

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ This is the repository for the development of the Google Analytics Extension for
44

55
[![Build Status](https://travis-ci.org/phpbb-extensions/googleanalytics.png)](https://travis-ci.org/phpbb-extensions/googleanalytics)
66

7+
8+
## Quick Install
9+
You can install this on the latest copy of the develop branch ([phpBB 3.1-dev](https://github.com/phpbb/phpbb3)) by following the steps below:
10+
11+
1. [Download the latest release](https://github.com/phpbb-extensions/googleanalytics/releases).
12+
2. Unzip the downloaded release, and change the name of the folder to `googleanalytics`.
13+
3. In the `ext` directory of your phpBB board, create a new directory named `phpbb` (if it does not already exist).
14+
4. Copy the `googleanalytics` folder to `phpBB/ext/phpbb/` (if done correctly, you'll have the main extension class at (your forum root)/ext/phpbb/googleanalytics/composer.json).
15+
5. Navigate in the ACP to `Customise -> Manage extensions`.
16+
6. Look for `Google Analytics` under the Disabled Extensions list, and click its `Enable` link.
17+
7. Set up and configure Board Rules by navigating in the ACP to `Extensions` -> `Google Analytics`.
18+
19+
## Uninstall
20+
21+
1. Navigate in the ACP to `Customise -> Extension Management -> Extensions`.
22+
2. Look for `Google Analytics` under the Enabled Extensions list, and click its `Disable` link.
23+
3. To permanently uninstall, click `Delete Data` and then delete the `/ext/phpbb/googleanalytics` folder.
24+
725
## Support
826

927
* Report bugs and other issues to our [Issue Tracker](https://github.com/phpbb-extensions/googleanalytics/issues).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "An extension which adds Google Analytics to your phpBB forum",
55
"homepage": "https://phpbb.com",
6-
"version": "1.0.0-dev",
6+
"version": "1.0.0-b1",
77
"keywords": ["phpbb", "extension", "google", "analytics"],
88
"license": "GPL-2.0",
99
"authors": [

0 commit comments

Comments
 (0)