Skip to content

Commit

Permalink
Bump version to 4.1.2; composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Aug 24, 2021
1 parent 712cdd7 commit f283f53
Show file tree
Hide file tree
Showing 8 changed files with 379 additions and 326 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.1.1 API Manual
title: Prado 4.1.2 API Manual
tree: true
version: true
sourceCode: no
Expand Down
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Version 4.1.2 - to be released
## Version 4.1.2 - Aug 28, 2021

BUG: Issue #706 - TOutputcache: don't serialize controls state (jcass77, ctrlaltca)
BUG: Issue #715 - Problem saving files on TActiveFileUpload when Multiple=true (ctrlaltca)
BUG: Issue #718 - Fix clientside exception logging in debug mode (jmartens, ctrlaltca)
BUG: Issue #722 - Problem with TactiveButton Text property (ctrlaltca)
BUG: Issue #720 - TSecurityManager: use correct private property (qysp)
BUG: Fix bug in TStyleDiff that didn't render CssClass and Style correctly on callback (ctrlaltca)
BUG: Issue #727 - Php compatibility bug in TMysqlMetaData.php (PixelHomie)
ENH: Issue #724 - Ajax queue improvement (ganiuszka)
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upgrading Instructions for PRADO Framework v4.1.1
# Upgrading Instructions for PRADO Framework v4.1.2

### !!!IMPORTANT!!!

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"pradosoft/prado-apigen-theme" : "*"
},
"provide" : {
"pradosoft/prado" : "4.1.1"
"pradosoft/prado" : "4.1.2"
},
"suggest" : {
"ext-apcu" : "Enables the use of TAPCCache as a cache handler",
Expand Down
Loading

0 comments on commit f283f53

Please sign in to comment.