diff --git a/.travis.yml b/.travis.yml index b6979c7..8ab4d72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,7 @@ branches: - master - develop - /^develop-.*$/ + - /^release-.*$/ install: - composer install --dev --no-interaction --prefer-source diff --git a/README.md b/README.md index b6249da..795860d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Google Analytics Extension -This is the repository for the development of the Google Analytics Extension for phpBB 3.1 +An extension for phpBB 3.1 that allows administrators to easily add their Google Analytics tracking code to their phpBB forum. [![Build Status](https://travis-ci.org/phpbb-extensions/googleanalytics.png)](https://travis-ci.org/phpbb-extensions/googleanalytics) @@ -26,7 +26,7 @@ You can install this on the latest release of phpBB 3.1 by following the steps b * **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.** * Report bugs and other issues to our [Issue Tracker](https://github.com/phpbb-extensions/googleanalytics/issues). -* 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). +* Support requests should be posted and discussed in the [Google Analytics topic at phpBB.com](https://www.phpbb.com/customise/db/extension/googleanalytics/support). ## License [GNU General Public License v2](http://opensource.org/licenses/GPL-2.0) diff --git a/composer.json b/composer.json index 966f1cf..63a381b 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,17 @@ { "name": "phpbb/googleanalytics", "type": "phpbb-extension", - "description": "An extension which adds Google Analytics to your phpBB forum", + "description": "An extension that allows administrators to easily add their Google Analytics tracking code to their phpBB forum.", "homepage": "https://phpbb.com", - "version": "1.0.0-b1", + "version": "1.0.0", "keywords": ["phpbb", "extension", "google", "analytics"], "license": "GPL-2.0", "authors": [ { - "name": "Nathan Guse", - "email": "nathaniel.guse@gmail.com", - "role": "Extensions Development Team Lead" + "name": "Marc Alexander", + "email": "admin@m-a-styles.de", + "homepage": "http://www.m-a-styles.de", + "role": "Extensions Team Consultant" }, { "name": "Michael Cullum", @@ -18,16 +19,15 @@ "email": "michael@phpbb.com", "role": "Extensions Team Consultant" }, - { - "name": "Marc Alexander", - "email": "admin@m-a-styles.de", - "homepage": "http://www.m-a-styles.de", - "role": "Extensions Team Consultant" - }, { "name": "Matt Friedman", "homepage": "http://mattfriedman.me", - "role": "Extensions Development Team" + "role": "Extensions Development Team Lead" + }, + { + "name": "Nathan Guse", + "email": "nathaniel.guse@gmail.com", + "role": "Former Extensions Development Team Lead" }, { "name": "Lukasz Kaczynski",