Skip to content

Commit

Permalink
Version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumitru Condrea committed Feb 27, 2020
1 parent 87bda93 commit 526e27b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## ChangeLog

#### Version 3.4.1 (27.02.2020)
- [enhancement:] Adjust "Accessories" page UI.
- [enhancement:] Remove Crowdin badge from footer.
- [enhancement:] Update debug_funcs.inc.php
- [bugfix:] Don't warn if "isql" is "isql-fb" on Linux
- [typo:] Correct typo: firebirid -> firebird
- [bugfix] fix sql create database
- [enhancement:] Add Character Sets
- [enhancement:] Quiet PHP7.2 deprecation warning …
- [enhancement:] Further create_function refactor
- [enhancement:] Remove unused/outdated markableFbwaTable.
- [enhancement:] cosmetics

#### Version 3.4.0 (27.11.2016)
- [enhancement:] Published on npm
- [enhancement:] Introduce CHANGELOG.md
Expand Down
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,18 @@ Firebird 2.x.x for Linux
Apache 2.x or lighttpd or nginx

## ChangeLog
#### 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.
#### Version 3.4.1 (27.02.2020)
- [enhancement:] Adjust "Accessories" page UI.
- [enhancement:] Remove Crowdin badge from footer.
- [enhancement:] Update debug_funcs.inc.php
- [bugfix:] Don't warn if "isql" is "isql-fb" on Linux
- [typo:] Correct typo: firebirid -> firebird
- [bugfix] fix sql create database
- [enhancement:] Add Character Sets
- [enhancement:] Quiet PHP7.2 deprecation warning …
- [enhancement:] Further create_function refactor
- [enhancement:] Remove unused/outdated markableFbwaTable.
- [enhancement:] cosmetics

#### 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:/firebird/bin/');
//

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

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

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": "firebird-web-admin",
"version": "3.4.0",
"version": "3.4.1",
"description": "FirebirdWebAdmin is a web frontend for the Firebird database server.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 526e27b

Please sign in to comment.