Merge pull request #423 from marc1706/ticket/361

[ticket/361] Prepare package for 2.1.0-RC1 release
This commit is contained in:
Marc Alexander
2014-11-26 15:36:20 +01:00
4 changed files with 7 additions and 5 deletions

2
.gitattributes vendored
View File

@@ -10,3 +10,5 @@ git-tools/ export-ignore
.coveralls.yml export-ignore
composer.phar export-ignore
composer.lock export-ignore
portal/upload/ export-ignore
includes/functions_upload.php export-ignore

View File

@@ -3,8 +3,8 @@
"type": "phpbb-extension",
"description": "Adds a portal with several blocks to your forum. You can change the settings, move the blocks, add new blocks and more in the ACP.",
"homepage": "http://www.board3.de",
"version": "2.1.0-b1",
"time": "2014-08-24 14:02:18",
"version": "2.1.0-rc1",
"time": "2014-11-26 14:23:15",
"license": "GPL-2.0",
"authors": [{
"name": "Marc Alexander",
@@ -29,7 +29,7 @@
"extra": {
"display-name": "Board3 Portal",
"soft-require": {
"phpbb/phpbb": ">=3.1.0-RC3,<3.2.*@dev"
"phpbb/phpbb": ">=3.1.2,<3.2.*@dev"
},
"version-check": {
"host": "board3.de",

View File

@@ -110,7 +110,7 @@
</div>
<!--// board3 Portal by www.board3.de //-->
<div class="copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> &copy; 2009 - 2013 Board3 Group</div>
<div class="copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> &copy; 2009 - 2014 Board3 Group</div>
<!-- INCLUDEJS portal/assets/jquery.getscrollbarwidth.js -->
<!-- INCLUDEJS portal/assets/portal.js -->

View File

@@ -114,6 +114,6 @@
<!--// board3 Portal by www.board3.de //-->
<!-- please keep this credits visible, thank you! -->
<br />
<div class="copyright" align="center">Powered by <a href="http://www.board3.de/">Board3 Portal</a> &copy; 2009 - 2011 Board3 Group</div>
<div class="copyright" align="center">Powered by <a href="http://www.board3.de/">Board3 Portal</a> &copy; 2009 - 2014 Board3 Group</div>
<br />
<!-- INCLUDE overall_footer.html -->