Skip to content

Commit 26169ca

Browse files
committed
Version bump to 1.6.0
1 parent f43ef83 commit 26169ca

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ This version of BanManager-WebUI is no longer maintained or supported. Please se
1717

1818
##### Preperation
1919

20-
1. Clone this repository into your Nginx/Apache document root:
20+
1. Clone this repository into your Nginx/Apache document root:
2121
`git clone https://github.com/BanManagement/BanManager-WebUI.git /var/www/banmanager`
22-
1. Make sure cache is writeable:
23-
`cd /var/www/banmanager`
24-
`chmod 777 cache/`
25-
1. Rename settingsRename.php to settings.php:
22+
1. Make sure cache is writeable:
23+
`cd /var/www/banmanager`
24+
`chmod 777 cache/`
25+
1. Rename settingsRename.php to settings.php:
2626
`cp settingsRename.php settings.php`
27-
1. Make sure settings file is writeable:
27+
1. Make sure settings file is writeable:
2828
`chmod 777 settings.php`
2929
1. Open and adjust the settings and make sure you're adjusted `$settings['password']`.
3030

@@ -50,13 +50,13 @@ In case you run into an `Invalid response from server` error, set `$settings['de
5050
In case you want to help us and contribute to the project you need to compile the assets with the assistence of Grunt:
5151

5252
1. Make sure you've installed `node` and `npm`
53-
1. Install Grunt, Bower and Linter and code checker:
53+
1. Install Grunt, Bower and Linter and code checker:
5454
`npm install -g grunt-cli bower jshint jscs`
55-
1. Install all dependencies:
55+
1. Install all dependencies:
5656
`npm install`
57-
1. Install web libraries:
57+
1. Install web libraries:
5858
`bower install`
59-
1. Run grunt task to compile assets and start watching for local file changes:
59+
1. Run grunt task to compile assets and start watching for local file changes:
6060
`grunt dev`
6161

6262
If you want to commit your changes, exclude the `dev` argument.
@@ -101,4 +101,4 @@ You can find a working demo over here: http://bans.yeahwh.at
101101

102102
### Version
103103

104-
1.5.8
104+
1.6.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.8
1+
1.6.0

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BanManager-WebUI",
3-
"version": "1.5.8",
3+
"version": "1.6.0",
44
"description": "Web interface for BanManager",
55
"authors": [
66
"James Mortemore",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "banmanager-webui",
3-
"version": "1.5.8",
3+
"version": "1.6.0",
44
"description": "Web interface for BanManager",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)