Skip to content

Commit

Permalink
Version bump to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frdmn committed Sep 30, 2015
1 parent 68c8a03 commit 3e26e97
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BanManager-WebUI

Git repo initialized with existing WebUI project for BanManager by [confuser](https://github.com/confuser/Ban-Management). The main purpose of this repository is to to fix the WebUI for the latest major database restructure from version 4 to version 5.

Caution: This project is WIP. There could be still some bugs and issues that I didn't iron out yet. Please report those via [GitHub issues](https://github.com/BanManagement/BanManager-WebUI/issues) if you notice anything.
Caution: This project is WIP. There could be still some bugs and issues that I didn't iron out yet. Please report those via [GitHub issues](https://github.com/BanManagement/BanManager-WebUI/issues) if you notice anything.

Feel free to contribute if you have any suggestions or ideas.

Expand Down Expand Up @@ -61,8 +61,8 @@ Caution: When using the `dev` argument, Grunt won't minify your JS or CSS, so it

* Convert all `.php` files to UTF-8 and add proper EOF
* Support version 5 and up
* Widgets more customizable in settings
* Configurable caching times
* Widgets more customizable in settings
* Configurable caching times
* Add debug option to output any SQL query
* Fix "Statistics"
* CSS adjustments
Expand All @@ -77,12 +77,18 @@ Caution: When using the `dev` argument, Grunt won't minify your JS or CSS, so it
* Better impression on first run (PR #53)
* "First run" checks
* Improve error handling for admin authentication (issue #49)
* Improve database performance
* Improve database performance
* Prettier search filter inputs
* Update checker in "Admin CP"
* Add l10n
* Improve search function
* Bring back tablesorter functionality
* Fix bootstrap label for "Permanent" tags

### Demo

You can find a working demo over here: http://bans.yeahwh.at

### Version

1.5.2
1.5.3
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.5.3
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BanManager-WebUI",
"version": "1.5.2",
"version": "1.5.3",
"description": "Web interface for BanManager",
"authors": [
"James Mortemore",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "banmanager-webui",
"version": "1.5.2",
"version": "1.5.3",
"description": "Web interface for BanManager",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e26e97

Please sign in to comment.