Skip to content

Commit 79f8ed6

Browse files
committed
Merge pull request #28 from VSEphpbb/updates
Update README [ci skip]
2 parents ea38c84 + d5377f7 commit 79f8ed6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This is the repository for the development of the Google Analytics Extension for
66

77

88
## 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:
9+
You can install this on the latest release of phpBB 3.1 by following the steps below:
1010

1111
1. [Download the latest release](https://github.com/phpbb-extensions/googleanalytics/releases).
1212
2. Unzip the downloaded release, and change the name of the folder to `googleanalytics`.
1313
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).
14+
4. Copy the `googleanalytics` directory to `phpBB/ext/phpbb/` (if done correctly, you'll have the main composer JSON file at (your forum root)/ext/phpbb/googleanalytics/composer.json).
1515
5. Navigate in the ACP to `Customise -> Manage extensions`.
1616
6. Look for `Google Analytics` under the Disabled Extensions list, and click its `Enable` link.
1717
7. Set up and configure Board Rules by navigating in the ACP to `Extensions` -> `Google Analytics`.
@@ -20,10 +20,11 @@ You can install this on the latest copy of the develop branch ([phpBB 3.1-dev](h
2020

2121
1. Navigate in the ACP to `Customise -> Extension Management -> Extensions`.
2222
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.
23+
3. To permanently uninstall, click `Delete Data` and then delete the `/ext/phpbb/googleanalytics` directory.
2424

2525
## Support
2626

27+
* **Important: Only official release versions validated by the phpBB Extensions Team should be installed on a live forum. Pre-release (beta, RC) versions downloaded from this repository are only to be used for testing on offline/development forums and are not officially supported.**
2728
* Report bugs and other issues to our [Issue Tracker](https://github.com/phpbb-extensions/googleanalytics/issues).
2829
* Support requests should be posted and discussed in the [Google Analytics topic at phpBB.com](https://www.phpbb.com/community/viewtopic.php?f=456&t=2249256).
2930

0 commit comments

Comments
 (0)