Skip to content

Commit

Permalink
Prepare release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca committed May 9, 2022
1 parent aee2a29 commit a289461
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 33 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 4.2.1 - In development
## Version 4.2.1 - May 9, 2022

BUG: Issue #809 - Interface order and minimum required PHP version (ganiuszka)
BUG: Issue #810 - Index 0 is out of range error from TAuthorizationRuleCollection::insertAt (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.2.0
# Upgrading Instructions for PRADO Framework v4.2.1

### !!!IMPORTANT!!!

Expand Down
54 changes: 26 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework/Prado.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Prado
*/
public static function getVersion(): string
{
return '4.2.0';
return '4.2.1';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion framework/Web/Javascripts/source/prado/prado.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ var Prado =
* Version of Prado clientscripts
* @var Version
*/
Version: '4.2.0',
Version: '4.2.1',

/**
* Registry for Prado components
Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
>
<title>Prado 4.2.0 API Manual</title>
<title>Prado 4.2.1 API Manual</title>
<paths>
<output>build/docs</output>
<cache>build/cache</cache>
Expand Down

0 comments on commit a289461

Please sign in to comment.