Skip to content

Commit

Permalink
Prepare 4.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Apr 12, 2019
1 parent 313b361 commit 78df5ff
Show file tree
Hide file tree
Showing 7 changed files with 121 additions and 116 deletions.
2 changes: 1 addition & 1 deletion .apigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ annotationGroups:
- todo
- deprecated
groups: auto
title: Prado 4.0.1 API Manual
title: Prado 4.0.2 API Manual
tree: true
version: true
sourceCode: no
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 4.x - in development
## Version 4.0.2 - Apr 12, 2019

BUG: Issue #669 - Wrong Gettext class filename (gani)
BUG: Issue #671 - THtmlArea4 in TActiveRepeater (ctrlaltca)
Expand Down
4 changes: 2 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upgrading Instructions for PRADO Framework v4.0.1
# Upgrading Instructions for PRADO Framework v4.0.2

### !!!IMPORTANT!!!

Expand All @@ -9,7 +9,7 @@ for both A and B.

Upgrading from v4.0.1
---------------------
- List controls (eg. TDropDownList) now renders empty PromptValues. Before, they would use PromptText in order to fill PromptValue when empty or not specified.
- List controls (eg. TDropDownList) can now render empty an PromptValue. Previously, they would use PromptText in order to fill PromptValue when it was empty or not specified.
- A few internal classes from the Prado\I18N\core namespace have been removed: DateFormat, DateTimeFormatInfo, HTTPNegotiator, NumberFormat, NumberFormatInfo; The related components TDateFormat and TNumberFormat are still available, but they are based on php's intl extension.

Upgrading from v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"pradosoft/prado-apigen-theme" : "*"
},
"provide" : {
"pradosoft/prado" : "4.0.1"
"pradosoft/prado" : "4.0.2"
},
"suggest" : {
"ext-apc" : "Enables the use of TAPCCache as a cache handler",
Expand Down
Loading

0 comments on commit 78df5ff

Please sign in to comment.