Merge pull request #423 from marc1706/ticket/361
[ticket/361] Prepare package for 2.1.0-RC1 release
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -10,3 +10,5 @@ git-tools/ export-ignore
|
|||||||
.coveralls.yml export-ignore
|
.coveralls.yml export-ignore
|
||||||
composer.phar export-ignore
|
composer.phar export-ignore
|
||||||
composer.lock export-ignore
|
composer.lock export-ignore
|
||||||
|
portal/upload/ export-ignore
|
||||||
|
includes/functions_upload.php export-ignore
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
"type": "phpbb-extension",
|
"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.",
|
"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",
|
"homepage": "http://www.board3.de",
|
||||||
"version": "2.1.0-b1",
|
"version": "2.1.0-rc1",
|
||||||
"time": "2014-08-24 14:02:18",
|
"time": "2014-11-26 14:23:15",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"authors": [{
|
"authors": [{
|
||||||
"name": "Marc Alexander",
|
"name": "Marc Alexander",
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"extra": {
|
"extra": {
|
||||||
"display-name": "Board3 Portal",
|
"display-name": "Board3 Portal",
|
||||||
"soft-require": {
|
"soft-require": {
|
||||||
"phpbb/phpbb": ">=3.1.0-RC3,<3.2.*@dev"
|
"phpbb/phpbb": ">=3.1.2,<3.2.*@dev"
|
||||||
},
|
},
|
||||||
"version-check": {
|
"version-check": {
|
||||||
"host": "board3.de",
|
"host": "board3.de",
|
||||||
|
|||||||
@@ -110,7 +110,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--// board3 Portal by www.board3.de //-->
|
<!--// board3 Portal by www.board3.de //-->
|
||||||
<div class="copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> © 2009 - 2013 Board3 Group</div>
|
<div class="copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> © 2009 - 2014 Board3 Group</div>
|
||||||
|
|
||||||
<!-- INCLUDEJS portal/assets/jquery.getscrollbarwidth.js -->
|
<!-- INCLUDEJS portal/assets/jquery.getscrollbarwidth.js -->
|
||||||
<!-- INCLUDEJS portal/assets/portal.js -->
|
<!-- INCLUDEJS portal/assets/portal.js -->
|
||||||
|
|||||||
@@ -114,6 +114,6 @@
|
|||||||
<!--// board3 Portal by www.board3.de //-->
|
<!--// board3 Portal by www.board3.de //-->
|
||||||
<!-- please keep this credits visible, thank you! -->
|
<!-- please keep this credits visible, thank you! -->
|
||||||
<br />
|
<br />
|
||||||
<div class="copyright" align="center">Powered by <a href="http://www.board3.de/">Board3 Portal</a> © 2009 - 2011 Board3 Group</div>
|
<div class="copyright" align="center">Powered by <a href="http://www.board3.de/">Board3 Portal</a> © 2009 - 2014 Board3 Group</div>
|
||||||
<br />
|
<br />
|
||||||
<!-- INCLUDE overall_footer.html -->
|
<!-- INCLUDE overall_footer.html -->
|
||||||
Reference in New Issue
Block a user