Skip to content

Commit

Permalink
Bump version to 4.1.1; composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed Mar 27, 2020
1 parent 9769c3e commit 034c159
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 102 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.0 API Manual
title: Prado 4.1.1 API Manual
tree: true
version: true
sourceCode: no
Expand Down
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Version 4.1.1 - Mar 27, 2020

BUG: TActiveFileUpload: avoid warning in browser console by removing usage of an empty page as initial content (ctrlaltca)
BUG: TExpression: fix naming conflict of class variable (ctrlaltca)
BUG TActiveRecordConfig: fixed bug in default manager class (LCSKJ)
ENH: Added compatibility with Php 7.4 (ctrlaltca)
ENH: issue #708 Add support for PostgreSQL 12 (ganiuszka)
CHG: Deprecated / ported method using attributes obsoleted in html5 (ctrlalta)

## Version 4.1.0 - Nov 18, 2019

BUG: Issue #694 - Undefined variable: conn notice in Active Record Scaffold (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.0
# Upgrading Instructions for PRADO Framework v4.1.1

### !!!IMPORTANT!!!

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

0 comments on commit 034c159

Please sign in to comment.