Skip to content

Commit

Permalink
Version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dumitru committed Nov 27, 2016
1 parent e0788a6 commit 7f6257a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 20 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## ChangeLog

#### Version 3.4.0 (27.11.2016)
- [enhancement:] Published on npm
- [enhancement:] Introduce CHANGELOG.md
- [enhancement:] Rename README to README.md (alse updated structure, markdown, info badges)
- [enhancement:] Update translations
- [bugfix:] Update export.inc.php (.csv)
- [bugfix:] Suffixes GDB etc should be off by default
- [enhancement:] Review Exceptions & indices from Accessories.

#### Version 3.3.0 (06.01.2016)
- [enhancement:] Review User Page. Modal popup for Role creation. Delete role button for each role.
- [enhancement:] Users: Remove "Customizing" panel. Is not database/server related.
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ Firebird 2.x.x for Linux
Apache 2.x or lighttpd or nginx

## ChangeLog
#### Version 3.3.0 (06.01.2016)
- [enhancement:] Review User Page. Modal popup for Role creation. Delete role button for each role.
- [enhancement:] Users: Remove "Customizing" panel. Is not database/server related.
- [enhancement:] Initial integration with Crowdin. Convert all files to UTF-8.
- [enhancement:] Update Romanian & Russian translations.
- [enhancement:] UI improvements: Roles, Users, Exceptions, UDF, Table comments.
- [enhancement:] Integration with CodeMirror.
- [enhancement:] In-browser code editor http://codemirror.net/
#### Version 3.4.0 (27.11.2016)
- [enhancement:] Published on npm
- [enhancement:] Introduce CHANGELOG.md
- [enhancement:] Rename README to README.md (also updated structure, markdown, info badges)
- [enhancement:] Update translations
- [bugfix:] Update export.inc.php (.csv)
- [bugfix:] Suffixes GDB etc should be off by default
- [enhancement:] Review Exceptions & indices from Accessories.

#### Further informations
- See [CHANGELOG.md][changelog] to get the full changelog.
Expand Down
2 changes: 1 addition & 1 deletion inc/configuration.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// i.e define('BINPATH', 'c:/firebirid/bin/');
//

define('VERSION', '3.3.0');
define('VERSION', '3.4.0');

define('BINPATH', '/usr/sbin/'); // path to the interbase tools (isql, etc.)

Expand Down
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebird-web-admin",
"version": "3.3.0",
"version": "3.4.0",
"description": "FirebirdWebAdmin is a web frontend for the Firebird database server.",
"main": "index.js",
"scripts": {
Expand All @@ -18,16 +18,18 @@
"admin"
],
"author": "Lutz Brueckner ([email protected])",
"contributors": [{
"name": "Popa Marius Adrian",
"email": "[email protected]",
"url": "http://mapopa.blogspot.com"
},
{
"name": "Dumitru Condrea",
"email": "[email protected]",
"url": "https://about.me/dumitru.condrea"
}],
"contributors": [
{
"name": "Popa Marius Adrian",
"email": "[email protected]",
"url": "http://mapopa.blogspot.com"
},
{
"name": "Dumitru Condrea",
"email": "[email protected]",
"url": "https://about.me/dumitru.condrea"
}
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/mariuz/firebirdwebadmin/issues"
Expand Down

0 comments on commit 7f6257a

Please sign in to comment.