From 3e26e979465005b162d55df60685b22c247e9365 Mon Sep 17 00:00:00 2001 From: Jonas Friedmann Date: Wed, 30 Sep 2015 11:11:02 +0200 Subject: [PATCH] Version bump to 1.5.3 --- README.md | 16 +++++++++++----- VERSION | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5c5939dba..104ee7634 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -77,7 +77,13 @@ 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 @@ -85,4 +91,4 @@ You can find a working demo over here: http://bans.yeahwh.at ### Version -1.5.2 +1.5.3 diff --git a/VERSION b/VERSION index 4cda8f19e..8af85beb5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.2 +1.5.3 diff --git a/bower.json b/bower.json index 0b04d8b5a..6ee5c7943 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "BanManager-WebUI", - "version": "1.5.2", + "version": "1.5.3", "description": "Web interface for BanManager", "authors": [ "James Mortemore", diff --git a/package.json b/package.json index 82be1a1ff..097021394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "banmanager-webui", - "version": "1.5.2", + "version": "1.5.3", "description": "Web interface for BanManager", "repository": { "type": "git",