Skip to content

Commit

Permalink
Merge pull request #44 from VSEphpbb/release
Browse files Browse the repository at this point in the history
Release Prep for 1.0.0
  • Loading branch information
iMattPro committed Oct 22, 2014
2 parents 674a98f + 53b5ff5 commit b038cf3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ branches:
- master
- develop
- /^develop-.*$/
- /^release-.*$/

install:
- composer install --dev --no-interaction --prefer-source
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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/boardannouncements/issues).
* Support requests should be posted and discussed in the [Board Announcements topic at phpBB.com](https://www.phpbb.com/community/viewtopic.php?f=456&t=2245901).
* Support requests should be posted and discussed in the [Board Announcements topic at phpBB.com](https://www.phpbb.com/customise/db/extension/boardannouncements/support).

## License
[GNU General Public License v2](http://opensource.org/licenses/GPL-2.0)
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"type": "phpbb-extension",
"description": "An extension which allows you to create board-wide announcements for your phpBB forum",
"homepage": "https://phpbb.com",
"version": "1.0.0-RC1",
"version": "1.0.0",
"keywords": ["phpbb", "extension", "announcements"],
"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",
"homepage": "http://michaelcullum.com",
"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",
Expand Down

0 comments on commit b038cf3

Please sign in to comment.