Skip to content

Commit 3484236

Browse files
committed
Merge pull request #31 from VSEphpbb/release
Prep Release 1.0.0
2 parents 14d1a62 + d42689a commit 3484236

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ branches:
3939
- master
4040
- develop
4141
- /^develop-.*$/
42+
- /^release-.*$/
4243

4344
install:
4445
- composer install --dev --no-interaction --prefer-source

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Google Analytics Extension
22

3-
This is the repository for the development of the Google Analytics Extension for phpBB 3.1
3+
An extension for phpBB 3.1 that allows administrators to easily add their Google Analytics tracking code to their phpBB forum.
44

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

@@ -26,7 +26,7 @@ You can install this on the latest release of phpBB 3.1 by following the steps b
2626

2727
* **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.**
2828
* Report bugs and other issues to our [Issue Tracker](https://github.com/phpbb-extensions/googleanalytics/issues).
29-
* 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).
29+
* Support requests should be posted and discussed in the [Google Analytics topic at phpBB.com](https://www.phpbb.com/customise/db/extension/googleanalytics/support).
3030

3131
## License
3232
[GNU General Public License v2](http://opensource.org/licenses/GPL-2.0)

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
"name": "phpbb/googleanalytics",
33
"type": "phpbb-extension",
4-
"description": "An extension which adds Google Analytics to your phpBB forum",
4+
"description": "An extension that allows administrators to easily add their Google Analytics tracking code to their phpBB forum.",
55
"homepage": "https://phpbb.com",
6-
"version": "1.0.0-b1",
6+
"version": "1.0.0",
77
"keywords": ["phpbb", "extension", "google", "analytics"],
88
"license": "GPL-2.0",
99
"authors": [
1010
{
11-
"name": "Nathan Guse",
12-
"email": "nathaniel.guse@gmail.com",
13-
"role": "Extensions Development Team Lead"
11+
"name": "Marc Alexander",
12+
"email": "admin@m-a-styles.de",
13+
"homepage": "http://www.m-a-styles.de",
14+
"role": "Extensions Team Consultant"
1415
},
1516
{
1617
"name": "Michael Cullum",
1718
"homepage": "http://michaelcullum.com",
1819
"email": "michael@phpbb.com",
1920
"role": "Extensions Team Consultant"
2021
},
21-
{
22-
"name": "Marc Alexander",
23-
"email": "admin@m-a-styles.de",
24-
"homepage": "http://www.m-a-styles.de",
25-
"role": "Extensions Team Consultant"
26-
},
2722
{
2823
"name": "Matt Friedman",
2924
"homepage": "http://mattfriedman.me",
30-
"role": "Extensions Development Team"
25+
"role": "Extensions Development Team Lead"
26+
},
27+
{
28+
"name": "Nathan Guse",
29+
"email": "nathaniel.guse@gmail.com",
30+
"role": "Former Extensions Development Team Lead"
3131
},
3232
{
3333
"name": "Lukasz Kaczynski",

0 commit comments

Comments
 (0)