Skip to content

Commit

Permalink
Version 3.9.1 is released.
Browse files Browse the repository at this point in the history
  • Loading branch information
webinarium committed Oct 2, 2017
1 parent 8b94e80 commit 0657c73
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
7 changes: 7 additions & 0 deletions docs/changes-3.x.txt
Expand Up @@ -2,6 +2,13 @@
CHANGE LOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Changes integrated in MAIN_3-9-1 (2017-10-02)

Expand textarea width.
Preserve file extension when attaching.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Changes integrated in MAIN_3-9-0 (2017-03-31)

Fix #11: Dropdown is broken in IE7 compatibility mode
Expand Down
30 changes: 10 additions & 20 deletions docs/relnotes.txt
Expand Up @@ -2,9 +2,9 @@
RELEASE NOTES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Release tag: MAIN_3-9-0
Release date: 2017-03-31
Release size: 50074
Release tag: MAIN_3-9-1
Release date: 2017-10-02
Release size: 50098

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PROJECT LINKS
Expand Down Expand Up @@ -32,20 +32,12 @@ Form Plugin: 3.09 http://jquery.malsup.com/form/
CHANGED FILES ([M]odified, [A]dded, [D]eleted)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[M] src/engine/dal.php
[M] src/dbo/records.php
[M] src/engine/xml.php
[M] src/engine/res/portuguese.php
[M] src/themes/Emerald/engine.xsl
[M] tools/dbschema/dbschema.xml
[M] tools/dbschema/mssql2k.xsl
[M] tools/sql/mssql2k.sql
[M] tools/sql/mysql50.sql
[M] tools/sql/ora9i.sql
[M] tools/sql/pgsql80.sql
[A] tools/upgrade/3.8.x-3.9.x/mssql2k.sql
[A] tools/upgrade/3.8.x-3.9.x/mysql50.sql
[A] tools/upgrade/3.8.x-3.9.x/ora9i.sql
[A] tools/upgrade/3.8.x-3.9.x/pgsql80.sql
[M] src/themes/Azure/css/etraxis.css
[M] src/themes/Emerald/css/etraxis.css
[M] src/themes/Mars/css/etraxis.css
[M] src/themes/Orchid/css/etraxis.css

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVAILABLE LANGUAGES
Expand Down Expand Up @@ -74,9 +66,7 @@ Turkish
CHANGES INTEGRATED IN THIS RELEASE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Fix #11: Dropdown is broken in IE7 compatibility mode
- Sync up the database schema with 4.0
- Update Portuguese translation.
- PHP Notice: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH'
- Expand textarea width.
- Preserve file extension when attaching.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 changes: 1 addition & 1 deletion src/engine/xml.php
Expand Up @@ -47,7 +47,7 @@
/**
* Version info.
*/
define('VERSION', '3.9.0');
define('VERSION', '3.9.1');

/**
* Number of lines in a <textarea> control.
Expand Down

0 comments on commit 0657c73

Please sign in to comment.